You want to collect and analyze performance characteristics of your Java application. Which action correctly By Singh | December 3, 2022 0 Comment You want to collect and analyze performance characteristics of your Java application. Which action correctly accomplishes this?Response: A. Use REST API to collect JFR data for the last 1 minute. B. Collect JFR data for the last 1 hour using the UI. C. ssh Into the application VM to collect JVM heap dump. D. Use the PSM CLI to collect heap dump. Correct Answer: C