What is static array?
Answer / Kratika Mathur
A static array in Java is an array whose variables are declared as static. These arrays have class scope, and all objects of the class share a single instance of this array.
| Is This Answer Correct ? | 0 Yes | 0 No |
Does hashset maintain order?
Why is map not a collection?
List the basic operations carried out in a linked list?
Which is faster hashmap or hashtable?
Is hashset thread safe?
What do you mean by priority queue?
Why is data structure?
What do you understand by stable sort?
What is doubly linked list?
Can we override compareto method for enumerations?
How to print element of Array?
What is linked hash set?