Computing Staff
  • 0

How To Use Strlen() In Java.

  • 0

i declare a string, now i want to find its length like:
String x=”Fauziya”;
int i=strlen(x);

bt its not working,plz help me out..

Share