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
- A. Java Access Bridge is always required to automate applications using Java spy mode.
- B. Spy modes cannot be mixed when automating a Java application. All objects called by the process must use the same interface.
- C. Surface Automation is not compatible with Java applications.
- D. Active Accessibility spy mode can be used on Java applications
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.