Is it possible to invoke Runtime.gc() in an EJB?- The call will most likely be ignored.
- The functions like garbage collection that are system level should be left for the container.
- Hence, you shouldn’t do that, as implementation would decide the result.
|
J2EE applicationJ2EE application - Explain the components of J2EE architecture, Explain the Java Servlets. Explain its lifecycle, Explain JSP, Describe JSP lifecycle.