adplus-dvertising
frame-decoration

Question

Key technology in developing distributed applications, especially multi-tier enterprise applications.

a.

Remoting

b.

EJB

c.

RMI

d.

All of the mentioned

Answer: (d).All of the mentioned

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. Key technology in developing distributed applications, especially multi-tier enterprise applications.

Similar Questions

Discover Related MCQs

Q. Java-based remoting technology that allows two Java applications running in different JVMs to communicate with each other.

Q. To expose a service through RMI, you have to create the service interface that extends:-

Q. To call the methods on a remote service:-

Q. Spring remoting facilities can significantly simplify the RMI usage on both the server and client sides.

Q. There are several properties you must configure for an RmiServiceExporter instance:-

Q. By default, RmiServiceExporter attempts to look up an RMI registry at localhost port 1099.

Q. The Spring support classes facilitate building session beans:-

Q. Spring EJB Support Classes for Different Types of EJB:-

Q. EJB support classes provide access to the Spring IoC container for you to implement your business logic in POJOs and wrap them with EJB components.

Q. OpenEJB 3.1.1 supports:-

Q. If you want to expose EJB component for local access within an enterprise application, the preceding two interfaces should extend EJBLocalObject and EJBLocalHome.

Q. The ejbCreate() method is the EJB hook for initialization of state, much as a JSR-250 annotated @PostConstruct() method or afterPropertiesSet() method work in Java EE 5 and Spring.

Q. To start the OpenEJB container, you first set environment variable:-

Q. To use Spring EJB support for your EJB implementation classes, you have to include a few Spring framework JARs:-

Q. Interceptor to let Spring configure @Autowired elements on your EJB.

Q. A remote stateless session bean requires annotations:-

Q. Proxying Spring services with EJB3s, injecting custom resources configured in Spring, or even using Spring to isolate your EJBs from acquiring references to other distributed resources such as a REST endpoint or an RMI endpoint.

Q. Annotation which decorates the PostageServiceBean:-

Q. The interceptor obtains beans, by default, from a ContextSingletonBeanFactoryLocation.

Q. EJB interface is a simple Java interface whose methods don’t throw RemoteException.