I'm studying for an exam on EJB, and I'm reading that
'each entity bean has an underlying table in a
relational database, and each instance of the bean
corresponds to a row in that table.'
Wouldn't that mean that, if, for example, you had
500000 rows in your database, you would have 500000
instances of the bean in memory? Wouldn't that be
expensive in terms of RAM usage?