Get invaluable Interview and Career Tips delivered directly to your inbox. Get your news alert set up today, Once you confirm your Email subscription, you will be able to download Job Inteview Questions Ebook . Please contact me if you there is any issue with the download.
Entity Beans
–Easy way to access database
–business logic concept to manipulate data.
Container managed persistence vs. bean managed persistence:
Programmer creates three or four classes:
–Home interface for locating beans
–Remote interface that contains business methods for clients.
–Bean class that implements bean’s behaviour.
–Primary key class – that represents primary key in the database. Used to locate beans. Primary key class is not needed if primary key is a single field that could
This Question is not yet answered!
Related Answered Questions
Related Open Questions