1).what is the difference between below examples
String s="vijay";
String s=new String("vijay");
Answer Posted / info_vijaykumar
i got your answer,what are all the two instance in
that?.....
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is Java Shutdown Hook?
Is empty in java?
Which programming language is best in future?
What is object cloning in Java?
Why do we create public static method in java?
What are implicit objects in java?
What about member inner classes?
How do you use parseint in java?
What is difference between adapter class and listener?
How does a for loop work java?
What is use of super keyword?
Is void a wrapper class?
Explain about complier design(phases)
Why are functions called methods in java?
In a program, initializing an array of 100 KB is throwing an out of memory exception while there is 100 MB of memory available. Why?