What are the differences between string and stringbuffer?


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

Post New Answer

More Core Java Interview Questions

What is variable declaration and definition?

0 Answers  


What is a dynamic array java?

0 Answers  


What are wrapped classes?

7 Answers   Samsung,


what is collections in java?

4 Answers  


The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }

4 Answers   Ness Technologies, TCS,






Why are pointers not secure?

0 Answers  


whar are the draw backs of programming lang step by step in Clang and next in C++ and next and in Java nad in .Net

0 Answers  


What is the importance of static variable?

0 Answers  


What is boolean logic?

0 Answers  


Explain the reason behind ending a program with a system.exit(0)?

0 Answers  


Can we override the static methods?

0 Answers  


Why we should declare the variables as static and final in interfaces?

1 Answers  


Categories