How to find the size of an array
a)array.length()
b)array.length
c)array.size()
d)array.size

Answers were Sorted based on User's Feedback



How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size..

Answer / jigar gandhi

Answer is b
array.length is for array
and
array.size() is for arraylist

Is This Answer Correct ?    37 Yes 1 No

How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size..

Answer / ashish shinkar

array.length

Is This Answer Correct ?    18 Yes 2 No

How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size..

Answer / somasekhar

answer is b

Is This Answer Correct ?    16 Yes 1 No

How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size..

Answer / nagesh

length is a public static final variable in an array which
will specify the capacity of that array. length() is a
function on strings to find number of characters in that.

Is This Answer Correct ?    11 Yes 6 No

How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size..

Answer / sivadasan

Answer 'C'

Is This Answer Correct ?    3 Yes 17 No

How to find the size of an array a)array.length() b)array.length c)array.size() d)array.size..

Answer / krishna

array.lenth()

Is This Answer Correct ?    1 Yes 15 No

Post New Answer

More Core Java Interview Questions

What state does a thread enter when it terminates its processing in java programming?

0 Answers  


What is the difference between static synchronize() metod and synchronize() method?

1 Answers   Polaris,


What is a line separator in java?

0 Answers  


Can we sort set in java?

0 Answers  


What are the benefits of operations in java?

0 Answers  






What is the difference between method overriding and overloading?

0 Answers  


when to use ArrayList and when to use HashMap in webApplication.

1 Answers  


What is the difference between keyword and identifier?

0 Answers  


What is the purpose of main function in java?

0 Answers  


What are the different types of methodologies?

0 Answers  


What is use of arraylist in java?

0 Answers  


What is mnemonic code?

0 Answers  


Categories