Tuesday, December 10, 2024
What is Java Development Kit?

Java Development Kit (JDK):

Java Development Kit (JDK) एक software development environment है जो Java applications को develope करने के लिए आवश्यक tools और libraries का collection offer करता है। आपको अपने source code को एक प्रारूप में बदलने के लिए JDK की आवश्यकता है जिसे Java Runtime Environment (JRE) execute कर सकता है।

JDK में Java Runtime Environment (JRE), एक interpreter (java), एक compiler (javac), एक archiver (jar), एक documentation generator (javadoc), और कुछ अन्य development tools शामिल हैं। Java Runtime Environment में ही Java Virtual Machine (JVM), supporting files और core classes शामिल हैं।

jdk

JDK Oracle Corporation द्वारा जारी किए गए नीचे दिए गए Java Platforms में से किसी एक का कार्यान्वयन है:

  • Standard Edition Java Platform
  • Enterprise Edition Java Platform
  • Micro Edition Java Platform

Why use JDK?
JDK का use करने के main reasons इस प्रकार हैं:

JDK में Java programs और JRE को लिखने के लिए required tools हैं।
इसमें एक compiler, Java application launcher, Appletviewer आदि शामिल हैं।
Compiler Java में लिखे code को byte code में convert करता है।
Java application launcher एक JRE खोलता है, necessary class को load करता है, और इसकी main method को executes करता है

JDK latest version:
Java Platform, Standard Edition 15
Java SE 15.0.2 is the latest release of Java SE Platform. Oracle strongly recommends that all Java SE users upgrade to this release.

Tags: , , , , , ,
Avatar
My name is Yash Pogra and I am the chief blogger at Codeash and where I like to share my internet/tech experience with my online readers on this website. I have been a webmaster from 2015 which is when I had registered my first company by the name Codeash. I have ventured into different online businesses like offering SEO Services, website development services.

Related Article

1 Comment

Avatar
Elijah Helbig 20/04/2022 at 9:02 am

always i used to read smaller articles or reviews that as
well clear their motive, and that is also happening with this article which I am reading now.

Leave a Comment