Home Answers Viewqa Java-Interview-Questions difference between == and === operators?

 
 


venkata santosh
difference between == and === operators?
1 Answer(s)      2 years ago
Posted in : Java Interview Questions

Is (====) operator available in java or not?

difference between == and ===

View Answers

May 23, 2011 at 11:25 AM


The difference between the two is that '==' should be used to check if the values of the two operands are equal or not. On the other hand, '===' checks the values as well as the type of operands.









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.