When we deploy a Java web application on a server, all the Java classes on the hard drive of the server will be loaded into the memory automatically.
(a) true (b) false
In a Java servlet, when we use request.getParameter() or request.getAttribute() methods to retrieve data, we always need to do casting on the retrieved object so that we can access the data stored in the object.
(a) true (b) false