What are the Memory Allocations available in JavaJava?
Answer / nashiinformaticssolutions
There are five main categories of memory allocations in Java.
Memory of the Class
A lot of memory
Memory Stacking
Counter-Memory of the Program
Memory for Native Method Stack
| Is This Answer Correct ? | 0 Yes | 0 No |
where to use join method and explain with real time senario?and programatical explenation also..
What are the advantages of inner classes?
What was java originally called?
What is the SimpleTimeZone class?
How to change value in arraylist java?
What is a key in java?
What is the difference between I ++ and ++ I in java?
What are the limitations for static method?
What are the types of loops in Java, and how are they used?
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?
what is difference between abstract and interface? can i give real time example for the two topics?
Is java same as core java?