☕️JAVA Language Community
2.91K subscribers
144 photos
7 videos
31 files
42 links
☕️ Software, IT, Java, news
💻 IT highlights
🎯 AI update
🖥⌨️🖱
Download Telegram
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☕️
Channel photo updated
java8

@javaCode☕️
java8

@javaCode☕️
📝Java Interview Questions📝

📑Every day, One Question📑

@javaCode☕️
1) What is difference between JDK,JRE and JVM?

@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☕️