Computer Knowledge

Java Enterprise and Web Technologies

2,183 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. It provides the client specific information to the server.

  2. This object represents a heavy or skeleton object as a virtual proxy object and on demand load the real object.

  3. It provides protection to the web pages by blocking some content.

  4. All of the above.

  5. Both (1) and (2).

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

All of these are incorrect statements about Remote Proxy object in the Proxy design pattern.

Multiple choice
  1. There is less coupling during the request sent to the receiver.

  2. There is a chaining process to manage the request for the objects.

  3. The several linked objects respond to a request or hand it off to the object next in line.

  4. The frequency of chained objects propagates from high to low.

  5. This pattern encapsulates a request as an object.

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

It does not encapsulate the request.