If aaaa is an array then why aaaa.length why not aaaa.length()?

This question is related to Oracle Interview

Showing Answers 1 - 3 of 3 Answers

Sanjana Shetty

  • Feb 7th, 2007
 

array_name.length will give you the length of the array, its a property of arrays. string_name.length( ) is a function which gives you the length of a string.

  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