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
How to perform selection sort in java?
What is the use of a copy constructor?
What is super constructor?
What do you understand by synchronization?
Can a class with private constructor be extended?
How do you include a string in java?
What is a final class in java?
Can we define private and protected modifiers for the members in interfaces?
What are static variables and functions?
how to create multithreaded program? : Java thread
What are different ways of object creation in java ?
Give us the name of the list layoutmanagers in java?
Is it possible to compare various strings with the help of == operator? What are the risks involved?
What is void in java?
Where local and global variables are stored?