Computer Knowledge

Java Enterprise and Web Technologies

2,279 Questions

Java enterprise and web technologies questions focus on J2EE architecture, web services like SOAP, and servlet functionalities. These topics frequently appear in IT officer and specialist scale examinations. Regular practice ensures familiarity with enterprise application components.

HttpServlet methodsSOAP and web servicesEJB architecture rolesJ2EE componentsJSP servlet callingUDDI concepts

Java Enterprise and Web Technologies Questions

Multiple choice
  1. Optimized method invocation

  2. Abstract window toolkit

  3. Java applet

  4. Remote method invocation

  5. Remote interface

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

One of the central and unique features of RMI is its ability to download the definition of an object's class if the class is not defined in the receiver's java virtual machine.

Multiple choice
  1. filter

  2. shareware ORBs

  3. the OrbixWeb

  4. the WebSphere

  5. transaction

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

The CORBA products that support the java include shareware ORBs in which CORBA implementation for various languages are available for download on the web from various sources.

Multiple choice
  1. Java applet

  2. Filter

  3. Socket

  4. Abstract window toolkit

  5. Stock

Reveal answer Fill a bubble to check yourself
C Correct answer
Explanation

The java.net package in the java platform provides a class socket that implements one side of a two way connection between your java program and another program on the network.