Whats the difference between length() and .length?

Questions by Sivasubramaniam   answers by Sivasubramaniam

Showing Answers 1 - 1 of 1 Answers

k.satyanarayana

  • Oct 18th, 2006
 

length() is the method and length is the keyword. length() is used to find the length of the string in String object. length is used to know the size of array.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions