1).what is the difference between below examples
String s="vijay";
String s=new String("vijay");
Answer Posted / uday
Hi All,
Here one object is stored in the heap and you said that
you can change that, but bydefault String objects are
immutable(ReadOnly), how can u change it?
Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Difference between this() and super() ?
What is the generic function?
Is there any tag in htm to upload and download files?
Differentiate between a class and an object.
What about interrupt() method of thread class ?
What is private static in java?
Is java a software?
What is basic syntax?
Differentiate between static and non-static methods in java.
What is the static method?
What is a null point?
Is arraylist sorted in java?
How list contains works in java?
How do you get length in java?
Explain different ways of creating a thread. Which one would you prefer and why?