What is difference between stringbuffer and string?


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

Post New Answer

More Core Java Interview Questions

class A{ m2(){ } } class B extends A{ m2(){ } } class c extends B{ m2(){ } } class my_class extends c{ m2(){ } pulic static void main(){ ...My_class a = new my_class(); super.super.super.m2(); is this is leagal if not find what is the legal procedure in order to call A's version of m2(); }

8 Answers   Logica CMG,


How many bytes are a float?

0 Answers  


Explain about fail safe iterators in java?

0 Answers  


Tell me the difference between an applet and a Japplet?

1 Answers  


What is ellipsis in java?

0 Answers  






What is a numeric digit?

0 Answers  


What is the difference between overloading and overriding a function?

13 Answers   eG Innovations, Infosys, TCS,


What is difference between synchronize and concurrent collection in java?

0 Answers  


What is return used for in java?

0 Answers  


List two java ide’s?

0 Answers  


What is the largest number a double can hold?

0 Answers  


How big is a gigabyte?

0 Answers  


Categories