InterviewSolution
Saved Bookmarks
| 1. |
Which of these method of class String is used to compare two String objects for their equality?(a) equals()(b) Equals()(c) isequal()(d) Isequal() |
|
Answer» Correct option is (a) equals() To explain: None. |
|