web technology Online Quiz - 100
Description: web technology Online Quiz - 100 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
____________ feature of Spring manges the life cycle and configuration of application objects ?
___________ includes enterprise service such as JNDI, EJB, e-mail, internalization, validation and scheduling functionality.
Select Spring Modules among following.
The process of applying aspects to a target object to create a new proxy object is called _______ ?
HTML: javascript: alert(parseInt(name.value)); What is The Output When The User Enters 99 in the text field ?
HTML: javascript: alert(parseInt(name.value)); What is The Output When The User Enters 08 in the text field ?
HTML: javascript: alert(parseInt(name.value)); What is The Output When The User Enters 012 in the text field ?
HTML: javascript: alert(parseInt(name.value)); What is The Output When The User Enters 0XAB in the text field ?
HTML: javascript: alert(parseInt(name.value,10)); What is The Output When The User Enters 0XAB in the text field ?
HTML: javascript: alert(parseInt(name.value,10)); What is The Output When The User Enters 08 in the text field ?
Name the class that includes the getSession method that is used to get the HttpSession object.
When using HTML forms which of the folowing is true for POST method? Select the one correct answer.
The method getWriter returns an object of type PrintWriter. This class has println methods to generate output. Which of these classes define the getWriter method? Select the one correct answer.
Is the following statement true or false. URL rewriting may be used when a browser is disabled. In URL encoding the session id is included as part of the URL
Which of the following statements are correct about the status of the Http response. Select the one correct answer.
Name the method defined in the HttpServletResponse class that may be used to set the content type. Select the one correct answer.
A user types the URL http://www.javaprepare.com/scwd/index.html . Which HTTP request gets generated. Select the one correct answer.
Name the location of compiled class files within a war file? Select the one correct answer.
Which interface, the GenericServlet class does not implement?
Among following, which class/interface refers to the Application level scope: