difference between == and === operators?

difference between == and === operators?

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 Tutorials/Questions & Answers:
Difference between DispatchAction and LookupDispatchAction
difference between SessionState and ViewState
Advertisements
difference between ForwardAction and IncludeAction
Difference between struts and JSF
difference between == and === operators?
difference between varchar & varchar2?
Difference between 3d and 4d
What is the difference between the >> and >>> operators?
Difference between Mysql and SQL
Difference between Timer and Thread?
what is the difference between extends and implements
what is the difference between extends and implements
Difference between SCJP Exams
Difference between JSP and Servlets
difference between lock and synchronization
Difference between request.getRequestDispatcher() and context.getRequestDispatcher()
Difference between forward and sendRedirect
Difference between ServletContext and ServletConfig
Difference between translate and replace
Difference between GET and POST
What is difference between a PROCEDURE & FUNCTION ?
Difference between XML and HTML - XML
difference between <%@ include ...> and <jsp:include>
What is the difference between $message and $$message?
what is the Difference between weblogic and jboss?
what is the difference between pop and oop
difference between hashcode,reference in java
What is the difference between hibernate and spring
What is the difference between PHP4 and PHP5?
Difference between http and https
What is the difference between a constructor and a method?
Difference between error and exception ????????
difference between applet and swings
Difference between jsonstring and json object
Difference between Struts and Spring
difference between $message and $$message
What is difference between the java and javascript?
calculate difference between two dates
Difference between MVC1 And MVC2 - Struts
Difference between TRUNCATE and DELETE commands
Difference between and merge and update in hibernate
difference between prepared statement and statement
mysql difference between two numbers
What is the difference between a JDK and a JVM?
difference between the obj and reference - Java Beginners
difference between enum and final class?
Difference between httpService and Data Service
difference between servletconfig and servletcontext in java
difference between wite and writeto in java
What is difference between Path and Classpath?

Ads