what is difference between equals and ==?


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

Post New Answer

More Core Java Interview Questions

I have a string like _a01_a02_a03_ and another string like _2_1.5_4_ as input.I want to extract a01,a02... to a string array and 2,1.5,etc to a double array with a01 corresponds to 2 and a02 to 1.5 etc. Need code in core java.. Can you do it?

1 Answers   Cognizant,


If you are reviewing the code of your team members, what points will you look at, assuming the performance of the application is not so great

2 Answers   KPIT,


Which sort is best in java?

0 Answers  


what state does a thread enter when it terminates its processing? : Java thread

0 Answers  


Can a class with private constructor be extended?

0 Answers  






How could Java classes direct program messages to the system console, but error messages, say to a file?

2 Answers  


How do you add an arraylist to an array in java?

0 Answers  


how we can create packages in java?

0 Answers  


What is a parameter in java?

0 Answers  


Which software is used for java programming?

0 Answers  


what is class.forname() and how it will be useful ?

3 Answers  


whats the purposr of using serialization?

6 Answers  


Categories