Java EE 7: Back-end Server Application Development Ed 2 Quiz Questions and Answers

Web services components are written in which Markup Language?

Answer :
  • XML

Which of the following beans represents persistent data storage?

Answer :
  • Entity Bean

Which of the following annotation is used to specify that a given EJB class is a stateful session bean?

Answer :
  • javax.ejb.Stateful

What does JMS stand for?

Answer :
  • Java Message Service

Which of the following are parts of the Java EE 7 Web Profile? (Select all that apply.

Answer :
  • Web Services
  • JSPs
  • Servlets

Which of the following are Java EE component containers? (Select all that apply.)

Answer :
  • EJB Container
  • Web Container

Which of the following concepts is not associated with security?

Answer :
  • Inheritance

Which of the following is not a Java file package type?

Answer :
  • TAR

Identify the correct order of tasks for the Java EE application development.

Answer :
  • Design, code, configure, package, assemble, deploy

Which of the following statements best defines location transparency?

Answer :
  • In any component-to-component interaction, the calling component is not concerned with the physical location of the target component