Q1 How will you go about monitoring your Java application for potential performance or memory issues?
A1
1. Visual VM for monitoring Java memory, CPU, threads, etc
VisualVM is a visual tool integrating several command-line JDK tools and lightweight profiling capabilities.
…
The post Monitoring/Profiling Java applications interview Q&A appeared first on Java-Success.com.