web technology Online Quiz - 178
Description: web technology Online Quiz - 178 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Given the deployment descriptor for a Web Application is
Which of the following suits best for Java?
Sun released much of Java as open source software under the terms of GNU GPL. GPL Stands for ____________.
For a given ServletResponse response, which retrieves an object for writing binary data?
Which retrieves all cookies sent in a given HttpServletRequest request?
Which two prevent a servlet from handling requests.? (Choose two.)
A JSP page needs to instantiate a JavaBean to be used by only that page. Which two jsp:useBean attributes must be used to access this attribute in the JSP page?
In form-based authentication, what must be included in the HTML returned from the URL specified by the element?
How many Divisions a COBOL program normally consists
Which is the default font used in Cognos 8
Which among the following is not a logging level used in Cognos 8
Which of the following statements are true about Java Servlets Technology?
Which of the following tags is used to set the timeout interval for HttpSession?
Which of the following is used to define a Listener for HttpSessionListener class in Web Deployment Descriptor?
Which of the following listener(s) will be called when a Servlet Container initializes a Web Application?
Imagine that you want to set the inactive time for a particular servlet to 10 minutes. Which of the following is the preferred way to do it?
Which of the following method is used to send response in the form of character data to the client?
Assuming that you are developing a Web Application called 'myApp'. You have a file called secret.txt which is part of the original Application, but you don't want your clients to gain access to it. What is the preferred way to do this?
Which of the following methods can be used to retrieve all the attributes names from ServletContext?