Describe string intern() methodology


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

Post New Answer

More Core Java Interview Questions

What is a boolean structure?

0 Answers  


public class Test { public static void main(String ar[]) { Integer a = 10; Integer b =10; Integer c = 145; Integer d = 145; System.out.println(a==b); System.out.println(c==d); } }

7 Answers   iGate,


What is constructor and virtual function?

5 Answers  


What is difference between Eclips and MyEclips?

3 Answers  


What is linked hashmap and its features?

0 Answers  






What is import java util arraylist?

0 Answers  


What are the advantages of java?

0 Answers  


Write the algorithm to check the number non-leaf nodes in a tree.

0 Answers   Amdocs,


What are three types of loops in java?

0 Answers  


Can multiple catch statements be used in exceptions ?

6 Answers   Wipro,


Explain about version control?

0 Answers  


What is meant by method?

0 Answers  


Categories