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
This question is part of this quiz :
Java Heap vs Stack