This service allowas J2EE application components to invoke external CORBA objects using IIOP protocol.
JMS
Java IDL
JDBC
JAF
J2EE application with all of its modules are delivered as this file
.war
.jar
.ear
.rar
Enterprise Bean developer performs the source code, specifies deployment descriptor to deliver an EJB ____ file
WAR
JAR
EAR
RAR
Web component developer performs the servlet source code, writes jsp, html pages, specifies the deployment desriptor and bundle all these as a ____ file
Application client developer performs the source code, specifies deployment descriptor to deliver ____ file
System administrator perform the following tasks to install and configure a J2EE application. (select the answer which is given in the correct order)
Verify the content for J2EE specification, Configure the descriptor, Add EAR, Deploys the EAR file to J2EE server
Configure the descriptor, Add EAR, Verify the content for J2EE specification, Deploys the EAR file to J2EE server
Verify the content for J2EE specification,Add EAR, Configure the descriptor, Deploys the EAR file to J2EE server
Add EAR, Configure the descriptor, Verify the content for J2EE specification, Deploys the EAR file to J2EE server
Database supported by different J2EE products cannot vary.
True
False
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.
message driven bean
entity bean
session bean
page bean
Which of this is used for performing standard directory operations.
JNDF
JNDI
JNDA
JNDD
Which of this provide a standard interface for demarcating transactions.
JTA
JIA
JEA
JAI