Exam 7: Java Web Development

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

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:
Verified

B

Which statement is true for the Class java. util. HashSet?

Free
(Multiple Choice)
4.7/5
(37)
Correct Answer:
Verified

B

Business delegate pattern

Free
(Multiple Choice)
4.9/5
(35)
Correct Answer:
Verified

D

Which of the following regarding business methods in a bean class is incorrect?

(Multiple Choice)
4.7/5
(33)

Which statement is correct about the EntityManager API?

(Multiple Choice)
4.7/5
(40)

Stateful Session beans contain

(Multiple Choice)
4.7/5
(44)

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 of the following is true?

(Multiple Choice)
4.7/5
(41)

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 cannot directly cause a thread to stop executing?

(Multiple Choice)
4.8/5
(30)

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)

Which of the following is true about EJB transactions?

(Multiple Choice)
4.8/5
(37)
Showing 1 - 20 of 25
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)