web technology Online Quiz - 179
Description: web technology Online Quiz - 179 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
An external JMS client is connected to a 2 managed server weblogic cluster using a Connection Factory that has server affinity enabled. The client is putting messages to a distribution destination (dd) deployed to the cluster. Which managed server(s) dd member will get the messages?
Which program do you need to write HTML?
What tag tells the browser where the page starts and stops ?
Find the odd one
Pick the odd one
Odd one out
Pick the odd one
Pick the odd one
THE NUMBER OF COLUMNS ON A TABLE THAT YOU CAN COLLECT STATISTICS IS
What is the equivalent action code for the following piece of JSP code snippet? EmployeeBean harry = (EmployeeBean)request.getAttribute("harry"); if (harry == null) { harry = new EmployeeBean(); request.setAttribute("harry", harry); }
Which of the following is a valid declaration of a Tag Library in a Deployment Descriptor?
A class wants to keep track of its number of objects being added to HttpSession objects. Which will be the ideal way to achieve this?
What method can be used to retrieve all the parameter names being sent as part of the request by the client?
What will be the output of the following JSP code snippet at run-time when it is accessed the third time? The value of test is
Following is an excerpt taken from a Deployment Descriptor of some Web Application. app-name MockQuestions ContextInfoServlet scwcd14.chap03.ContextInfoServlet app-name ContextInfoServlet Which of the following code will output the message 'MockQuestions ContextInfoServlet' to the client browser (assuming that 'out' is a valid instance of type 'PrintWriter' class)?
Which of the following EL expression retrieves the value of the attribute by name 'attribute' found in HTTP's request object
A software company wants to develop a component that does many of the pre-processing stuffs like whether the requests are coming from authentic sources, filtering unwanted data in the request object. What type of pattern will be the best match for developing such a component?
What method can be used to retrieve all the parameter names being sent as part of the request by the client?
What is the equivalent action code for the following piece of JSP code snippet? EmployeeBean harry = (EmployeeBean)request.getAttribute("harry"); if (harry == null) { harry = new EmployeeBean(); request.setAttribute("harry", harry); }
Which of the following EL expression retrieves the value of the attribute by name 'attribute' found in HTTP's request object