+ 2

JAVA Difference of String and Charsequence?

what is the differences of String and Charsequence?

28th Jul 2019, 8:51 AM
Tzion
Tzion - avatar
3 Réponses
+ 3
CharSequence is an Interface. https://docs.oracle.com/javase/9/docs/api/java/lang/CharSequence.html As you can see String (also StringBuilder and StringBuffer) implements this Interface. Interface: https://www.sololearn.com/learn/Java/2167/?ref=app
28th Jul 2019, 9:20 AM
Denise Roßberg
Denise Roßberg - avatar
0
What
28th Jul 2019, 4:16 PM
Mustafic Suhruroyyan
Mustafic Suhruroyyan - avatar
0
Complete >>>" "
17th Aug 2019, 2:14 PM
Minh