How many techniques can be employed to create a string object?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

Explain the difference between static and dynamic binding in java?

0 Answers  


What is append in java?

0 Answers  


Can we assign integer value to char in java?

0 Answers  


What do bitwise operators do?

0 Answers  


Why char array is favored over string for the storage of passwords?

0 Answers  






What is a wrapper method?

0 Answers  


What is the new line character?

0 Answers  


Is boolean a data type in java?

0 Answers  


Why are the methods of the math class static?

0 Answers  


In a container there are 5 components. I want to display the all the components names, how will you do that one?

0 Answers  


class A { private int i; } class B extends A { private int i; } if I create an object of B class what will be the memory of that object.

2 Answers   Yamaha,


How TreeMap sorts the objects inside it?? suppose if have include one employee object and one car object. On what basis it will sort?

5 Answers  


Categories