+ 2
JAVA Difference of String and Charsequence?
what is the differences of String and Charsequence?
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
0
What
0
Complete >>>" "