Distributed Java and Enterprise Technologies
Quiz covering Java enterprise and distributed computing technologies including web frameworks (Struts, Servlets), CORBA integration, RMI, networking, and database access patterns used in enterprise applications.
Questions
Which of the following is used to describe a set of technologies, incorporates asynchronous server communication using XMLHttpRequest?
- Java applet
- Filter
- Ajax
- WebSphere
- Stock
Which of the following web application frameworks is non-proprietary and works with virtually any J2EE - compliant application server?
- Java beans
- Java struts
- Java applet
- OrbixWeb
- Alarm
If errors in processing occur, which of the following components forwards to an error-processing view component?
- Controller components
- Model components
- Portable object adapter
- Events
- Java beans components
Which of the following distributed object presents the stock data to the user for a particular stock?
- Stock
- StockPresentation
- Alarm
- Portable object adapter
- Transaction
The CORBA products that support the java include ________________, which comes with sun's java 2 software development kit?
- java 2 ORB
- orbixweb
- websphere
- naming
- portable object adapter
Which of the following CORBA services provides a locking service for CORBA objects in order to ensure successive access?
- Transaction
- Events
- Concurrency control
- OrbixWeb
- StockHelper.java
Which of the following technologies passes objects by their actual classes, so the behaviour of the objects is not changed when they are sent to another java virtual machine?
- Optimized method invocation
- WebSphere
- Remote method invocation
- Filter
- Portable object adapter
A key feature of common object request broker architecture is _______________, which is a neutral interface language.
- the Java applet
- the Java beans
- the C language
- the Query
- the Java IDL
Which of the following classes sits on top of a platform-dependent implementation, hiding the details of any particular system from your java program?
- Java applet
- Java socket class
- The ContentHandler class
- The InetAddress class
- Stock
Which of the following technologies offer advantage over CGI that the performance is significantly better?
- Java servlets
- Java applet
- Java beans
- OrbixWeb
- Naming
Which of the following technologies help one to write java applications that manage the activity such as retrieving and processing the results received from the database in answer to ones query?
- JDBC driver manager
- JDBC-ODBC bridge
- The JDBC URL
- The JDBC API
- Statement object
Which of the following distributed objects presents the alarm going off to the user?
- AlarmPresentation
- Alarm
- Stock
- Portable object adapter
- Query