0
Which package I need to import for string class so as to use character isLetter Boolean function which run successfully?
For other character inbuilt function don't execute easily and many times error occurs while execution.
4 Respuestas
+ 2
Use java.lang.Character class or try
java.lang.*
It is not associated with String class.
+ 2
You must be doing it wrong, kindly share your code here.
+ 1
String is present in java.lang package which is implicitly imported in all java programs.
0
I tried using same but it won't execute.