Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

Core%20Java%20Interview%20Questions%20and%20Answers

Question: What would you use to compare two String variables - the operator == or the method equals()?
Answer: I would use the method equals() to compare the values of the Strings and the == to check if two variables point at the same instance of a String object.
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook