Multiple choice technology web technology

Which of these is not a enterprise bean?

  1. message driven bean

  2. entity bean

  3. session bean

  4. page bean

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

Page bean is NOT a valid enterprise bean type. EJB specification defines only three types: session beans (stateful/stateless), entity beans (now replaced by JPA entities), and message-driven beans. There is no such thing as a 'page bean' in EJB.