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 are the disadvantages of using inner classes?
What is the disadvantage of java?
What is local class in java?
Why is a singleton bad?
Do I need java on my pc?
Can we overload the main() method?
When parseint method can be used?
What is locale?
When a byte datatype is used?
What is string array?
What is application tier?
What is the common usage of serialization?
What is Applet Stub Interface ?
Can we access instance variables within static methods ?
Can we use both this () and super () in a constructor?