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 happens when I use / and % with a negative numerator?
What is the benefit of using enum to declare a constant?
What is parsing in grammar?
What is the difference between a choice and a list?
Why are functions called methods in java?
Are true and false keywords?
Which method must be implemented by all threads?
What is ellipsis in java?
Explain 5 io best practices?
What does flag mean in java?
What is the main functionality of the remote reference layer?
What is difference between pointer and reference?
Is linked list a linear or non-linear data structure?
Explain how to force the garbage collection in java.
How will you add panel to a frame?