How arrays are stored in memory in java?


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

Post New Answer

More Core Java Interview Questions

What do you mean by garbage collection used in java?

0 Answers  


What is passed by reference and pass by value ?

0 Answers  


What is a blocking method in Java?

0 Answers  


What is array command?

0 Answers  


What classes of exceptions may be thrown by a throw statement?

0 Answers  






In multi-threading how can we ensure that a resource isn't used by multiple threads simultaneously?

0 Answers  


Difference between linkedlist and arraylist.

0 Answers  


Why java is made?

0 Answers  


Is there memory leaks in java?

3 Answers  


What is jpa specification?

0 Answers  


Does 'true' and 'false' are keywords?

5 Answers  


How to excute - Interface - Inner class- method can any one tell how to execute/ call this main method public interface abc { static int i=0; void dd(); class a1 { a1() { int j; System.out.println("inside"); }; public static void main(String a1[]) { System.out.println("in interfia"); } } }

1 Answers  


Categories