What are the Memory Allocations available in JavaJava?
Answer Posted / 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 |
Post New Answer View All Answers
What is your platform?s default character encoding and how to know this?
What is literal example?
What do you understand by final value?
What is the escape character in java?
Can you write a java class that could be used both as an applet as well as an application?
How do you decide when to use arraylist and linkedlist?
How does class forname work in java?
Write a program to find the greatest of three numbers in java?
Why are the methods of the math class static?
Why do we need data serialization?
Write an algorithm program in java for the following question.. 1) S is a set of integers.X is an integer obtained by sum of two digits in S. Write logic for whether or not the X is from the S. The time of algorithm should not exceed o(n logn).
Why do we override tostring method in java?
What is the difference between the font and fontmetrics classes in java programming?
Explain the features of java?
What is array class in java?