Interviewer And Interviewee Guide

Java Interview Question:

How is it possible in Java Programming for two String objects with identical values not to be equal under the == operator?

Submitted by: Administrator
The == operator compares two objects to determine if they are the same object in memory. It is possible for two String objects to have the same value, but located indifferent areas of memory.
Submitted by: Administrator

Read Online Java Job Interview Questions And Answers
Copyright 2007-2024 by Interview Questions Answers .ORG All Rights Reserved.
https://InterviewQuestionsAnswers.ORG.