Multiple choice technology programming languages EJB and Java beans can be run on many systems? True False Reveal answer Fill a bubble to check yourself B Correct answer Explanation EJB components require an EJB container (like JBoss, WebLogic) to run - they're not standalone. JavaBeans are plain Java classes and are portable, but the statement lumps them together incorrectly.