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 |
Difference between java and javascript
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0
What is the benefit of singleton pattern?
Why do I need to declare the type of a variable in java?
What class is used to create Server side object?
Can u write constructor in abstract.If yes den when it will be invoked.
What does java final mean?
Explain jdk, jre and jvm?
Can a class be declared as static?
What are the advantages of the model over the event- inheritance model?
Can we have multiple catch block for a try block?
What is a Wrapper class?