filmov
tv
Core Java for Testers _Day9
Показать описание
Day 9
Strings:
Each and every character stores based on the value.
Index starts from 0 to 1.
1. CharAt()
2. Length()
3. toUppercase()
4. toLowercase
5. equals
6. equalsignorecase
7. startswith
8. endswith
9. replace
10. indexof
11. lastindexof
12. contains
Continue this in next class:
13. split
14. substring
15. compateTo
16. trim
17. isEmpty
Strings:
Each and every character stores based on the value.
Index starts from 0 to 1.
1. CharAt()
2. Length()
3. toUppercase()
4. toLowercase
5. equals
6. equalsignorecase
7. startswith
8. endswith
9. replace
10. indexof
11. lastindexof
12. contains
Continue this in next class:
13. split
14. substring
15. compateTo
16. trim
17. isEmpty