Multiple Choice
Which of the following code retrieves the body of the request as binary data?
A) DataInputStream data = new InputStream()
B) DataInputStream data = response.getInputStream()
C) DataInputStream data = request.getInputStream()
D) DataInputStream data = request.fetchInputStream()
Correct Answer:

Verified
Correct Answer:
Verified
Q4: .......... is the first phase of the
Q5: Which EJB container must provide an implementation
Q6: EJB technology is built on the top
Q7: EJB is like COM, Abbreviate the term
Q8: When destroy() method of a filter is
Q10: How constructor can be used for a
Q11: Which middleware services are provided by EJB?<br>A)Security<br>B)Transaction
Q12: Several vendors are adding ........... to their
Q13: Which server-side component is required to be
Q14: In EJB, middleware services are provided by