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 8676511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T20:12:59+00:00 2026-06-12T20:12:59+00:00

After reading the interview question of the day I stumbled upon an unfamiliar programming

  • 0

After reading the “interview question of the day” I stumbled upon an unfamiliar programming syntax regarding the xor operation. Can and will someone explain what goes on when executing:

result = 2;
out.println(result ^= 10);    // This gives a result of 8.

result = 3;
out.println(result ^= 10);    // This gives a result of 9.

result = 4;                   
out.println(result ^= 10);    // This gives a result of 14.

I am having a hard time figuring this one out….

  • 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-06-12T20:13:00+00:00Added an answer on June 12, 2026 at 8:13 pm

    That is called a Bitwise XOR operator. It is 1 if EITHER of the compared bits are 1. If BOTH are 1, or BOTH are 0, the result will be 0. It is actually working on the BIT level of the numbers you are comparing.

    Example:

    0010 ^= (XOR) 1010 = 1000
    (2)  ^=       (10) = (8)
    
    0011 ^= (XOR) 1010 = 1001
    (3)  ^=       (10) = (9)
    
    0100 ^= (XOR) 1010 = 1110
    (4)  ^=       (10) = (14)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

After reading this question. I was wondering is it possible using O(1) space can
After reading this interesting question I was reminded of a tricky interview question I
After reading this question regarding Linux: Open Terminal From Eclipse I have the same
After reading answer to this question: Make "make" default to "make -j 8" I
After reading this question, I need to clear up some things. IQueryable<Customer> custs =
After reading about Mapper XMLs I can't help to wonder how one might go
After reading already asked question on the subject and a lot of googling I
After reading some stuff it seems I can map the SMBIOS memory and parse
This is another question from cracking coding interview, I still have some doubt after
After reading many times this question and its accepted answer How to execute a

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.