Why is a string immutable?
What is difference between calling start() and run() method of thread?
How to sort array of 0 and 1 in java?
Can we declare register variable as global?
What is byte code and why is it important to java’s use for internet programming?
difference between String a; and String a=new String();? y do v need to assign memory to the variable?
if a java file without any source code is valid java file?
What is the reflection?
What's the base class of all exception classes?
Can applet in different page/s communicate with each other?
What does string intern() method do?
we have syntax like for(int var : arrayName) this syntax is to find whether a number is in the array or not.but i want to know how to find that number's location.
What is polymorphism and what are the types of it?