0
Can any one explain need of strings as already we have characters which can be used as string?
misc
2 Respostas
0
yes characters can be used as a string... BUT it will be one variable per character which can be annoying. So String, which inherits from the charSequence class, is just a sequence of char which the String class does have some very useful methods.
If this does not answer your question, please explain more of what you mean
hope this helps
happy coding
0
thanks kyle