Saved Bookmarks
| 1. |
________ method of a String Class returns true if the length of this string is 0 i. indexAt() ii. length() iii. isEmpty() iv. indexOf() |
|
Answer» iii. isEmpty() isEmpty() method of a String Class returns true if the length of this string is 0. |
|