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
Why are pointers not secure?
What are the methods to rectify ambiguities in the interfaces in JAVA?
What is volatile keyword in java
Why does abstract class have constructor?
How many types of constructors are used in java?
what is meant by encapsulation?
Can we make main() thread as daemon?
What is a pointer and does java support pointers?
What is the unit of plancks constant?
What is loop in java?
What is null data type?
Give an example of use of pointers in java class.
What is the difference between a switch statement and an if statement?
Can variables be used in java without initialization?
What happens if constructor is private?