Java Web and Distributed Technologies
Covers Java networking, CORBA distributed systems, servlets, AJAX, and JDBC for web application development
Questions
In which of the following models for object activation defined by basic object adapter is the server started by an entity other than the BOA?
- Unshared server
- Persistent server
- WebSphere
- Java 2 ORB
- Transaction
Which of the following classes in the java.net.URL is another abstract class used to create and control a connection to a platform and firewall specific location?
- URLConnection class
- URL class
- StackFrame class
- DatagramPacket class
- Naming
Which of the following classes in the java.net package makes object able to be manipulated as String objects?
- DatagramPacket class
- URL class
- InetAddress class
- StackFrame class
- Events
Which of the following files generated by the command "idltojava Stock.idl" implements a local object that forwards all the requests to a remote object?
- StockHelper.java
- Stock
- _StockStub.java
- StockHolder.java
- Events
In which of the following classes in the java.net package do the services, such as Sun's network file system use user datagram protocol as the underlying protocol?
- DatagramPacket class
- DatagramSocket class
- StackFrame class
- URL class
- quitEvent()
Which of the following CORBA services coordinates the transformation of CORBA objects to and from outdoor media?
- Events
- Naming
- OrbixWeb
- AlarmPresentation
- Externalization
Which of the following distributed objects belongs to distributed stock application represents a particular stock?
- StockPresentation
- Stock
- AlarmPresentation
- Portable object adapter
- Events
By using which of the following technologies is Java inherently suited for large client /server applications?
- Java servlet
- Java applet
- Java 2 ORB
- Java beans
- Events
By using which of the following can you accomplish dynamically update the totals on your shopping cart without forcing the user to click update and wait for the server to resend the entire page?
- Java applet
- Filter
- OrbixWeb
- Portable object adapter
- Ajax
Which of the following technologies helps you to write Java applications that manage the activities such as connecting to a data source, sending queries, updating statements to the database etc.?
- JDBC API
- JDBC driver manager
- JDBC-ODBC bridge
- JDBC URL
- excuteQuery()
Which of the following CORBA products is the ORB that is embedded in the Netscape communicator browser?
- VisiBroker for java
- WebSphere
- OrbixWeb
- Naming
- Unshared server
Which of the following files generated by the command idltojava Stock.idl implements the type operations for the interface?
- StockHolder.java
- StockHelper.java
- _StockStub.java
- StockPresentation
- Naming
Which of the following classes in the java.net.URL package takes a string of text and turns it into the MIME format?
- DatagramPacket class
- URL class
- StackFrame class
- URLEncoder class
- threadDeathEvent()