Why stringbuffer is faster than string?
No Answer is Posted For this Question
Be the First to Post Answer
Which are different kinds of source code?
Difference between process and thread?
Differentiate between stringbuffer and stringbuilder in java.
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
What is the difference between Java and C++?
0 Answers Integreon, TCS, ZS Associates,
Does java arraylist maintain insertion order?
What is use of super keyword?
Is it possible to instantiate the abstract class?
What all access modifiers are allowed for top class ?
What function extracts specified characters from a string?
What is difference between class and object in java?
What are different type of exceptions in java?