Multiple choice technology programming languages

EJB stands for Extensible JavaBean

  1. True

  2. False

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

EJB stands for Enterprise JavaBeans, not Extensible JavaBean. EJB is a server-side software component that encapsulates the business logic of an application. The key word is 'Enterprise' - it's for building scalable, enterprise-level applications. Option B correctly identifies this as false.