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
Can an integer be null java?
What is a package in java? List down various advantages of packages.
Why does java have different data types for integers and floating-point values?
What is externalizable?
What are java packages?
What is the largest data type in java?
Why is stringbuffer called mutable?
Is logger a singleton?
What is string pool?
Does constructor return any value?
How does varargs work in java?
What happens if we don’t override run method ?
What is the Concept of Encapsulation in OOPS
What is java in detail?
What do you understand by the term polymorphism?