The doOptions() method is called by the server via the service method. It allows a servlet to handle a OPTIONS…
April 21st, 2010
What is the getLastModified() method?
No Comments, SCWCD, by Daisy Williams.The getLastModified() method is used to return the time the HttpServletRequest object was last modified, in milliseconds since midnight January…
April 20th, 2010
What is the doDelet() method?
No Comments, SCWCD, by Daisy Williams.The doDelete() method allows a servlet to handle a DELETE request. It is called by the server via the service…
April 17th, 2010
What are the responsebilites of a Bean provider?
No Comments, SCBCD, by Daisy Williams.The responsibilities of a bean provider in implementing security are as follows: Implementing programmatic security by invoking the getCallerPrincipal() and…