In Java, which keyword is used to manually suggest the garbage collector?
- delete
- finalize
- free
- nullify
The finalize keyword in Java is used to manually suggest the garbage collector to consider an object for garbage collection.
Loading...
Related Quiz
- When multiple filters are defined, in what order are they executed?
- The __________ method is called by the web container to indicate that a filter is being taken out of service.
- Which of the following is a recommended approach to handle database connections in servlets?
- A PreparedStatement can be optimized by the JDBC driver using __________.
- Which interface must be implemented by a servlet for asynchronous processing?