hi,
Whenever i try to use the .length() method, my java compiler is showing
cannot resolve symbol: method length()
What should i do?
Regards,
Zahid
|
Go4Expert Member
|
|
| 9Apr2007,21:06 | #1 |
|
hi,
Whenever i try to use the .length() method, my java compiler is showing cannot resolve symbol: method length() What should i do? Regards, Zahid |
|
Team Leader
|
![]() |
| 9Apr2007,23:43 | #2 |
|
Please post the code snippet where you are facing the problem.
|
|
Go4Expert Member
|
|
| 17Apr2007,11:01 | #3 |
|
Do you wish to say .length() method of String class?
|