Java EE and CORBA Technologies
Enterprise Java development covering EJB, CORBA, and related server-side technologies
Questions
Using which of the following can you increase site performance by reducing the amount of data downloaded from the server?
- Java applet
- Ajax
- JDBCAPI
- Java servlets
- Optimized method invocation
Which of the following cuts time out of the development process and makes developers more productive by providing them a series of tools and components to build applications with?
- Java strut
- Java applet
- Java servlet
- Persistent server
- Websphere
Applications written using which of the following architectures are scalable, transactional and multi user secure?
- Enterprise java beans
- Java applet
- Java servlets
- Instance pooling
- Websphere
Which of the following providers is an OS vendor, middleware vendor or database vendor?
- EJB container provider
- EJB server provider
- Application assembler
- Instance pooling
- TX_BEAN_MANAGED
The input to the application assembler is one or more ejb-jar files produced by the which of the following?
- Application assembler
- System administrator
- Instance pooling
- TX_SUPPORT
- Enterprise bean provider
In which of the following tasks of server, if a container needs resources, may it choose to temporarily swap out a bean?
- Instance pooling
- Optimized method invocation
- TX_REQUIRED
- Application assembler
- Instance passivation
Which of the following must resolve all the external dependencies declared by the bean provider and must follow the application assembly instructions defined by the application assembler?
- System administartor
- Application assembler
- Deployer
- Optimized method invocation
- contains header(java.lang.String name)
In which mode of transaction management, if the client attempts to use the bean from within a transaction, the client's transaction will remain suspended until the bean completes its operations?
- TX_NOT_SUPPORTED
- TX_SUPPORT
- TX_REQUIRED
- Instance pooling
- init()
In which of the following modes of transaction management does an error occur, if no transaction is available?
- TX_REQUIRES_NEW
- TX_MANDATORY
- TX_REQUIRED
- Instance pooling
- Websphere