1).what is the difference between below examples
String s="vijay";
String s=new String("vijay");
Answer Posted / info_vijaykumar
Thanks a lot Karun....
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How many types of voids are there?
Can you use this() and super() both in a constructor?
explain copyonwritearraylist and when do we use copyonwritearraylist?
Why is the main method static?
What is the epoch date?
What are the advantages of defining packages in java?
What are loops in java? What are three types of loops?
What are untrusted applets?
What are the main differences between the java platform and other platforms?
What exactly is a .class file?
How do you generate random numbers in java?
Can substring create new object?
What are different type of exceptions in java?
How many types of equations are there?
What does 3 dots mean in java?