What is the difference between the string and stringbuffer classes?


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

Post New Answer

More Advanced Java Interview Questions

What is the O/P of the below Code Snippet ? And how does it imply the concept of call-by-value/call-by-reference. (Note : Pls ignore syntx errors) public class One { sop ("Into One--"); } public class Two extends One{ sop ("Into Two--"); } public class Home { One a; Two t; public static void main(argv[]) { sop ("In Home--"); sop(One.a); sop(Two.a); sop(One.t); sop(Two.t); } }

2 Answers   Wipro,


What is the difference between a menuitem and a checkboxmenuitem?

0 Answers  


Do I need to import javlang package any time? Why ?

0 Answers  


Why won’t the jvm terminate when I close all the application windows?

0 Answers  


Difference between DurableSubscription and non- DurableSubscription?

0 Answers  


On a computer that having single CPU, how multithreading concept can be achieved?

1 Answers   Zensar,


What does module-relative mean?

0 Answers  


what are the activation groupworks?

0 Answers  


What is meant by Superconductivity?

4 Answers  


Can a thread be a member of another thread?

2 Answers  


Difference between sleep and suspend?

3 Answers  


i have a 1000 objects in data base i need to display those in jsp's how can i retrive those objects in jsp. (consider the performance issue)

2 Answers  


Categories