EJB
Enterprise Java Beans
JavaBean
A type of java class that encapsulates many objects into a single object (the bean)
It follows certain standards:
There are 3 types of EJB
Session Bean
Entity Bean
SessionBean Interface
it defines methods that the EJB container uses to notify a session bean instance of the instance’s life cycle events