What is the difference between == and === in Java script?

Asked by Last Modified  

Follow 1
Answer

Please enter your answer

Experienced Full Stack Developer and Instructor.

== Compares values after type conversion (if necessary). If the two values are of different types, JavaScript tries to convert them to a common type before comparison. === Compares both value and type without type conversion. If the values are of different types, it immediately returns false. ...
read more
== Compares values after type conversion (if necessary). If the two values are of different types, JavaScript tries to convert them to a common type before comparison. === Compares both value and type without type conversion. If the values are of different types, it immediately returns false. Use === whenever possible to avoid unexpected type coercion issues. == can lead to unexpected results due to implicit conversions. read less
Comments

Online Mathematics tutor with 8 years experience(Online Classes for 10th to 12th)

== Compares values after type conversion (if necessary). If the two values are of different types, JavaScript tries to convert them to a common type before comparison. === Compares both value and type without type conversion. If the values are of different types, it immediately returns false. Use ===...
read more
== Compares values after type conversion (if necessary). If the two values are of different types, JavaScript tries to convert them to a common type before comparison. === Compares both value and type without type conversion. If the values are of different types, it immediately returns false. Use === whenever possible to avoid unexpected type coercion issues. == can lead to unexpected results due to implicit conversions. read less
Comments

Related Questions

Can u explain init() method is used in servlet for initialization then constructor also there for initializing variables.then what makes the difference between init() and default constructor in servlets?
Using init() only advisable than default constructor because we cannot initialize servlet using constructor because servlets are not directly instantiated by javacode, instead container create instance...
Anwar
What is difference between throw and throws in Java programming?
throw keyword is used to throw Exception from any method or static block in Java while throws keyword, used in method declaration, denoted which Exception can possible be thrown by this method
Vinodha
What is reflection and what is its use in Java?
Its generally meant for redefining the definition of objected oriented features in more depth to intensify its object oriented design.
Rahul
0 0
7

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Interview Tip : Q1) Why Strings are immutable in java ? What happen if it was mutable in java?
As we all know that Strings in java are immutabe in nature, now the question comes why the creator made it immutable in nature, although this field used maximum in any java program. The answer to this...

Class and Objects in Java
Class is a template or a blueprint which is used to describe an object. On other hand Object is a reference of a class which follows all the stuff written inside the class. How about taking the whole tour in the following video

Android : Support multiple themes in an android application
If you are developing a theme based application to enhance user experience, then following steps needs to follow.We are taking example of an android application having 2 themes white and black.Step 1:Define...

Java Achieve (JAR)
Java Archieve is a binary form to bundle a Java library which equivalent to zip file. It contains .class files, .properties, .jpeg, OR any supporting files to execute this library. For Example- junit.jar,...

Syntax and example of java
Java syntax: Class Display - - class definition { Void Display() { System.out.println('welcome to Java') ; } Public static void main(String arcs) { Display D=new Display() ;--object creation D. Display } }

Recommended Articles

In the domain of Information Technology, there is always a lot to learn and implement. However, some technologies have a relatively higher demand than the rest of the others. So here are some popular IT courses for the present and upcoming future: Cloud Computing Cloud Computing is a computing technique which is used...

Read full article >

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you