What is array size in java?



What is array size in java?..

Answer / Surabhi Sachdeva

In Java, the size of an array is fixed at the time of creation and cannot be changed during runtime. It's determined by the length property of the array.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Difference between concurrent hashmap and hashtable and collections

1 Answers  


Write a program to print all permutations of string?

1 Answers  


What is the use of a copy constructor?

1 Answers   Flextronics,


Which is better ascii or unicode?

1 Answers  


What is the use of static class?

1 Answers  


what is language and it responsibilities

1 Answers  


Static Variable can referred in non-static method?

3 Answers  


why the constructor should be used in class,if there is no constructor what will happen?

4 Answers  


Explain a situation where finally block will not be executed?

1 Answers  


What is java class writing rules?

1 Answers   Oracle,


What is parsing in java?

0 Answers  


What is parameter tag and what is its use?

1 Answers  


Categories