Hi,
An entity bean represents persistent global data from the database
where as a session bean represents transient user-specific data that will die when the user disconnects i.e. ends his session.
Generally, the session beans implement business methods that call entity beans.
...san :-)