Вы находитесь на странице: 1из 38

S No

Question

Option 1

Which of the following Java EE containers manages the execution of JSP page and servlet JMT1001 components for Java EE applications? m Which of the following Java EE containers manages the execution of enterprise beans for JMT1002 Java EE applications? m Which of the following is a collection of HTML pages and other media files that contains all the content that is visible to the user on a given web JMT1003 server? m Which of the following is a canonical name that JMT1004 locates a specific resource on the Internet? m Which of the following is referred to as a stateless protocol and supports only one request per JMT1005 connection? m You have to design a web application for a car manufacturing company. The processing of the client request is to be done as a separate OS shell on the server. Which of following should you JMT1006 use for the server-side programming? m You have to design a web application for a car manufacturing company. The business logic of the web application should be written in the Java technology code and the processing of the client request is to be done as a thread in the web JMT1007 container. Which of You have to design a web application for a car manufacturing company. The presentation logic of the web application should be an HTML page containing Java technology code in it. Which of following should you use to design the web pages JMT1008 containing the pres You have to design a web application for a car manufacturing company. You decided to use the Model 2 architecture to design the web application. Which of the following will act as the controller that verifies form data and updates the JMT1009 model with the form You have to design a web application for a car manufacturing company. You decided to use the Model 2 architecture to design the web application. Which of the following will act as the view that renders the HTML response by JMT1010 retrieving data from the model n

1, EJB container m

1, EJB container m

1, Web application m

1, Web application m

1, Web application m

1, CGI m

1, CGI m

1, CGI m

1, Servlet m

1, Servlet m

In the J2EE platform the different components are allocated different responsibilities. These responsibilities include carrying out specific actions or viewing static content in a well formatted way without using custom tags. Of all JMT1011 the components availab 1,JSP m You need to develop an application for a client. The application should have the following features: 1. Should be able to run on any web server. 2. Should be accessible from any web browser. 3. Should allow a degree of separation between the static and dy Assertion: JSP supports features of servlets, such as platform independence, creation of databasedriven Web applications, and server side programming capabilities, etc. Reason: A JSP page after compilation generates a servlet Which of the following optio You are using the MVC paradigm to divide the application into three distinct roles that have well defined responsibilities towards each other. One of the elements contains the parts of the application that can be rendered on any device and can be perceive In the J2EE platform, the model, view and controller responsibilities are allotted to the different elements. One of the elements is usually a servlet. The servlet delegates the helper classes to carry out specific actions, rather than addressing them int Smithline is a large chain of supermarket. The management of Smithline identifies that they had exceeded their budget. The management wants to make a fresh short term budget, which would cover the value exceeded. Identify who will take the responsibility

JMT1012

1,EJB m

JMT1013

1,BOTH the assertion and reason are TRUE statements and the reason is the correct explanation of the assertion. m

JMT1014

1,Model element m

JMT1015

1,Controller m

JMT1016

1, Strategic management m

M&N Garments is planning to modify the process of selling their garments online. In this regard, they need to design a blueprint of the Web application. Identify who will get the responsibility JMT1017 of designing the Web application? m 1, Chief Executive Officer m James owns a restaurant with five waiters, three chefs, and two cleaners. The waiters collect orders and conveys the same to the chefs. Then the chefs prepare the food and the waiters serve the food. Finally the waiter collects the bill. The JMT1018 cleaners ensu 1, Adaptive organizations m

Allianz Corporation started a new insurance scheme which would provide accidental coverage to the people insured under this scheme. Allianz JMT1019 is a ____________ . m Nicole manages a social service centre. Her __________ provides education and food to the JMT1020 poor children free of cost. m Which of the following prevent unauthorized modification, destruction, or disclosure of the data JMT1021 in an enterprise? m Which of the following provides an integrated solution to plan, schedule, and control pre-sales and post-sales activities in an organization? m Which of the following business process plans, manages, and review performance of the employees? m In which stage of Business Process Management, the business process experts review the problem areas and evaluate the end-to-end processes of the organization? m Which of the following supports what-if analysis? m Omeg, a mobile manufacturing organization, is planning to export their mobile phones in Asian market. To export their mobile phones, the senior management at Omeg needs to know about the Asian market. Which of the following systems can be used to fulfill GGN Construction wants to keep track of the valuation of their property and its depreciation. Which of the following business process would help the management to perform this activity? m JK Public School always receives complaints that their admission process is very complex and time consuming. In this process, initailly the student fills the form and then they attend the interview. After interview they submit the marksheets. Then the stu Sundew's manufacturing unit is having problem in production as suppliers failed to sent the raw materials. They immediately need raw materials. Which support business process will help Sundew in this situation? m Smithline, a large chain of supermarket has automated systems for each of their divisions. However, the management is unable to retrieve data from multiple systems simultaneously. Identify which of the following technology components for providing data ca

1, Manufacturing-based organization m

1, Adaptive organization m

1, Data warehouse m

JMT1022

1, Enterprise Resource Planning m

JMT1023

1, Finance and Accounting m

JMT1024 JMT1025

1, Monitoring m 1, Supply Chain Management System m

JMT1026

1, Transaction Processing Systems m

JMT1027

1, Sales and marketing m

JMT1028

1, Continuous process improvement m

JMT1029

1, Purchase and procurement m

JMT1030

1, Enterprise resource planning m

Omeg is launching a mobile phone. The management of Omeg is sure that the customers would like the design and style of the phone. In addition, a large number of salespersons were recruited to explain the features of the phone to JMT1031 the customers. Which key a 1, Intangible m A salesperson delivers the products to his customer. During delivery of the product, which two databases need to be updated 1, Invoice and Inventory JMT1032 simultaneously? m database m Ace Beauty Products is planning to launch a new body lotion in the market. Therefore, they want to identify the likes and dislikes of the customers. Identify the factor of segmentation that is being JMT1033 focused in the preceding situation? m 1, Profile m Jane Cosmetics launched a perfume in the market because the customers have been demanding that type of perfume for quite long. Identify which of the following is used to develop huge demand for the product in the market? m When a sale transaction happens, a number of documents are exchanged between the buyer and seller. Identify the correct sequence in which the documents are exchanged? m Mandy needs to design a web application for his organization. He decides to use the servlet in the web application to respond to an HTTP request from the client. How can he create a servlet for the web application? m Mandy needs to design a web application for his organization. He decides to use the servlet in the web application to respond to an HTTP request from the client. He has to make sure that the response sent from the server to the browser is intended for a s Mandy needs to design a web application for his organization. He decides to use the servlet in the web application to respond to an HTTP request from the client. He has to make sure that the browser should not reuse the response for a subsequent request w Mandy needs to design a web application for his organization. He decides to use the servlet in the web application to respond to an HTTP request from the client. He first creates a form, create_form.do, to accept input from the user. He needs to make sure

