Java Notes
Java Notes
• JVMs are available for many hardware and software platforms. JVM,
JRE, and JDK are platform dependent because the configuration of
each OS is different from each other. However, Java is platform
independent. There are three notions of the
JVM: specification, implementation, and instance.