http://hibernate.org/ogm/
The power and simplicity of JPA for NoSQL datastores. Including support for associations, sub-classes, queries and much more. The ride has just begun, so come and join us!
@javaCode☕️
The power and simplicity of JPA for NoSQL datastores. Including support for associations, sub-classes, queries and much more. The ride has just begun, so come and join us!
@javaCode☕️
Effective Java 2nd Edition
#book
https://drive.google.com/file/d/0B1wwlFPPPAQZdTZUZENCTy1IaGs/view?usp=sharing
@javaCode☕
#book
https://drive.google.com/file/d/0B1wwlFPPPAQZdTZUZENCTy1IaGs/view?usp=sharing
@javaCode☕
Ans:
JVM
JVM is an acronym for Java Virtual Machine, it is an abstract machine which provides the runtime environment in which java bytecode can be executed. It is a specification.
JVMs are available for many hardware and software platforms (so JVM is platform dependent).
JRE
JRE stands for Java Runtime Environment. It is the implementation of JVM.
JDK
JDK is an acronym for Java Development Kit. It physically exists. It contains JRE + development tools.
@javaCode☕️
JVM
JVM is an acronym for Java Virtual Machine, it is an abstract machine which provides the runtime environment in which java bytecode can be executed. It is a specification.
JVMs are available for many hardware and software platforms (so JVM is platform dependent).
JRE
JRE stands for Java Runtime Environment. It is the implementation of JVM.
JDK
JDK is an acronym for Java Development Kit. It physically exists. It contains JRE + development tools.
@javaCode☕️
2) How many types of memory areas are allocated by JVM?
Many types:
Class(Method) Area
Heap
Stack
Program Counter Register
Native Method Stack
@javaCode☕️
Many types:
Class(Method) Area
Heap
Stack
Program Counter Register
Native Method Stack
@javaCode☕️
Internal Architecture of JVM
Let's understand the internal architecture of JVM. It contains classloader, memory area, execution engine etc.
Jvm Internal
@javaCode☕️
Let's understand the internal architecture of JVM. It contains classloader, memory area, execution engine etc.
Jvm Internal
@javaCode☕️
