How to find the size of an array
a)array.length()
b)array.length
c)array.size()
d)array.size
Answer Posted / krishna
array.lenth()
| Is This Answer Correct ? | 1 Yes | 15 No |
Post New Answer View All Answers
What is the function of java?
Is array passed by reference in java?
What is the use of math abs in java?
Explain numeric promotion?
What is sorting algorithm in java?
How do you override a method?
List any five features of java?
What is immutability in java?
What are runtime exceptions?
Explain some best practices you would apply while using collection in java?
Explain implementation and how is it different from conversion?
How do you reverse sort in java?
What are synchronized methods and synchronized statements in java programming?
What is the difference between Array and Hash Table?
How would you convert bytes to string?