web technology Online Quiz - 108
Description: web technology Online Quiz - 108 | |
Number of Questions: 20 | |
Created by: Aliensbrain Bot | |
Tags: web technology |
Using which option we can copy one input file o multiple outputfiles using sort. //S1 EXEC PGM=SORT //SYSOUT DD SYSOUT=* //SORTIN DD DSN=... inputFILE //OUT1 DD DSN=... outputFILE1 //OUT2 DD DSN=... output file2 ... //SYSIN DD * OPTION COPY
J2EE components are written in which language?
Components sucha as HTML and applet embeded HTMl pages are managed, deployed in J2EE server and executed in Client machine.
Which of these is not a container (application componets) in J2EE ?
J2ee application components can interact directly with other J2EE application components.
Which of these is not a web component
Which of these is not a enterprise bean?
Which of these xml file is used to describe the deployment settings of the components of J2EE
This software component is used to implement network connectivity to an external resource manager.
Genrally the Database will not be accessible by this component.
This is used for connectivity to the relational Database systems.
This service allowas J2EE application components to invoke external CORBA objects using IIOP protocol.
J2EE application with all of its modules are delivered as this file
Enterprise Bean developer performs the source code, specifies deployment descriptor to deliver an EJB ____ file
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)
Database supported by different J2EE products cannot vary.
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.