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

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

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

You must login to ask a question.

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

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

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

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6811451
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T20:19:44+00:00 2026-05-26T20:19:44+00:00

This outputs-BPBPfalse. I am really confused as to why the boolean is false when

  • 0

This outputs-BPBPfalse.

I am really confused as to why the boolean is false when the string obviously is the exact same.

Why isnt it BPBPtrue?

Thanks in advance!

public class mySplit {

public static void main(String myString[])
{
    String myString1= "BP+Car+Bird";
    String myArray[] = {"BP","Car","Bird"};

    String myArray2[]= myString1.split("\\+");
    String A = myArray[0];
    String B = myArray2[0];

    System.out.print(A);
    System.out.print(B);

    boolean One = (A==B);
    System.out.print(One);

}

}

OUTPUT – BPBPfalse

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T20:19:45+00:00Added an answer on May 26, 2026 at 8:19 pm
    A==B
    

    needs to be

    A.equals(B)
    

    because they are different objects.

    String one = "one";
    String two = one;
    boolean isEqual = one == two; // TRUE
    boolean notTheSameObject = ("one" == one); // FALSE
    boolean areEqual = (one.equals("one")); // TRUE String.equals
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

echo date(W,strtotime('2010-01-01')); This outputs 53. I would expect it to output 1. Can anyone
$a = '{ tag: <b></b> }'; echo json_encode( json_decode($a) ); This outputs: {tag:<b><\/b>} when
I'm using toLocalizedTime to output a date, as below <span tal:content=python:here.toLocalisedTime(date.get('start_date'))/> This outputs eg.
Can someone please explain why this program outputs 0x00000004? class AndAssignment { static void
In IE8 this input.attr(name,exam.exam_Normal[' +normal_id_unique + '].boolean_v); Outputs this only in IE8.... <input propdescname=exam.exam_Normal['1'].boolean_v
I have this query in sql server 2000: select pwdencrypt('AAAA') which outputs an encrypted
I have this simple php script <?php echo '<pre>'; // Outputs all the result
I have this <%=Model.StartDate%> <%=Html.Hidden(StartDate, Model.StartDate)%> it outputs: 2010-05-11 11:00:00 +01:00 <input type=hidden value=2010-03-17
Say I have some Scala code like this: // Outputs 1, 4, 9, 16,
I have the following code: {$product.name} This outputs all of our products, unfortunatly they

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.