JMT1034

1, Push marketing m 1, I) Quotation II) Purchase Order III) Invoice m

JMT1035

JMT1036

1, By extending the servlet class with the HttpServlet class. m

JMT1037

1, response.setContentType("text /html"); m

JMT1038

1, response.setContentType("text /html"); m

JMT1039

1, <form action='create_form.do' method='POST'> m

JMT1040

JMT1041

JMT1042

JMT1043

JMT1044

JMT1045

JMT1046

Mandy needs to design a web application for his organization. He decides to use the servlet in the web application to respond to an HTTP request from the client. He first creates a form, create_form.do, to accept input from the user. He needs to make sure Which of the following HTTP methods is identical to the GET except that it does not return a message-body, only the headers? m Which of the following HTTP methods request for the communication options available on the request/response chain? m Which of the following HTTP methods request for the server to invoke an application-layer loopback of the request message? m Which of the following HTTP methods is reserved for use with a proxy that can switch to being a tunnel? m Which of the following HTTP methods request for the server to store the entity enclosed in the body of the HTTP message? m Steve has developed an application. The servlet has two fields on the home page. This home page accepts the username and password. The servlet needs to validate the user name and password after these values are submitted to the servlet. Steve is not able Consider the following code snippet: import javax.servlet.*; import javax.servlet.http.*; import java.io.*; import java.util.*;

1, <form action='create_form.do' method='POST'> m

1, HEAD m

1, HEAD m

1, HEAD m

1, HEAD m

1, HEAD m

1,HttpServletResponse interface m

