Mule 4 Exam QuestionsBrowse all questions from this exam

Mule 4 Exam - Question 15


How is policy defined in terms of classloader of an API?

Show Answer
Correct Answer: B

Classloader isolation exists between the application, the runtime, connectors, and policies to ensure that each component manages its dependencies independently and avoids class conflicts. This helps maintain modularity and prevent any potential issues that could arise from different parts of the system using the same classes or resources.

Discussion

2 comments
Sign in to comment
d_ngnr
Sep 4, 2024

Policies at the API level have classloader isolation. This means that classes and resources used by an API-level policy are loaded within the classloader context of that API instance. This isolation helps prevent class conflicts and allows each API to manage its dependencies independently. So the answer is B as the classloader isolation exists between the application, the runtime, connectors and policies.

FreedoxOption: B
Jun 1, 2024

The correct answer is B. Classloader isolation exists between the application, the runtime and connectors, and policies.