What variables are stored in stack?
Answer / Sumit Kanojiya
In Core Java, primitive data types like int, char, boolean, float, double and long are stored in the stack memory. Local variables and formal parameters of methods are also stored in the stack.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain list interface?
what is java
What does || mean in code?
what is prepare statement? what is calabedtarement?
What are predefined functions?
What is meant by vector class, dictionary class, hash table class, and property class?
How do you declare a destructor in java?
How to declare an arraylist in java?
What is jar?
How do you sort arrays in java?
What do you mean by Remote procedure call?
How many arguments can a method have java?