How to find the size of an array
a)array.length()
b)array.length
c)array.size()
d)array.size
Answer Posted / ashish shinkar
array.length
| Is This Answer Correct ? | 18 Yes | 2 No |
Post New Answer View All Answers
What is array initialization in java?
Name and explain the types of ways which are used to pass arguments in any function in java.
Does variable declaration allocate memory?
How to remove the trailing spaces from a string?
What's the purpose of using break in each case of switch statement?
What is core java used for?
What is the access scope of a protected method?
What is a conditional equation?
What are the skills required for core java?
What is the purpose of nested class in java?
Can we override constructors?
Why chararray() is preferred over string to store the password?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
What languages are pass by reference?
What is jar?