Which is faster string or stringbuilder?


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

Post New Answer

More Core Java Interview Questions

What do you mean by singleton class in java?

0 Answers  


What is numeric data type?

0 Answers  


What is the meaning of immutable regarding string?

0 Answers  


static inner classes means..?

1 Answers  


import java.io.*; class Demo { public static void main(String args[]) { File f=new File("1234.msg"); String arr[]=f.list(); System.out.println(arr.length); } }

3 Answers   IBM, Ramco,


What are the two ways you can synchronize a block of code?

5 Answers   Ericsson,


State the merge-sort principle and its time complexity.

0 Answers   Akamai Technologies,


what are the major differences between jdk1.4 and jdk1.5?

2 Answers   Cap Gemini, Crimson Logic, Infosys, TCS, Tenth Planet,


What is dynamic binding(late binding)?

0 Answers  


Can extern variables be initialized?

0 Answers  


Why char array is favored over string for the storage of passwords?

0 Answers  


What is substring of a string?

1 Answers  


Categories