Multiple choice technology programming languages

JPD is deployed in weblogic as (Choose the best answer)

  1. Servlet in web application

  2. Record in a database

  3. Enterprise java bean

  4. File record

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

JPD (Java Process Definition) components in WebLogic are deployed as Enterprise Java Beans (EJBs), which is the standard enterprise-level deployment model for business logic components in Java EE application servers. Servlets run in web containers, not as standalone deployment units. Records and file records are database or file system concepts, not deployment artifacts.