

Check out our website:
Follow Telusko on Twitter:
Follow on Facebook:
Telusko :
Navin Reddy :
Follow Navin Reddy on Instagram:
Subscribe to our other channel:
Navin Reddy :
Telusko Hindi :
Check out our website:
Follow Telusko on Twitter:
Follow on Facebook:
Telusko :
Navin Reddy :
Follow Navin Reddy on Instagram:
Subscribe to our other channel:
Navin Reddy :
Telusko Hindi :
Sir the sound quality is very low ,please look into this
Thank you so much, explained clearly and simply
sound problem, can't able to hear……..
The way you explain,The knowledge you have is really incredible.
Sir obj define krte time error show kr raha h
Sir it's inaudible
Thank you navin sir
it is not working in notepad
Volume is low sir
Sir, you didnt teach about the definition of class and their syntax before this video, you directly went to a program,its difficult to understand sir, please do something ,my java course totally depends on you only sir,plase do something ,thankyou
sir,can't understand clearly on why method not accepting as a array([ ]) and it is accepting with(…)
What does the statement
for (int i : a ) mean???
Poor volume levels
package javaapplication127;
import java.util.Random;
public class random_class {
public static void main(String[] args) {
Random r= new Random();
name n=new name();
{
int x=r.nextInt(45);
n.shuv(x);// executes firstly.
} // curly uses because we use "x" twice.
surname p=new surname();
int x[]= new int[9];
for (int i=0;i<x.length;i++)
x[i]=r.nextInt(45);
p.shaw1(x); // executes secondly.
p.shaw(x); // executes thirdly.
}
}
class name // create a normal class as name.
{
public void shuv(int z) // don't use varargs, only single value.
{
System.out.println(z+" single value");
}
}
class surname // create a normal class as surname.
{
public void shaw(int…w) // first method shaw, using varargs.
{
for(int j:w) // enhanced for loop for varargs.
System.out.println(j+" =in shaw");
}
public void shaw1(int…w) // second method shaw1, using varargs.
{
for(int j:w) // enhanced for loop for varargs.
System.out.println(j+" =in shaw1");
}
}
This is not working notpad why ??.
if we create Object type of VarArgs than any type of value will be acceptable.
Sir voice is so dim
Sir..it should have been deserved more likes if its volume is more!
Sir kindly share all the codes so that we can immediately practice rather than typing each time.
V gud sir
It is not working sir, if we declare a variable of this type, inside the main function…
it looks good if the 1 st video has context,that which video contains certain topic
sir you are lifesaver !!!
your videos are really helping
sir you are lifesaver !!!
your videos are really helping
I though this video was in speed 2.5, you guy speak so fast!
Thumbs up for Clear Explanation. Down for the sound massively.
Sir If I want to use here simple for loop than till which limit aa should make my iteration means what is value of n..?
for(int i=0;i<n;i++)….?
its really useful to improve our logic
thanks very much
sound prblm sir
Excellent explanation!
easily explained.. thanks
Very nice clear explanation thank you.
sir can u make a video on return statement
How will be the memory assignment for varargs type parameter in Java ? can you please explain….
can you plzz give me live exam of varag in java
lol put on the subtitles u will find something FUNNY
Sound Prob. Sir..
_'