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 |
Difference between concurrent hashmap and hashtable and collections
Write a program to print all permutations of string?
What is the use of a copy constructor?
Which is better ascii or unicode?
What is the use of static class?
what is language and it responsibilities
Static Variable can referred in non-static method?
why the constructor should be used in class,if there is no constructor what will happen?
Explain a situation where finally block will not be executed?
What is java class writing rules?
What is parsing in java?
What is parameter tag and what is its use?