DEVFYI - Developer Resource - FYI

What is home interface

J2EE Interview Questions and Answers (Part 1)


(Continued from previous question...)

107. What is home interface

One of two interfaces for an enterprise bean. The home interface defines zero or more methods for managing an enterprise bean. The home interface of a session bean defines create and remove methods, whereas the home interface of an entity bean defines create, finder, and remove methods.

(Continued on next question...)

Other Interview Questions