The __________ method can be used to get runtime information about memory usage.
- freeMemory()
- getMemoryInfo()
- maxMemory()
- totalMemory()
The maxMemory() method can be used to get runtime information about the maximum amount of memory that the Java Virtual Machine will attempt to use.
Loading...
Related Quiz
- What is the purpose of implementing the HttpSessionBindingListener interface?
- In an XSS attack, the _________ method of XSS involves the attacker injecting a script that is stored on the server.
- What is the primary advantage of using connection pooling in a web application?
- How do you specify the URL patterns to which a filter should apply?
- In the deployment descriptor, the __________ tag is used to specify which requests are passed through a particular filter.