What are the difference between string, string builder, and string buffer in java?


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

Post New Answer

More Core Java Interview Questions

Is finalize() similar to a destructor?

0 Answers  


Why can't you declare a class as protected?

0 Answers  


Why is an interface be able to extend more than one interface but a class can’t extend more than one class?

0 Answers  


When to use runnable interface vs thread class in java?

0 Answers  


What’s the difference between constructors and other methods?

0 Answers  


Can we create our own daemon thread?

0 Answers  


any other way to print the text without using System.out.println() in java?

5 Answers   IBM, Infosys,


What is the importance of main method in Java?

0 Answers  


How do you escape a string?

0 Answers  


what is business delegate?

2 Answers   TCS,


What is the purpose of the return statement?

0 Answers  


How will you serialize a singleton class without violating singleton pattern?

0 Answers  


Categories