Multiple Choice
Which of the following regarding business methods in a bean class is incorrect?
A) Both session bean and entity bean business methods are always same
B) For Java RMI API, the argument and return types must always be legal types
C) The throws clause may include any exceptions defined by your application.
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Q1: Which of the following allows substitution of
Q2: Which statement is true for the Class
Q3: Business delegate pattern<br>A) Hides remote services complexity<br>B)
Q5: Which statement is correct about the EntityManager
Q6: Stateful Session beans contain<br>A) Home Interface<br>B) Remote
Q7: Which method of the request object is
Q8: Which of the following property of Java
Q9: Which of the following is not an
Q10: Given the following code in a stateful
Q11: Which of the following is true?<br>A) Preserving