In Android OS or Java, what's the difference between a character sequence and a string????
Posted
by K-RAN
on Stack Overflow
See other posts from Stack Overflow
or by K-RAN
Published on 2010-05-30T06:41:44Z
Indexed on
2010/05/30
6:52 UTC
Read the original article
Hit count: 223
For the API (Android SDK API version 8) functions whose definitions list character sequence parameters, I can feed the function String instead. Best part is that they work the same way, no hassle, no warnings.
Is there a difference between the two types? And more importantly, is there an inherent danger if I send the function a String instead of a character sequence???
Thanks for any clarifications!!! :D
© Stack Overflow or respective owner