When should I use stringbuffer?


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

Post New Answer

More Core Java Interview Questions

What is basic syntax?

0 Answers  


can we write two same methods in outer class and innerclass.

1 Answers   3i Infotech,


Does the order of public and static declaration matter in main method?

0 Answers  


How can you generate random numbers in java?

0 Answers  


when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.

2 Answers  


What is the difference between multiple processes and multiple threads?

0 Answers  


Explain importance of finally block in java?

0 Answers  


How can you avoid serialization in child class if the base class is implementing the serializable interface?

0 Answers  


What do you mean by platform independence?

0 Answers  


What is increment in java?

0 Answers  


List primitive java types?

0 Answers  


What is :: operator in java 8?

0 Answers  


Categories