Advanced Java Enterprise

Test your knowledge of Advanced Java enterprise technologies including EJB, JDBC, and CORBA

5 Questions Published

Questions

Question 1 Multiple Choice (Single Answer)

Which of the following helps you to determine that JDBC Driver will run your program?

  1. JDBC API
  2. JDBC driver manager
  3. JDBC ODBC bridge
  4. JDBC test suite
  5. Native protocol pure java driver
Question 2 Multiple Choice (Single Answer)

Which of the following beans does not maintain a conversational state for a particular client?

  1. Stateful session bean
  2. Stateless session bean
  3. Container managed persistence
  4. Instance passivation
  5. Instance pooling
Question 3 Multiple Choice (Single Answer)

Which of the following is used in Java for output and input parameters?

  1. Stock.java
  2. StockHelper.java
  3. StockHolder.java
  4. _StockStub.java
  5. Stock
Question 4 Multiple Choice (Single Answer)

Which of the following is a popular java ORB from Inprise Corporation, and is embedded in the Netscape Communicator Browser?

  1. Java 2 ORB
  2. VisiBroker
  3. OrbixWeb
  4. Portable object adapter
  5. Persistent server
Question 5 Multiple Choice (Single Answer)

In which of the following should the author of bean write any necessary database calls to send the object out to persistent storage and read it back again?

  1. Bean Managed Persistence
  2. Container Managed Persistence
  3. Stateful Session Bean
  4. Preached Instances
  5. Instance Passivation