The __________ area in JVM memory is used to store per-class structures.
- Class
- Heap
- Method
- Stack
The Class area in JVM memory is used to store per-class structures, such as class metadata, constants, and static fields.
Loading...
Related Quiz
- To optimize performance, a servlet should cache frequently used data in the ________.
- If an SQL exception occurs in a method that performs multiple database updates, how should the exception be handled to maintain data integrity?
- The __________ object provides the filter with information about its initialization parameters.
- _________ in JDBC helps in reusing the same connection for multiple database operations.
- How does the use of 'lazy loading' in an ORM framework like Hibernate affect database performance?