Exam 7: Java Web Development
Exam 1: Java Programming: HTTP Protocol, Scripting Tasks, and Data Access25 Questions
Exam 2: Servlets and Web Applications25 Questions
Exam 3: Java Server Pages JSP and Java Script25 Questions
Exam 4: Java, Servlets, JSP and EJB25 Questions
Exam 5: EJB, JSP, and Corba25 Questions
Exam 6: JSP, EJB, and JMS25 Questions
Exam 7: Java Web Development25 Questions
Exam 8: EJB and Server-Side Components11 Questions
Select questions type
Which of the following allows substitution of code to occur at the translation time in a JSP page?
Free
(Multiple Choice)
4.8/5
(38)
Correct Answer:
B
Which statement is true for the Class java. util. HashSet?
Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
B
Which of the following regarding business methods in a bean class is incorrect?
(Multiple Choice)
4.7/5
(33)
Which method of the request object is used to extract values of the input fields in a form when it is submitted?
(Multiple Choice)
5.0/5
(29)
Which of the following property of Java Bean represents a single value?
(Multiple Choice)
4.8/5
(19)
Which of the following is not an implicit object in JSP?
I. Request.
II. Session.
III. Vector.
IV. In.
(Multiple Choice)
4.8/5
(38)
Given the following code in a stateful session bean business method; try { Socket skt = new Socket(x,y); } catch (Exception ex) { ex. printStackTrace(); } Assuming that x and y are the port and IP addresses respectively of a running service, which is running on the same server, which of the following is correct?
(Multiple Choice)
4.9/5
(33)
Which statement about JTA and resource-local entity managers is correct?
(Multiple Choice)
4.8/5
(31)
Choose the incorrect statement from the following about Home methods in a bean class for CMP (Container Managed Persistence).
(Multiple Choice)
4.7/5
(38)
Which of the following is not a container for EJB?
I. Internet Information Server.
II. Java System Application Server.
III. Tomcat.
IV. WebLogic.
(Multiple Choice)
4.9/5
(41)
Which method of the servlet is/are called several times in its life?
(Multiple Choice)
4.8/5
(35)
Which of the following is not true for <jsp:useBean> tag in JSP page?
(Multiple Choice)
4.9/5
(35)
Which of the following is not a life-cycle method for a Stateful Session Bean?
(Multiple Choice)
4.7/5
(37)
Which of the following is/are true for JSP technology?
I. It is persistent.
II. Platform independent.
III. Browser executes the code.
(Multiple Choice)
4.9/5
(44)
Showing 1 - 20 of 25
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)