On This Page

This set of J2EE Technologies Multiple Choice Questions & Answers (MCQs) focuses on J2Ee Technologies Set 4

Q1 | What temporarily redirects response to the browser?
Q2 | Which tag is used to set a value of a JavaBean?
Q3 | Can and <%–comment–%> be used alternatively in JSP?
Q4 | Java code is embedded under which tag in JSP?
Q5 | Which of the following is not a directive in JSP?
Q6 | In RMI Architecture which layer Intercepts method calls made by the client/redirects these calls to a remote RMI service?
Q7 | Which is an object, acts as a gateway for the client side, all the outgoing requests are routed through it and it resides at the client side and represents the remote object?
Q8 | Java supports RMI, RMI Stands for?
Q9 | An RMI Server is responsible for _______
Q10 | Abbreviate the term DGC?
Q11 | RMI and EJB, provides services to access an object running in another JVM (known as remote object).
Q12 | In RMI, the objects are passed by _____.
Q13 | RMI uses a layered architecture; each of the layers could be enhanced or replaced without affecting the rest of the system.
Q14 | What are the exceptions which have to be handled in a RMI client program?
Q15 | RMI is a server-side component; It is not required to be deployed on the server.
Q16 | Which package is used for Remote Method Invocation (RMI)?
Q17 | Which program obtains a remote reference to one or more remote objects on a serverand then invokes methods on them in an RMI application?
Q18 | Which objects are used by RMI for communicating with the remote object?
Q19 | RMI Architecture consists of how many layers?
Q20 | Which method in naming class specifies a name to the remote object?
Q21 | 1099 is the default port used by RMI Registry.
Q22 | RMI uses which protocol on top of TCP/IP (an analogy is HTTP over TCP/IP)?
Q23 | Which method of the Naming class (found in java.rmi) is used to update the RMIregistry on the server machine?
Q24 | What is the built on top of the socket programming?
Q25 | In RMI which layer defines and supports the invocation semantics of the RMI connection and this layer maintains the session during the method call?