How are primitive types (e.g., int, char) stored in Java?

Last Updated :
Discuss
Comments

How are primitive types (e.g., int, char) stored in Java?

They are stored in Stack Memory

They are stored in Heap Memory

They are stored in the Method Area

They are stored in Permanent Generation

Share your thoughts in the comments