Exam APD01 All QuestionsBrowse all questions from this exam
Question 25

Which of the following are best practices when automating Java applications? (Choose two.)

    Correct Answer: A, D

    When automating Java applications, it is important to ensure the stability and reliability of both the application and the system it runs on. Restarting the resource PC every 24 hours helps in clearing any accumulated system resources and potential memory leaks, ensuring smooth operation. Similarly, restarting the Java application at regular intervals helps in mitigating issues related to memory leaks or resource exhaustion within the application, maintaining its performance and stability over time. These practices are vital in maintaining a healthy automation environment for Java applications.

Discussion
GaneshkarriOptions: AD

A,D are the correct options

mndfsnzOptions: AD

2.3 Best Practice When running Blue Prism's automated Java applications, the following tips should be followed: - Make sure you are using Blue Prism version 4.1 or later. - Restart the target Java application at regular intervals. - Reboot the source computer every 24 hours. Following these tips should reduce the amount of problems that commonly occur.