What is static array?



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

Post New Answer

More Data Structures Interview Questions

Does hashset maintain order?

1 Answers  


Why is map not a collection?

1 Answers  


List the basic operations carried out in a linked list?

1 Answers  


Which is faster hashmap or hashtable?

1 Answers  


Is hashset thread safe?

1 Answers  


What do you mean by priority queue?

1 Answers  


Why is data structure?

1 Answers  


What do you understand by stable sort?

1 Answers  


What is doubly linked list?

1 Answers  


Can we override compareto method for enumerations?

1 Answers  


How to print element of Array?

1 Answers  


What is linked hash set?

1 Answers  


Categories