Java Sample Codes and Articles
Best Java Article and Sample codes that Needed.
Pages
Home
Oops Concepts
Java BuzzWords
Interview Questions
Thursday, July 14, 2011
Java Questions - 11
What would you use to compare two String variables - the operator == or the method equals()?
I'd 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
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment