1).what is the difference between below examples
String s="vijay";
String s=new String("vijay");
Answer Posted / susrhee kanta
am unable to get constant pool and non constant pool?
can you please explain it and send it to my id.
sushreekp@gmail.com
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
How is hashcode calculated in java?
How do you do absolute value in java?
Can inner class be public in java?
what are abstract functions?
What is an immutable class? How to create an immutable class?
Can constructor be synchronized?
What is a condition in programming?
What is collection sort in java?
What is identifier in java?
How many types of string data types are there?
Write a code to create a trigger to call a stored procedure
What is meant by class loader? How many types are there?
What is void in java?
Which is best ide for java?
How do you print array in java?