Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In
Continue with Google
or use

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here
Continue with Google
or use

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

Sorry, you do not have permission to ask a question, You must login to ask a question.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

Answerclub

Answerclub Logo Answerclub Logo

Answerclub Navigation

  • Home
  • About Us
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask A Question
  • Home
  • About Us
  • Contact Us

Welcome to Answerclub.org

Questions | Answers | Discussions | Knowledge sharing | Communities & more.

Ask A Question
Home/ Questions/Q 243140
Next
In Process

Answerclub Latest Questions

Aryan Prajapat
  • 0
  • 0
Aryan PrajapatKnowledge Contributor
Asked: October 11, 20242024-10-11T17:45:41+05:30 2024-10-11T17:45:41+05:30In: Education

What is the difference between the “==” operator and the “.equals()” method in Java?

  • 0
  • 0
What is the difference between the “==” operator and the “.equals()” method in Java?
3
  • 3 3 Answers
  • 81 Views
  • 0 Followers
  • 0
Answer
  • Report

3 Answers

  • Voted
  • Oldest
  • Recent
  • Random
  1. Aryan Prajapat
    Aryan Prajapat Knowledge Contributor
    2024-10-11T17:46:51+05:30Added an answer on October 11, 2024 at 5:46 pm

    The “==” operator checks for object reference equality, while the “.equals()” method checks for object value equality. For example, two different String objects with the same value will return true when compared using “.equals()”, but false when compared using “==”.

      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  2. Suhani Kumari
    Suhani Kumari Knowledge Contributor
    2024-10-13T00:54:06+05:30Added an answer on October 13, 2024 at 12:54 am

    reference equality:
    In Java, “==” is used for reference equality, which means that it checks whether two objects refer to the same memory location.
    example of code:
    String s1 = “hello”;
    String s2 = new String(“hello”);

    if (s1 == s2) {
      System.out.println(“s1 and s2 are the same object”);
    } else {
      System.out.println(“s1 and s2 are different objects”);
    }
    output: s1 and s2 ar different objects.

    value equality,equals() method:
    Value equality takes place when two separate objects happen to have the same values or state.This compares values and is closely related to the Object’s equals() method.
    example-
    String s1 = “hello”;
    String s2 = new String(“hello”);

    if (s1.equals(s2)){
      System.out.println(“s1 and s2 have the same value”);
    } else {
      System.out.println(“s1 and s2 have different values”);
    }
    output – s1 and s2 have same value.

      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report
  3. Priyanka Rani
    Priyanka Rani Beginner
    2025-07-01T22:20:56+05:30Added an answer on July 1, 2025 at 10:20 pm

    In Java, == compares object references to check if they point to the same memory location, while .equals() compares object contents to check logical equality, typically overridden in custom classes https://www.excellencetechnology.in/java-training-in-chandigarh/.

      • 0
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

You must login to add an answer.

Continue with Google
or use

Forgot Password?

Need An Account, Sign Up Here

Sidebar

Ask A Question

Stats

  • Questions 59,436
  • Answers 53,236
  • Popular
  • Answers
  • Mr.Doge

    What are the best AI tools available for Creative Designing?

    • 50 Answers
  • Mr.Doge

    How is tax calculated in India for investing in US ...

    • 41 Answers
  • Mr.Doge

    How to invest in NCD/ Corporate Bonds in India? Is ...

    • 36 Answers
  • Edit Verse
    Edit Verse added an answer Yes, Edit Verse is one of the best choices for… March 20, 2026 at 6:42 pm
  • dmktg42 singhal
    dmktg42 singhal added an answer The primary difference between biaxial and uniaxial geogrids lies in… March 20, 2026 at 6:35 pm
  • dmktg42 singhal
    dmktg42 singhal added an answer Biaxial geogrids offer numerous advantages in road construction, making them… March 20, 2026 at 6:22 pm

Related Questions

  • Is Edit Verse the best agency for social media marketing ...

    • 1 Answer
  • Which industries commonly use foldable and collapsible crates for handling ...

    • 1 Answer
  • What are the best singing classes near me for beginners?

    • 0 Answers
  • What is BSc Computer Science with AI and ML, and ...

    • 1 Answer
  • Which are the best NEET Coaching Classes in Gorakhpur for ...

    • 1 Answer

Trending Tags

ai (245) biology (376) branch of study (241) business (238) cricket (270) digital marketing (206) education (1095) english (343) environment (179) fashion (171) finance (172) food (300) general knowledge. (1051) general science (258) geography (269) gk (776) health (396) history (798) lifestyle (208) phobia (166) pilates (278) pilates fitness (248) pilates workout (233) poll (261) psychology (229) question (7785) science (352) sports (334) technology (367) travel (367)

Explore

  • Home
  • Groups
  • Add group
  • Catagories
  • Questions
    • New Questions
    • Most Answered
  • Polls
  • Tags
  • Badges

© 2024 Answerclub.org | All Rights Reserved
Designed & Developed by INFINITEBOX & TechTrends