How is it possible in java programming for two string objects with identical values not to be equal under the == operator?


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

Post New Answer

More Core Java Interview Questions

what is the difference between String s="hello"; and String s=new String("hello");?

3 Answers  


what is mean by thread lock?

2 Answers   Infosys, TCS,


What are the 3 types of loops in java?

0 Answers  


What does sprintf mean?

0 Answers  


What are abstract classes and anonymous classes?

0 Answers   Flextronics, Thomson Reuters, Virtusa,


Why does the integer quotient -0/3 yield 0, but the double quotient -0.0/3.0 yields – 0.0?

0 Answers  


What is the purpose of sizeof operator?

0 Answers  


What Is Resource Leak?

2 Answers  


What is thread pool? How can we create thread pool in java?

0 Answers  


What is multithreading and its advantages?

0 Answers  


How many boolean functions are there?

0 Answers  


When is the finalize() called?

0 Answers  


Categories