How to find the size of an array
a)array.length()
b)array.length
c)array.size()
d)array.size
Post New Answer View All Answers
What is singleton class example?
Can static methods access instance variables in java?
What is the difference between JDBC 1.0 and JDBC 2.0?
What is skeleton and stub? What is the purpose of those?
Tell me the Importent classes in net package?
Can you access the private method from outside the class?
Does java have a compiler?
What restrictions are placed on method overriding?
What is the difference between hashset and treeset in java?
What is the relationship difference the canvas class and the graphics class?
Can we overload the methods by making them static?
Can we declare an array without size in java?
How can constructor chaining be done by using the super keyword?
Is node a data type in java?
How is string immutable in java?