Does string is thread-safe in java?


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

Post New Answer

More Core Java Interview Questions

What is singleton class example?

0 Answers  


System.out.println("somestring"); It will create any object or not

5 Answers   CSC,


How do you sort arraylist in descending order?

0 Answers  


1).what is the difference between below examples String s="vijay"; String s=new String("vijay");

12 Answers   Mascon, Satyam, TCS,


What is a nested class?

0 Answers  


What is the difference between length and length() method in java?

0 Answers  


What will be the output of round(3.7) and ceil(3.7)?

0 Answers  


explain different ways of using thread? : Java thread

0 Answers  


Which software is used for java programming?

0 Answers  


What are parent methods and how can you call them?

2 Answers  


How can we create objects if we make the constructor private ?

0 Answers  


Given a singly linked list, find the middle of the list in a single traversal without using temporary variable.

0 Answers   Fidelity,


Categories