String class is defined under which package in java?


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

Post New Answer

More Core Java Interview Questions

why Interface used?

0 Answers   HCL,


What do you understand by weak reference?

0 Answers  


byte a=5; byte b=5; byte c=a+b; System.out.println(c); whats the o/p?

7 Answers   NIIT, Wipro,


why are wait(), notify() and notifyall() methods defined in the object class? : Java thread

0 Answers  


What are different data structures in java?

0 Answers  


What is the use of generics? When was it added to the Java development Kit?

0 Answers   Impetus,


what is the use of Clonable,and serializable interface?

1 Answers  


What about method local inner classes or local inner classes in java?

0 Answers  


there are some duplicate values in ArrayList, how U'll get that array with out duplicate?

4 Answers   CMC,


How do you create a reference in java?

0 Answers  


Difference between == and .equals() ?

0 Answers  


What is the purpose of finalization?

4 Answers  


Categories