Are arrays static in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What are inner and anonymous class?

3 Answers  


What is difference between length and length() method in java ?

0 Answers  


What is bubble sorting in java?

0 Answers  


What access modifiers can be used for class ?

0 Answers  


Why stringbuffer is faster than string?

0 Answers  






system.out.println(1 + 3);

8 Answers  


How can we access some class in another class in java?

0 Answers  


which one is more efficient int x; 1. if(x==null) 2.if(null==x) state which one either 1 or 2?

6 Answers   HP, SparkTG,


What is the difference between hashmap and hashtable? What is an interface?

0 Answers  


What is the difference between the paint() and repaint() methods?

0 Answers  


Why is the main method declared static?

0 Answers  


Can we access private data outside of the class directly in java programming language? Why There is no runtime checking in java, which leads to access the private data directly outside of a class?

5 Answers   Google,


Categories