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
Can you explain inner class.
Explain the importance of throwable class and its methods?
what do you understand by the term string with respect to java?
Can set contain duplicates?
Why is singleton class used?
What are the types of sockets in java?
What are the differences between c++ and java?
Why are the objects immutable in java?
Can we declare a class as abstract without having any abstract method?
Can we have two methods in a class with the same name?
Explain the difference between protected and default access.
What is garbage collector?
How does singleton class work?
How do I know if java is installed?
What is a parameter in java?