public class UserCount extends HttpServlet { static int c; public void init(ServletConfig cn) throws JMT1047 Servl Assertion: A change made to any code requires recompilation of the servlet. Reason: Servlets tie up files (an HTML file for the static content and a Java file for the dynamic content) to independently handle the static presentation logic JMT1048 and the dynamic You are working on an application that has multiple components. The control needs to be transferred from one component to another component. The invoking component should not be able to produce any output of its own. Which JMT1049 method from the RequestDispatche

1,3 m

1,BOTH the assertion and reason are TRUE statements and the reason IS the correct explanation of the assertion. m

1,request m

Consider the following code snippet: Code for UserInterface: <html> <head></head> <body> <form method="post" action="/Servlet/validate"> Login:<input type="text" name="t1"> Password:<input type="text" name="t2"> JMT1050 <input ty You, being a software developer, needs to develop a web application for your organization. You decided to use servlets to create the web application. After you have created the servlet, you now need to clean up the resources that your JMT1051 servlet has initiali You, being a software developer, needs to develop a web application for your organization. You decided to use servlets to create the web application. While you are creating the servlet, you feel the need to write the code for the JMT1052 initialization of the ser You have created a soccer league web application using servlets. After the web application has been created, you run the add_league servlet using the following address:

1,Welcome to the web site. m

1, By overriding the service method in the servlet class. m

1, By overriding the service method in the servlet class. m 1, <servlet-mapping> <servletname>AddLeagueForm</servl et-name> <urlhttp://localhost:8080/soccer/admin/add_league.vie pattern>/localhost:8080/add_le w ague.view</url-pattern> </servlet-mapping> JMT1053 What should the corresponding cod m

1, <servlet> <servletname>AddLeagueForm</servl et-name> <servletclass>sl314.view.AddLeagueF ormServlet</servlet-class> <param-name>seasonsYou have created the AddLeagueForm servlet list</param-name> that includes a single initialization parameter <paramcalled seasons-list with the value Spring, value>Spring,Summer,Autumn Summer, Autumn, Winter. This configuration ,Winter</param-value> object is passed to the servlet instance by way of </init-param> JMT1054 the init method, which is s </servlet> m The life cycle of the servlet involves loading the servlet class and then creating the servlet instance. What will the third step of the servlet life 1, Calling the service method JMT1055 cycle? m m

JMT1056

JMT1057

JMT1058

JMT1059

1, Servlet m 1, <servlet> <servletname>AddEmpForm</servletYou, being a software developer, needs to name> develop a web application for your organization. <servletYou decided to use servlets to create the web class>view.AddEmpFormServl application. You created a form, et</servlet-class> AddEmpFormServlet.java to add the details of the </servlet> JMT1060 new employees and complied it. The c m Which of the following methods is used to store the context-scoped attributes in the JMT1061 ServletContext object? m 1, init(ServletConfig) m Which of the following method is used to retrieve JMT1062 the servlet's initialization parameters? m

The life cycle of the servlet involves loading the servlet class, creating the servlet instance and then initializing the servlet component. What will the next step of the servlet life cycle? m The life cycle of the servlet involves loading the servlet class and then creating the servlet instance. After the servlet instance is created, the web container creates a unique object that contains any initialization parameters that were specified in th You are creating a web application using servlets. The application requires that application-specific data is shared across independent web components. Which object can be used to implement this? m You are creating a web application using servlets. You need to ensure that the shared application data must be in-memory before any HTTP requests are executed on the web application. Which object can be used to perform this initialization? m

1, Calling the service method m

1, Servlet m

1, Servlet m

1, init(ServletConfig) m

Which of the following method is used to retrieve JMT1063 the attributes from the ServletContext object? m 1, init(ServletConfig) m Which of the following is the run time JMT1064 representation of the web application? m 1, init m Which of the following methods is issued a unique request and response object by the web container for each HTTP request mapped to a given JMT1065 servlet? m 1, init m

1, <init-param> <param-name>config</paramWhile developing a web application using Struts, name> you configured Struts ActionServlet in the <param-value>/WEBweb.xml deployment descriptor. The ActionServlet INF/struts-config.xml</paramuses an initialization value> parameter, called config, to specify the path to the </init-param> JMT1066 Struts configuration file. For this, m 1, <name>FrontController<name > <servlet-class> org.apache.struts.action </servlet-class> m

While developing a web application using Struts, you are required to configure the Struts ActionServlet in the web.xml deployment descriptor. The ActionServlet is given the name FrontController. To define the FrontController JMT1067 servlet, the following code i

While developing a web application using Struts, you configured the Struts ActionServlet in the web.xml deployment descriptor. The ActionServlet is given the name FrontController. You are also required to configure the URL pattern that maps JMT1068 to the Action

1, <servlet-mapping> <servlet-name>Action</servletname> <url-pattern>*.do</url-pattern> </servlet-mapping> m

While developing a web application using Struts, you are required to configure the Struts configuration file, struts-config.xml. You have to declare two forward entries, success and error within the /add_dvd action. For this purpose, the JMT1069 following code i

1, <action-mappings> <action path="/add_dvd" type="com.dvd.controller.AddD VDAction"> <forward name="error" path="/add_dvd.view"/> </action> </action-mappings> m 1, <action-mappings> <action path="/admin/add_league" type="sl314.controller.AddLeag ueAction"> <forward name="success" path="/admin/success.view"/> <forward name="error" path="/admin/add_league.view "/> </action> </action-mappings> m

While developing a web application using Struts, you are required to configure the Struts configuration file, struts-config.xml. You have to declare two forward entries, success and error within the /admin/add_league action. For this JMT1070 purpose, the followi

James is developing a web application using Struts framework. For this, he needs to configure the Struts ActionServlet in a file. Which of the following files is used to configure the Struts JMT1071 infrastructure controller? m 1, web.xml m James is developing a web application using Struts framework. For this, he needs to configure all of the application-specific classes in a file. Which of the following files is used to configure JMT1072 the action mappings? m 1, web.xml m James is developing a web application using Struts framework. For this, he needs to configure all of the application-specific classes in the strutsconfig.xml file. Which of the following is the primary subtag to the root tag of this file? m James is developing a web application using Struts framework. For this, he needs to configure all of the application-specific classes in the strutsconfig.xml file. Which of the following tag in this file specifies one action class and has two primary att James is developing a web application using Struts framework. For this, he needs to configure all of the application-specific classes in the strutsconfig.xml file. Which of the following tag in this file configures the set of view mappings between the sy While developing a web application using Struts, you need to create a Struts controller. For this, you are required to extend the Struts Action base and implement the execute method. Which of the following arguments of execute method is a representation o While developing a web application using Struts, you need to create a Struts controller. For this, you are required to extend the Struts Action base and implement the execute method. Which of the following is the first argument of the execute method and i While developing a web application using Struts, you need to create a Struts controller. For this, you are required to extend the Struts Action base and implement the execute method. Which of the following object is the return value of the execute method? While developing a web application using Struts, you need to create a Struts controller. For this, you are required to extend the Struts Action base and implement the execute method. Which of the following is the second argument of the execute method and

JMT1073

1, action-mappings m

JMT1074

1, action-mappings m

JMT1075

1, action-mappings m

JMT1076

1, ActionMapping m

JMT1077

1, ActionMapping m

JMT1078

1, ActionMapping m

JMT1079

1, ActionMapping m

JMT1080 JMT1081 JMT1082 JMT1083 JMT1084

While developing a web application using Struts, you need to create a Struts controller. For this, you are required to extend the Struts Action base and implement the execute method. Which of the following is the third argument of the execute method and i Which of the following tag is NOT a part of the web.xml file? m Which of the following tag is NOT a part of the struts-config file? m Which of the following directory is used to install struts library file? m Which of the following is NOT a part of the Analysis Model components? m

1, ActionMapping m 1, servlet m 1, action m 1, /WEB-INF/lib/ m 1, Boundary m

Which of the following tag is used to specify the JMT1085 initialization parameters in the web.xml file? m You are developing a web application using Servlets. You have to use filters so that the web container intercepts the incoming requests before it is forwarded to the servlet. Which of the following interface or class do you need to JMT1086 implement or extend whi You are developing a web application using Servlets. You have to use filters so that the web container intercepts the incoming requests before it is forwarded to the servlet. Which of the following methods is called once when the JMT1087 container instantiates a You are developing a web application using Servlets. You have to use filters so that the web container intercepts the incoming requests before it is forwarded to the servlet. Which of the following method of the filter is passed a JMT1088 FilterConfig object and You are developing a web application using Servlets. You have to use filters so that the web container intercepts the incoming requests before it is forwarded to the servlet. Which of the following method is called for every request JMT1089 intercepted by the fil You are developing a web application using Servlets. You have to use filters so that the web container intercepts the incoming requests before it is forwarded to the servlet. Which of the following method is equivalent of a servlet's JMT1090 service method and is

1, init-param m

1, FilterConfig m

1, init m

1, init m

1, init m

1, init m

Mark is developing a web based application. The home page is a servlet that accepts the user name and password. Mark does not want the user to enter the username every time he logs into the website. He wants to find a way to store the value JMT1091 on the user's 1, getCookie m Consider the code for filter mapping in web application deployment descriptor file. <servlet-mapping> <servlet-name>MyController</servlet-name> <url-pattern>*.do</url-pattern> </servlet-mapping> 1)<filter-mapping> <filter-name>First</filter-name> JMT1092 <servl

1,First>Second>Third>Fourth m

A code for filter mapping has to be written for a filter called Login Filter for components in such a manner that it should be applied to component whenever an error occurs . Predict the code for filter mapping to perform the JMT1093 required task from the follo

1,<filter-mapping> <filter-name>LoginFilter</filtername> <dispatcher>ERROR</dispatc her> </filter-mapping> m

1,String login=request.getParameter("lo gin"); if(login.equals("tim") { return Stem text : Consider the following code regarding mapping.Forward("error"); accessing of session attributes in a session } management program. But this program has few if(login.equals("David") errors. Predict the correct code for the program. { return String login=request.getParameterValue("login"); mapping.Forward("success"); JMT1094 if(login.equals }m Stem text : You have deployed two servlets named servlet1 and servlet2 in your Web server. You want to create an attribute called 1,ServletContext "customernumber" and assign the value of a c=getServletContext(); variable cnum to it. Which of the following is the c.setAttribute(cnum,"customer JMT1095 correct method for doing it? m number"); m You are creating a web application using Servlets. This web application needs to be integrated with the database. For this, you want to create a resource that contains the information needed to connect to an underlying database (typically the JMT1096 database URL 1, JDBC API m

JMT1097

JMT1098

JMT1099

JMT1100

You are creating a web application using Servlets. This web application needs to be integrated with the database. For this, you are required to manage the database communication. You decide to keep only a few connections that are shared among data access You are creating a web application using Servlets. This web application needs to be integrated with the database. For this, you are required to create a datasource. Which of the following package contains the DataSource interface to be included in your ap You are creating a web application using Servlets. This web application needs to be integrated with the database. For this, you are required to create a datasource. This datasource will be used by the components to retrieve a connection. Which of the foll You are creating a web application using Servlets. This web application needs to be integrated with the database. For this, you are required to create a datasource. This datasource will be used by the components to retrieve a connection. After the connect Consider the following statements regarding DAO Pattern Advantages: Statement A: DAO pattern design enhances the flexibility in front end technologies. Statement B: DAO pattern design enhances the flexibility in back end technologies.

1, JDBC API m

1, java.sql m

1, getConnection m

1, JDBC API m

JMT1101 Statement C:

A Datasource reference for a datasource called passworddb has to be defined in a deployment descriptor file. What would be the code for this? JMT1102 m

1,Statement A,B,C are true and Statement D is False. m 1,<resorurce-ref> <res-refname>jdbc/passworddb</resref-name> <restype>javax.sql.DataSource</re s-type> <res-auth>Container</resauth> </resource-ref m

What is the correct sequence when a component needs a DataBase connection? 1) The Component uses JDBC API to communicate with the DataBase. 2) The Component performs a JNDI Lookup on the naming service to retrieve the DataSource. JMT1103 3) import the javax.sq 1,1>2>3>4 m 1,Context mycontext= new Context(); DataSource ds= What would be code for locating a Datasource (DataSource)mycontext.lookup named myDB thru JNDI Context named ("java:comp/env/jdbc/myDB"); JMT1104 mycontext? m m 1,<resource-ref> <description> Stem text : Consider the following lines of code in </description> web.xml file regarding defining of DataSource <res-refreference: name>jdbc/myDB</res-refname> <resource-ref> <res<description> type>javax.sql.DataSource</re </description> s-type> <res-refname>jdbc/myDB<resref-name> <res-auth>container</res<res-type>java.sql.DataSource</res-type> auth> JMT1105 <res-auth>container<res </resource-ref> m Which of the following JSP page implicit variable represents the JspWriter object associated with JMT1106 the output stream of the response? m Which of the following JSP page implicit variable represents the Throwable object that was thrown JMT1107 by some other JSP page? m Which of the following JSP page implicit variable represents the ServletConfig object associated JMT1108 with the servlet for this JSP page? m Which of the following attributes of the page directive defines the MIME type of the output JMT1109 stream? m You are creating a JSP page. For this, you need to use the JSP scripting elements that are processed by the JSP engine during the translation of the JSP page. Which of the following scripting element provides information JMT1110 that affects the overall translati

1, application m

1, application m

1, application m

1, buffer m

1, Directive Tag m

JMT1111

JMT1112

JMT1113

JMT1114

JMT1115

You are creating a JSP page. For this, you need to use the JSP scripting elements that are processed by the JSP engine during the translation of the JSP page. Which of the following scripting element lets you include members in the JSP servlet class, eith You are creating a JSP page. For this, you need to use the JSP scripting elements that are processed by the JSP engine during the translation of the JSP page. Which of the following scripting element lets the JSP page developer include arbitrary Java tech You are creating a JSP page. For this, you need to use the JSP scripting elements that are processed by the JSP engine during the translation of the JSP page. Which of the following scripting element holds a Java language expression that is evaluated duri You are creating a JSP page. You decide to use the JSTL core library to create the JSP page. The JSTL library contains several tags that reduce the scripting necessary in a JSP page. Which of the following tag of the JSTL library is used to evaluate an e Which of the following JSP page implicit variable represents the ServletContext object for the web application? m Stem text : Consider the usage of JSTL forEach tag in the following code snippet. <font color='green'> <ul> <c:foreach flag=errmsg items="${errorMsgs}"> <li>$errmsg</li> </c:forEach> </ul> </font>

1, Directive Tag m

1, Directive Tag m

1, Directive Tag m

1, set m

1, application m

The code snippet contains some errors Predict JMT1116 the corre Stem text : Consider following statements for Expression Tag in JSP.

1,<font color='green'> <ul> <c:forEach var=errmsg items="${errorMsgs}"> <li>$errmsg</li> </c:forEach> </ul> </font> m

A) An Expression tag can take any java language expression that can be used an argument to System.out.println. B) Expression tag is evaluated during HTTP Response. 1,Statement A,B, and C are JMT1117 C) The Result of the true. m

