Tag: web technology

Questions Related to web technology

This service allowas J2EE application components to invoke external CORBA objects using IIOP protocol.

  1. JMS

  2. Java IDL

  3. JDBC

  4. JAF


Correct Option: B

Web component developer performs the servlet source code, writes jsp, html pages, specifies the deployment desriptor and bundle all these as a ____ file

  1. WAR

  2. JAR

  3. EAR

  4. RAR


Correct Option: A
  1. Verify the content for J2EE specification, Configure the descriptor, Add EAR, Deploys the EAR file to J2EE server

  2. Configure the descriptor, Add EAR, Verify the content for J2EE specification, Deploys the EAR file to J2EE server

  3. Verify the content for J2EE specification,Add EAR, Configure the descriptor, Deploys the EAR file to J2EE server

  4. Add EAR, Configure the descriptor, Verify the content for J2EE specification, Deploys the EAR file to J2EE server


Correct Option: D

The benefits of using this bean is we don’t have to write any SQL code or use the JDBC API to perform Database operations. EJB itself will handle this.

  1. message driven bean

  2. entity bean

  3. session bean

  4. page bean


Correct Option: B