Homejava differences interview questions Difference between "== operator" and "equals() method" in java? Facebook Twitter == operator is used for reference comparison or memory address , whether they point to same location or not .equals() is used for content comparison Tags java differences interview questions Facebook Twitter
Post a Comment