Stem text : Consider the following statements: A) Declaration tag can override jspInit() Method B) Declaration tag can not override jspDestroy() Method C) Declaration tag can override _jspService() Method 1,Statement A, B, C are true JMT1118 D) Declaration tag can include attributes & metho and D is False. m 1,<jsp:useBean id="login" scope="Session" Stem text : Consider the following code snippet of class="s1314.beans.LoginBea JSP Bean that contains few errors. Predict the n"> Correct Code. <% login.setValue(request.getPara <jsp:usebean identity="login" scope="Session" meter("Loginid")); class=s1314.beans.LoginBean> login.setAddress(request.getP <%! arameter("address")); login.setValue(request.getParameter("Loginid")); %> JMT1119 login.setAddre </jsp:useBean> m

1,<jsp-config> <jsp-property-group> <urlpattern>/scriptting_off/*</urlpattern> <scriptinginvalid>true</scripting-invalid> </jsp-property-group> <jsp-property-group> <url-pattern>/EL_off/*</urlWhile configuring the JSP Environment you want pattern> to turn off scripting as well as ignore EL in jsp file. <el_ignored>true</el_ignored> JMT1120 What would be the code for this? m </jsp-property-group Stem text : Which of the following lines of code 1,<jsp:plugin type="applet" can be used for adding a pre-defined applet code="chatApp.class" named chatApp to a JSP page? codebase="/applets" The chatApp class file is present in the /applets width="400" height = "300"> JMT1121 directory. m </jsp:plugin> m 1,<html> <% exception.getMessage() %> <body text = "green"> <%@ page isErrorPage="true"> The following error has been Which of the following lines of code represents a generated: <%= JSP error page that displays the error message in exception.getMessage() %> JMT1122 green color? m </body></html> m

Stem text : Consider the following code snippet: <%@ page language="java"%> <html> <head></head> <body> <%java.util.Date now=new java.util.Date(); %> <H1><%= now.getHours() %>:<%=now.getMinutes()%>:<%=now.getSecond s()5%></H1> </body> </html> 1,It will display the date as JMT1123 What will b mm:dd:yy. m Consider the following code snippet: <%@ page language="java"%> <html> <head></head> <body> <%java.util.Date now=new java.util.Date(); %> <H1><%= now.getYear() %>/<%=now.getMonth()%>/<%=now.getDay()%> </H1> </body></html> 1, It will display the date as JMT1124 What will be the output of the abo mm/dd/yy format. m

Consider the code given below: <%@ page language="java"%> <html> <body> <% String login=(request.getParameter("Login")); String password=(request.getParameter("Password")); for(int i=0;i<10;i++) out.println("Login is"+" "+login); JMT1125 out.println("Passwo John is developing a web application using Struts. He wants to check the input fields to ensure data integrity before the Action class is executed. Which of the following methods is used to check JMT1126 the input fields for any error? m John is developing a web application using Struts. He wants to use the validate method to check for any errors in the form before calling the execute method. Which of the following object is passed an argument to the validate method and JMT1127 encapsulates the i

1,Login message will be displayed ten times and Password message once. m

1, execute m

1, HttpServletRequest m

JMT1128

JMT1129

JMT1130 JMT1131 JMT1132

John is developing a web application using Struts. He wants to use the validate method to check for any errors in the form before calling the execute method. Which of the following object is the return value of the validate method? m John is developing a web application using Struts. He wants to use the validate method to check for any errors in the form before calling the execute method. Which of the following attribute in the action tag of the Struts configuration file is set to tru John is developing a web application using Struts. He wants to use the validate method to check for any errors in the form before calling the execute method. If any error occurs, the ActionServlet dispatches to the form to correct the errors. Which of the Which of the following tags of the Struts html Tag Library defines an HTML form? m Which of the following tags of the Struts html Tag Library renders an HTML anchor tag? m

1, HttpServletRequest m

1, type m

1, type m 1, form m 1, form m

Which of the following tags of the Struts html Tag JMT1133 Library renders an image input element? m 1, form m Which of the following attributes in the action tag of the Struts configuration file specifies the resource that is providing the form for the Action? JMT1134 m 1, name m Which of the following attributes in the action tag of the Struts configuration file supplies the name JMT1135 of the form bean used by the Action? m 1, name m 1,import org.apache.struts.action.Action Form; public class employeeform implements ActionForm { Predict the correct code for declaration of a form //required code JMT1136 bean called employeeform in struts framework? m } m Harry wants to create a form bean in struts framework. He wants to perform certain validation for that form bean. Which class he should use to create a form bean and which method he should use to perform the validations for the form bean? 1,ActionForm Class & JMT1137 m doValidate() method m A Web application developed for an educational institution requires insertion of a header file comprising the logo and institution name. Identify the correct JSP tag from the options given below to add the logo and institution name to all pages 1,<form method="post" JMT1138 of the Web action="Header.html"> m

Consider the following statements: A) doValidate() Method is used to perform validation of Form Fields. B) Struts provides a mechanism to store form data into a javabeans instance. C) Data Conversion can be performed by ActionForm Class. JMT1139 D) The valida You are establishing interconnection between two JSP pages. The names of the two pages are index.jsp and validate.jsp. You want to forward a request from index.jsp to validate.jsp in the same context. As well as you also want to send a JMT1140 parameter name, par 1,Statement A,B,C are true and D is false. m 1,<jsp: forward page="/validate.jsp"> <jsp: param name="param1" value="Login"/> </jsp:forward> m 1,It is an authentication technique of authenticating users before allowing them to access protected resources and the server enforces security through the Web browser. m

Which of the following is correct in reference to JMT1141 basic authentication technique? m

Which of the following is correct in reference to JMT1142 digest authentication technique? m

1,It is an authentication technique of authenticating users before allowing them to access protected resources. m 1,It secures Web applications by maintaining a record of the rights assigned to different types of Web users. m

Which of the following is correct in reference to JMT1143 Auditing security technique? m

1,It secures Web applications by maintaining a record of the Which of the following is correct in reference to rights assigned to different JMT1144 Authorization security technique? m types of Web users. m 1,It is used in empty tags to direct the JSP engine to skip the body of the tag and Which of the following is correct in refrence to the subsequently invoke the next JMT1145 doAfterBody() method? m doEndTag() method. m

You are creating a secure web application which is deployed on the J2EE application server. You want to specify the authentication technique which creates a customized logon page for a Web application. Which of the following code snippet JMT1146 will you use to c You are creating a secure web application which is deployed on the J2EE application server. You want to specify the authentication technique in which the server authenticates a client by using digital certificates. Which of the following code JMT1147 snippet will Sam is creating a secure J2EE Web application. He wants to map roles with the list of users created in the J2EE application server. Which of the following code snippet will Sam use that map JMT1148 the user 'James' with the role 'Admin' ? m Consider the following steps: Step 1: Open the sun-web.xml file for the Secure_Form_App application. Step 2: Select the User node. Step 3: Expand the Sun Web Application node in the right panel of the sun-web.xml file. JMT1149 Step 4: Type Use in the Group Name t Consider the following steps: Step 1: Open the web.xml file for the Secure_Form_App application, in NetBeans IDE and click the security tab. Step 2: Type User in the Role Name text box. Step 3: Select the Add button under the Security Role category. JMT1150 Step

1,<login-config> <auth-method>BASIC</authmethod> <realm-name>Secure Basic Authentication</realm-name> </login-config> m 1,<login-config> <auth-method>BASIC</authmethod> <realm-name>Secure Basic Authentication</realm-name> </login-config> m 1,<security-role-ref> <role-name>Admin</rolename> <role-link>James</role-link> </security-role-ref> m

1,Step 1 --> Step 3 --> Step 2 -> Step 5 --> Step 4 --> Step 6 m

1,Step 1 --> Step 2 --> Step 3 -> Step 4 --> Step 5 m

Option 2

Option 3

Option 4

Solution

2, Web container m

3, Application client container m 3, Application client container m

4, Applet container m

2, Web container m

4, Applet container m

2, Web site m

3, URL m

4, HTTP m

2, Web site m

3, URL m

4, HTTP m

2, Web site m

3, URL m

4, HTTP m

2, Servlet m

3, JSP m

4, HTML m

2, Servlet m

3, JSP m

4, HTML m

2, Servlet m

3, JSP m

4, HTML m

2, JSP page m

3, Java technology classes m

4, HTML m

2, JSP page m

3, Java technology classes m

4, HTML m

2,EJB m

3,Servlet m

4,RMI m

2,HTML m

3,JSP m

4,ASP m

2,BOTH the assertion and reason are TRUE statements, but the reason IS NOT a 3,The assertion is TRUE but correct explanation of the the reason is a FALSE assertion. m statement. m

4,The assertion is FALSE hence the reason DOES NOT apply. m

2,View element m

3,Controller element m

4,A combination of these elements m

2,View m

3,Model m

4,Component m

2, Middle management m

3, Both operational and strategic management m

4, Operational management m 2

2, Senior Management m

3, Architects m

4, Enterprise Engineers m

2, Simple organizations m

3, Nonadaptive organizations m

4, Complex organizations m

2, Service-based organization m

3, Complex organization m 3, Non-profit-based organization m

4, Simple organization m 4, Service-based organization m 4, Front-end interface design tools m

2, Simple organization m

2, Data mart m

3, Network security layers m

2, Customer Relationship Management m

3, Supply Chain Management m 3, Manufacturing and Production m

4, Transaction Processing Systems m

2, Sales and Marketing m

4, Human Resource m

2, Analyzing m 2, Enterprise Resource Planning Systems m

3, Improving m 3, Management Information Systems m

4, Implementing m 4, Decision Support Systems m

2 4

2, Business Intelligence Systems m

3, Management Information Systems m

4, Customer Relationship Management System m

2, Finance and accounting m

3, Manufacturing and production m

4, Human resource m

2, Continuous performance improvement m

3, Business process reengineering m

4, Business performance reengineering m

2, Human resource m

3, IT support m

4, Infrastructure development m

2, Transaction processing systems m

3, Supply chain management m

4, Customer relationship management m

2, Perishable m

3, Workforce intensive m

4, Both perishable and intangible m

2, Invoice and Order detail database m

3, Inventory and Order detail database m

4, Quotation and Inventory database m

2, Demographics m

3, Psychographic m

4, Buying decisions m

2, Target market identification m 2, I) Invoice II) Quotation III) Purchase Order m

3, Market segmentation m 3, I) Invoice II) Purchase order III) Quotation m 3, By extending the servlet class with the HttpServletRequest interface. m

4, Pull marketing m 4, I) Quotation II) Invoice III) Purchase Order m

2, By extending the servlet class with the ListLeagueServlet class. m

4, By extending the servlet class with the HttpServletResponse interface. m 1

2, response.setHeader("Cache- 3, response.setHeader("Cache- 4, response.setHeader("CacheControl", "no-cache"); m Control", "private"); m Control", "cache"); m 3

2, response.setHeader("Cache- 3, response.setHeader("Cache- 4, response.setHeader("CacheControl", "no-cache"); m Control", "private"); m Control", "cache"); m 2

2, <form action='create_form.do' method='GET'> m

3, <form method='create_form.do' action='POST'> m

4, <form method='create_form.do' action='GET'> m

2, <form action='create_form.do' method='GET'> m

3, <form method='create_form.do' action='POST'> m

4, <form method='create_form.do' action='GET'> m

2, OPTIONS m

3, TRACE m

4, CONNECT m

2, OPTIONS m

3, TRACE m

4, CONNECT m

2, OPTIONS m

3, TRACE m

4, CONNECT m

2, OPTIONS m

3, TRACE m

4, CONNECT m

2, OPTIONS m

3, TRACE m

4, PUT m

2,HttpServletRequest interface m 3,ServletConfig class m

4,HttpServlet class m

2,2 m

3,4 m

4,1 m

2,BOTH the assertion and reason are TRUE statements, but the reason IS NOT a 3,The assertion is TRUE but correct explanation of the the reason is a FALSE assertion. m statement. m

4,The assertion is FALSE hence the reason DOES NOT apply. m

2,include m

3,response m

4,forward m

2,Invalid Password. m

3,No such User. m

4,The code will not compile successfully. m

2, By overriding the init method 3, By overriding the destroy in the servlet class. m method in the servlet class. m

4, By overriding the doGet method in the servlet class. m

2, By overriding the init method in the servlet class. m 2, <servlet-mapping> <servletname>AddLeagueForm</servl et-name> <urlpattern>/localhost/add_league. view</url-pattern> </servlet-mapping> m

3, By overriding the destroy method in the servlet class. m 3, <servlet-mapping> <servletname>AddLeagueForm</servl et-name> <urlpattern>http/add_league.view< /url-pattern> </servlet-mapping> m 3, <servlet> <servlet2, <servlet> name>AddLeagueForm</servl <servletet-name> name>AddLeagueForm</servl <servletet-name> class>sl314.view.AddLeagueF <servletormServlet</servlet-class> class>sl314.view.AddLeagueF <init-param> ormServlet</servlet-class> <param-name>seasons<param-name>seasonslist</param-name> list</param-name> <param<paramvalue>Spring,Summer,Autumn value>Spring,Summer,Autumn ,Winter</param-value> ,Winter</param-value> </init-param> </servlet> </servlet> m m

4, By overriding the doGet method in the servlet class. m 2 4, <servlet-mapping> <servletname>AddLeagueForm</servl et-name> <urlpattern>/admin/add_league.vie w</url-pattern> </servlet-mapping> m 4

4, <servlet> <servletname>AddLeagueForm</servl et-name> <servletclass>sl314.view.AddLeagueF ormServlet</servlet-class> <init-param> <paramvalue>Spring,Summer,Autumn ,Winter</param-value> </init-param> </servlet> m 3

2, Calling the init method m

3, Calling the destroy method m

4, Calling the servlet method m 2

2, Calling the init method m

3, Calling the destroy method m

4, Calling the servlet method m 1

2, ServletConfig m

3, ServletContext m

4, ServletContextListener m

2, ServletConfig m

3, ServletContext m

4, ServletContextListener m

2, ServletConfig m 2, <servlet> <servletname>AddEmpForm</servletname> <servletclass>AddEmpFormServlet</s ervlet-class> </servlet> m

3, ServletContext m 3, <servlet> <servletname>AddEmpForm</servletname> <servletclass>classes.view.AddEmpFo rmServlet</servlet-class> </servlet> m

4, ServletContextListener m 4 4, <servlet> <servletname>AddEmpForm</servletname> <servlet-class>WEBINF.view.AddEmpFormServlet </servlet-class> </servlet> m 1

2, setAttribute m

3, getInitParameter m

4, ContextInitialized m

2, setAttribute m

3, getInitParameter m

4, ContextInitialized m

2, getAttribute m 2, service m

3, getInitParameter m 3, ServletContext m

4, ContextInitialized m 4, Servlet m

2 3

2, service m

3, ServletContext m

4, Servlet m

2, <init-param> <param-name>config</paramname> <param-value>/WEBINF</param-value> </init-param> m 2, <servletname>FrontController</servletname> <servlet-class> org.apache.struts.action.Action Servlet </servlet-class> m 2, <servlet-mapping> <servletname>FrontController</servletname> <url-pattern>.do<url-pattern> </servlet-mapping> m

3, <init-param> <name>config</name> <param-value>/WEBINF/struts-config.xml</paramvalue> </init-param> m

4, <init-param> <param-name>config</paramname> <param-value>strutsconfig.xml</param-value> </init-param> m 1 4, <servlet3, <servletname>FrontController<servletname>FrontController</servlet- name> name> <class> <servlet-class> org.apache.struts.action.Action struts.action.ActionServlet Servlet <servlet-class> <class> m m 2 3, <servlet-mapping> <servletname>FrontController</servletname> <url-pattern>*.do</url-pattern> </servlet-mapping> m

4, <servlet-mapping> <servlet-name>Action</servletname> <url-pattern>.do</url-pattern> </servlet-mapping> m 3

4, <action-mappings> <action path="/add_dvd" 2, <action-mappings> type="com.dvd.controller.AddD <action path="/add_dvd"> VDAction"> <forward <forward name="success" 3, <action-mappings> name="success" path="/success.view"/> <action path="/add_dvd" path="/success.view"/> <forward name="error" type="com.dvd.controller.AddD <forward name="error" path="/add_dvd.view"/> VDAction"> path="/add_dvd.view"/> </action> </action> </action> </action-mappings> </action-mappings> </action-mappings> m m m 4 3, <action-mappings> <action 2, <action-mappings> path="add_league" <action type="sl314.controller.AddLeag path="/admin/add_league"> ueAction"> <forward name="success" <forward name="success" path="/admin/success.view"/> path="/admin/success.view"/> <forward name="error" <forward name="error" path="/admin/add_league.view path="/admin/add_league.view "/> "/> </action> </action> </action-mappings> m </action-mappings> m 4, <action-mappings> <action path="/add_league" type="sl314.controller.AddLeag ueAction"> <forward name="success" path="/admin/success.view"> <forward name="error" path="/admin/add_league.view "> </action> </action-mappings> m 1

2, list_leagues.do m

3, struts-config.xml m

4, form.do m

2, list_leagues.do m

3, struts-config.xml m

4, form.do m

2, forward m

3, action m

4, struts-config m

2, forward m

3, action m

4, struts-config m

2, forward m

3, action m

4, struts-config m

2, ActionForward m

3, ActionForm m

4, Action m

2, ActionForward m

3, ActionForm m

4, Action m

2, ActionForward m

3, ActionForm m

4, Action m

2, ActionForward m

3, ActionForm m

4, Action m

2, ActionForward m 2, action m 2, forward m 2, /WEB-INF/ m 2, Service m

3, HttpServletRequest m 3, param-name m 3, action-mappings m 3, /WEB-INF/web/ m 3, Entity m

4, HttpServletResponse m 4, param-value m 4, servlet-name m 4, /WEB-INF/model/ m 4, Action m

3 2 4 1 4

2, servlet m

3, servlet-mapping m

4, url-pattern m

2, Filter m

3, FilterChain m

4, PerformanceFilter m

2, doFilter m

3, destroy m

4, doGet m

2, doFilter m

3, destroy m

4, doGet m

2, doFilter m

3, destroy m

4, doGet m

2, doFilter m

3, destroy m

4, doGet m

2, addCookie m

3, addSession m

4, getSession m

2,Third>Fourth>First>Second m

3,Fourth>Third>Second>First m

4,Second>First>Fourth>Third m

2,<filter-mapping> <filter-name>LoginFilter</filtername> <url-pattern>*.do</url-pattern> <dispatcher>ERROR<dispatch er> </filter-mapping> m 2,String login=request.getParameter("lo gin"); if(login.equals("tim") { return mapping.findForward(error); } if(login.equals("David") { return mapping.findForward(success) ; }m

3,<filter-mapping> <filter-name>LoginFilter</filtername> <dispatcher>ERROR</dispatc her> <url-pattern>*.do</url-pattern> </filter-mapping> m 3,String login=request.getParameterVal ue("login"); if(login.equals("tim") { return mapping.findForward("error"); } if(login.equals("David") { return mapping.findForward("success "); }m

4,<filter-mapping> <filter-name>LoginFilter</filtername> <url-pattern>*.do</url-pattern> <dispatcher>dispatcher.ERRO R</dispatcher> </filter-mapping> m 2 4,String login=request.getParameter("lo gin"); if(login.equals("tim") { return mapping.findForward("error"); } if(login.equals("David") { return mapping.findForward("success "); }m 4

2,ServletConfig c=getServletConfig(); c.setAttribute(cnum,"customer number"); m

3,ServletContext c=getServletContext() c.setAttribute("customernumbe r", cnum) m

4,ServletConfig c=getServletConfig(); c.setAttribute("customernumbe r", cnum); m 3

2, DataSource m

3, Connection Pooling m

4, DAO m

2, DataSource m

3, Connection Pooling m

4, DAO m

2, javax.sql m

3, java.io m

4, javax.servlet m

2, close m

3, lookup m

4, prepareStatement m

2, java.sql package m

3, Connection Pooling m

4, Context object m

2,Statement A,B,D are true and Statement C is False. m

4,Statement A,B are true and Statement C,D are False. m 2 4,<resorurce-ref> 2,<resorurce-ref> 3,<resorurce-ref> <res-ref<resname>jdbc/passworddb</r <res-refname>"jdbc/passworddb"<resesname> name>jdbc/passworddb<res- ref-name> <resref-name> <restype>javax.sql.DataSource</re <respackage>javax.sql.DataSo type>"javax.sql.DataSource"</r s-type> urce</respackage> es-type> <res-auth>Container</res<res-auth>Container</res<res-auth>Container</resauth> auth> auth> </resource-ref> m </resource-ref> m </resource-ref> m 1

3,Statement B,C,D are true and Statement A is False. m

2,4>2>3>1 m

3,3>2>4>1 m 3,Context mycontext= new 2,Context mycontext= new InitialContext(); InitialContext(); DataSource ds= DataSource ds= (DataSource)mycontext.lookup (DataSource)mycontext.lookup ("java:comp/env/jdbc/myDB"); (java:comp/env/jdbc/myDB); m m

4,3>2>1>4 m

4,Context mycontext= new InitialContext(); DataSource ds= mycontext.lookup("java:comp/e nv/jdbc/myDB"); m 3

3,<resource-ref> 4,<resource-ref> 2,<resource-ref> <description> <description> <description> </description> </description> </description> <res-refname>jdbc/myDB<res- <res-ref-name>jdbc/myDB<res<res-ref-name>jdbc/myDB<res- refname> ref-name> ref-name> <res<res<restype>javax.sql.DataSource<res- type>javax.sql.DataSource</re type>java.sql.DataSource<res- type> s-type> type> <res-auth>container</res<res-auth>container</res<res-auth>container<res-auth> auth> auth> </resource-ref> m </resource-ref> m </resource-ref> m 1

2, out m

3, exception m

4, config m

2, out m

3, exception m

4, config m

2, out m

3, exception m

4, config m

2, info m

3, contentType m

4, pageEncoding m

2, Declaration Tag m

3, Scriptlet Tag m

4, Expression Tag m

2, Declaration Tag m

3, Scriptlet Tag m

4, Expression Tag m

2, Declaration Tag m

3, Scriptlet Tag m

4, Expression Tag m

2, Declaration Tag m

3, Scriptlet Tag m

4, Expression Tag m

2, url m

3, out m

4, if m

2, out m

3, exception m

4, config m

2,<font color='green'> <ul> <c:forEach var="errmsg" items="${errorMsgs}"> <li>${errmsg}</li> </c:forEach> </ul> </font> m

3,<font color='green'> <ul> <c:forEach var="errmsg" items="${errorMsgs}"> <li>$errmsg</li> </c:forEach> </ul> </font> m

4,<font color='green'> <ul> <c:forEach var=errmsg items="${errorMsgs}"> <li>${errmsg}</li> </c:forEach> </ul> </font> m

2,Statement A and D are true. 3,Statement B,C, and D are m true. m

4,Statement A,B, and D are true. m

2,Statement A, D are true and 3,Statement A,B are true and B, C are False. m C,D are False. m 2,<jsp:useBean identity="login" scope="Session" class="s1314.beans.LoginBea n"> <%! login.setValue(request.getPara meter("Loginid")); login.setAddress(request.getP arameter("address")); %> <jsp:useBean> m 3,jsp:useBean id="login" scope="Session" class="s1314.beans.LoginBea n"> <%! login.setValue(request.getPara meter("Loginid")); login.setAddress(request.getP arameter("address")); %> </jsp:useBean> m

4,Statement B is False and A, C, D are true. m

4,jsp:useBean id="login" scope="Session" class="s1314.beans.LoginBea n"> <% login.setValue(request.getPara meter("Loginid")); login.setAddress(request.getP arameter("address")); %> <jsp:useBean> m 1

2,<jsp-property-group> <urlpattern>/scriptting_off/*</urlpattern> <scriptinginvalid>true</scripting-invalid> </jsp-property-group> <jsp-property-group> <url-pattern>/EL_off/*</urlpattern> <el_ignored>true</el_ignored> </jsp-property-group> m 2,<jsp:plugin type="applet" code="chatApp.class" codebase="applets" width="400" height = "300""> </jsp:plugin> m

4,<jsp-config> <jsp-property-group> <url-pattern>scriptting_off</url3,<jsp-config> pattern> <url<scriptingpattern>/scriptting_off/*</urlinvalid>true</scripting-invalid> pattern> </jsp-property-group> <scripting<jsp-property-group> invalid>true</scripting-invalid> <url-pattern>EL_off</url<url-pattern>/EL_off/*</urlpattern> pattern> <el_ignored>true</el_ignored> <el_ignored>true</el_ignored> </jsp-property-group> </jsp-config> m </js 1 3,<jsp:plugin type="applet" 4,<jsp:plugin code="chatApp.class" code="chatApp.class" codebase="/applets" codebase="/applets" width="400" height = "300"> width="400" height = "300> <jsp:plugin> m </jsp:plugin> m 1 3,<html> <body text = "green"> <%@ page isErrorPage="true"%> The following error has been generated: <%= exception.Message() %> </body> </html> m 4,<html> <body> <%@ page isErrorPage="true"> The following error has been generated: <%= exception.getMessage() %> </body> </html> m

2,<html> <body text = "green"> <%@ page isErrorPage="true"%> The following error has been generated: <%= exception.getMessage() %> </body></html> m

2,It will display the date and time. m

3,It will display time as hh/mm/ss. m

4,It will display the current time as hh:mm:ss. m 4

2,It will display the date and time in dd/yy/mm format. m

3, It will display the time as dd/mm/yy format. m

4,It will display the current date in yy/mm/dd format. m 4

2,Both login and password message will be displayed ten times. m

3,Login Message will be displayed nine times and Password message once. m

4,Both login and password message will be displayed nine times. m 1

2, validate m

3, findForward m

4, init m

2, ActionMapping m

3, ActionErrors m

4, ActionError m

2, ActionMapping m

3, ActionErrors m

4, ActionError m

2, input m

3, path m

4, validate m

2, input m 2, img m 2, img m

3, path m 3, link m 3, link m

4, validate m 4, image m 4, image m

2 1 3

2, img m

3, link m

4, image m

2, scope m

3, validate m

4, input m

2, scope m 2,import org.apache.struts.action.Action Form; public class employeeform extends ActionForm { //required code }m

3, validate m 3,import org.apache.struts.ActionForm; public class employeeform extends ActionForm { //required code }m

4, input m

4,import org.apache.struts.action.Action Form; public class employeeform { //required code }m 2

2,Action Class & Validate() method m

3,ActionForm Class & validate() method m

4,ActionForm Class & performValidations() method m 3

2,<%@ include file="Header.html" %> m

3,<jsp:forward page="Header.html"> m

4,<%@ page import="Header.html" %> m

2,Statement A is False and B,C,D are true. m 2,<jsp: @page="/validate.jsp> <jsp: param name="param1" value="Login"/> </jsp:forward> m

3,Statement A,B are true and C,D are False. m 3,<%@ forward page="/validate.jsp"> <jsp: param name="param1" value="Login"/> </jsp:forward> m 3,It is an authentication techniques where the administrator specifies the Web pages that are to be secured on a website and the users that have the access to these Web pages. m 3,It is an authentication techniques where the administrator specifies the Web pages that are to be secured on a website and the users that have the access to these Web pages. Also the user information is encrypted before it is sent to the server. m

4,Statement A,B,D are true and C is False. m 4,<jsp: page="/Validate.jsp"> <jsp: param name="param1" value="Login"/> </jsp:forward> m

2,It is an authentication technique which creates a customized logon page for a Web application. m

4,It is an authentication technique in which the server authenticates a client by using digital certificates. m 1

2,It is an authentication technique which creates a customized logon page for a Web application. m

4,It is an authentication technique in which the server authenticates a client by using digital certificates. m 3 4,It specifies the rights asssigned to an authenticated user to access resources of a Web application. m 1 4,It specifies the rights asssigned to an authenticated user to access resources of a Web application. m 4

2,It ensures that data is not modified while being transferred between the server 3,It is the process of identifying and the client. m a user. m 3,It ensures that data is not modified while being 2,It is the process of identifying transferred between the server a user. m and the client. m 3,It performs post tag tsks, 2,It is invoked after completion such as writing the output and of the evaluation of the body closing the database tag. m connection. m

4,It is used to direct the JSP engine to process the body of a tag. m

2,<login-config> <auth-method>FORM</authmethod> <realm-name>Secure Form Authentication</realm-name> </login-config> m 2,<login-config> <auth-method>FORM</authmethod> <realm-name>Secure Form Authentication</realm-name> </login-config> m 2,<security-role> <role-name>Admin <role-link>James</rolelink></role-name> </security-role-ref> m

4,<login-config> <auth-method>CLIENTCERT</auth-method> <realmname>Certificate</realmname> </login-config> m 4,<login-config> 3,<login-config> <auth-method>CLIENT<auth-method>DIGEST</auth- CERT</auth-method> method> <realm<realm-name>Secure Digest name>Certificate</realmAuthentication</realm-name> name> m </login-config> m 3,<login-config> <auth-method>DIGEST</authmethod> <realm-name>Secure Digest Authentication</realm-name> </login-config> m 3,<security-role> <role-name>Admin</rolename> <role-link>James</role-link> </security-role-ref> m 4,<security-role-ref> <role-name>Admin <role-link>James</rolelink></role-name> </security-role-ref> m

2,Step 1 --> Step 2 --> Step 3 -- 3,Step 1 --> Step 3 --> Step 2 -- 4,Step 1 --> Step 2 --> Step 3 -> Step 5 --> Step 4 --> Step 6 > Step 4 --> Step 5 --> Step 6 > Step 4 --> Step 5 --> Step 6 m m m 1

2,Step 1 --> Step 3 --> Step 2 -- 3,Step 1 --> Step 3 --> Step 4 -- 4,Step 1 --> Step 2 --> Step 4 -> Step 4 --> Step 5 m > Step 2 --> Step 5 m > Step 3 --> Step 5 m 2

Вам также может понравиться