|
|
|
1000 Java Tips ebook
|
|
 

Free "1000 Java Tips" eBook is here! It is huge collection of big and small Java
programming articles and tips. Please take your copy here.
Take your copy of free "Java Technology Screensaver"!. |
|
Easy Learn Java: Programming Articles, Examples and Tips - Page 21
Previous
1060 Stories (530 Pages, 2 Per Page)
Next
Question: How many kinds of enterprise beans does Java has?
|
Question: How many kinds of enterprise
beans does Java has?
Answer: Java (J2EE) has three kinds of Java
beans:
1. Session beans -represent transient conversations with clients. The data will
be gone after a session is over
2. Entity beans -represent persistent data and let to store datain a
database.
3. Message driven beans - combining features of a session bean and Java
Message Service (JMS). They provide possibility to receive asynchronous JMS
messages.
18 comments | | Score: 0
|
Posted by jalex on Monday, February 17, 2003 (00:00:00) (4170 reads)
|
|
|