JMX (Java Management Extensions) Question:
Download Job Interview Questions and Answers PDF
Explain JMX Concepts and Architecture?
Answers:
Answer #1MX is conceptually simple, yet bears the fruit of years of domain experience and research. In a nutshell, JMX defines a standard means for applications to expose management functionality
1)Instrumentation level
2)Agent level
3)Management level
1)Instrumentation level
2)Agent level
3)Management level
Answer #2JMX(Java Management Extension), introduced in J2SE 5.0 provides an efficient way to monitor and manage JVM resources such as threads, memory. JMX Architecture can be divided into three parts.
1. Remote Management Application.
2. JMX Agent.
3. MBean (Instrumentation level).
This is further explained in the following post.
http://www.cleantutorials.com/jconsole/jmx-java-management-extension-monitoring-and-management-in-java
1. Remote Management Application.
2. JMX Agent.
3. MBean (Instrumentation level).
This is further explained in the following post.
http://www.cleantutorials.com/jconsole/jmx-java-management-extension-monitoring-and-management-in-java
Download JMX Interview Questions And Answers
PDF
Previous Question | Next Question |
What is JMX? | what is the use of Object Factories? |