What is the difference between equals() and == 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 the use of static import ?

4 Answers   Rolta,


How do you empty a list in java?

0 Answers  


Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).

0 Answers  


Explain exception chaining in java?

0 Answers   Cyient,


How use .contains in java?

0 Answers  






10. class Nav{ 11. public enum Direction { NORTH, SOUTH, EAST, WEST } 12. } 13. public class Sprite{ 14. // insert code here 15. } Which code, inserted at line 14, allows the Sprite class to compile? a)Direction d = NORTH; b)Nav.Direction d = NORTH; c)Direction d = Direction.NORTH; d)Nav.Direction d = Nav.Direction.NORTH;

2 Answers  


In C we use only compiler. Why java uses both compiler and interpreter? What is its significance?

5 Answers  


What is non static block in java

10 Answers   Emphasis, Ness Technologies,


What are the 8 data types in java?

0 Answers  


What is wrapper class html?

0 Answers  


What is an event?

2 Answers  


Explain java coding standards for interfaces?

0 Answers  


Categories