Is heap stored in ram?


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

Post New Answer

More Core Java Interview Questions

To the class members how can we provide security?

1 Answers   Aspire,


Name few java 8 annotations ?

0 Answers  


How are Observer and Observable used?

3 Answers  


Which is fastest collection in java?

0 Answers  


What is difference between static variable and global variable?

0 Answers  






why static class in java or what is use of static class in java

3 Answers   SunGard,


Why to use nested classes in java? (Or) what is the purpose of nested class in java?

0 Answers  


This is related to threads. I have a class with synchronized method m1(). Can I create different instances of this class and execute the m1() for different threads?

3 Answers  


Does it matter in what order catch statements for filenotfoundexception and ioexception are written?

0 Answers  


Is there any use of an abstract class which has no methods and no attributes?

1 Answers   Wipro,


What is “try and catch” in java

5 Answers   Cap Gemini, TCS,


is it mandatory to deaclare all variables public static fianl in interfaces?if i declare like in the below program, public interface A { public static final int I=0; int j=0; } in interface A,what is the difference between I,j?

2 Answers  


Categories