whats is mean by filter?
Answer / aditi
While surfing the World Wide Web, we frequently come across
pages that contain Java applets. These applets are small
programs, written by people that we often don’t know or
trust. However, their programs are being downloaded to, and
executed on, your machine.
The Java Filter lets you take control over which applets
you want on your machine and which you don’t.
The Java Filter gives effective protection against unwanted
execution of Java applets, without having to switch off
Java support of your browser. For example, you could only
allow applets from within your firewall onto your computer.
| Is This Answer Correct ? | 1 Yes | 2 No |
1) which method of the RequestDispatcher cannot be called once the output is sent to the client? a. forward b. include c. both a&b 2) which interface should an object implement to get notified of changes to the list of active sessions in a web application? a. HttpSessionListener b. HttpSessionActivationListener c. HttpSessionAttributeLIstener 3) A user can select multiple locations from a list box on an HTML form, which of the following methods can be used to retrieve all the selected location? a. getParameter() b. getParameterValues() c. getParamValues() 4) which of the following methods should be used to send character text to the client? a. ServletResponse.getWriter() b. ServletResponse.getOutputStream() c. ServletResponse.getOut() 5) which implicit object is always available in a JSP page? a. exception b. session c. out 6) which inclusion mechanism doesn't include the source of the page, rather the output of the page. a. include directive b. jsp:include action c. Bothe a& b 7) which attribute of the page controls whether a page participates in session or not? a. session-allowed b. session c. isSession
What is JNI?
What is the difference between a static and a non-static inner class?
What are local interfaces? Describe.
How can I avoid validating a form before data is entered?
What class is the top of the awt event hierarchy?
What is UniCastRemoteObject and what is its use in RMI?
How will you pass parameters in RMI? Why do you serialize?
Explain about RMI Architecture?
How has the sandbox changed with Java 2?
which deployment descriptor element is used to configure the authentication method? a. auth-config b. login-config c. sec-config
Where can I find seam examples and documentation?