Blue Prism Certified Professional Developer (APD01) — Question 12

Which of the following statements is true regarding the automation of Java applications? (Choose two.)

Answer options

Correct answer: B, D

Explanation

Option B is correct because when automating Java applications, all objects must utilize the same interface, prohibiting the mixing of spy modes. Option D is also correct as Active Accessibility spy mode can effectively be used with Java applications. Options A and C are incorrect statements as Java Access Bridge is not always necessary, and Surface Automation is compatible with Java applications.