Multiple choice technology packaged enterprise solutions What is the J2EE technology used to develop BOM? JSP POJO Servlets All the above Reveal answer Fill a bubble to check yourself B Correct answer Explanation BOM is developed using POJOs (Plain Old Java Objects) rather than JSPs (for web presentation) or Servlets (for web request handling). POJOs are simple Java objects that don't depend on specialized frameworks, making them lightweight and testable.