8000 GitHub - ruturajjadhav07/Java at fa2632d7e11aab78d3a7f2a342014eea6808bc63
[go: up one dir, main page]

Skip to content

Welcome to my Java repository! 🚀 Dive into Java programming with code snippets and clear explanations covering everything from basics to advanced concepts. Perfect for beginners and seasoned developers alike. Let's learn and grow together! 🌱💻 #Java #Programming

Notifications You must be signed in to change notification settings

ruturajjadhav07/Java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 

Repository files navigation

Java

About Java.

Java is a programming language and computing platform first released by Sun Microsystems in 1995.

Java is a widely-used programming language for coding web applications.

Java is a high-level, class-based, object-oriented programming language.

Java works on different platform and it is platform-independent language.

Java is also called as WORA (Write Once Run Anywhere).

What is JVM..?

  • JVM is a virtual machine that executes Java bytecode.
  • It provides a runtime environment for Java applications to run independently of the underlying hardware and operating system.
  • Java Compiler(javac) is used to convert the java file in byte code.
  • The extension for byte class is .class
  • When you compile the java file using javac the class file is generated.

What is JRE..?

  • JRE is known as Java Runtime Environment.
  • JRE is a software package that includes the JVM, libraries, and other components necessary for running Java applications.
  • It does not contain development tools like compilers; it's designed for end-users to run Java applications.
  • and one more JVM is part of jre

What is JDK..?

  • JDK is a comprehensive software development kit for Java that includes the JRE, development tools (like compilers and debuggers), and additional libraries.
  • It consist on JVM and JRE
  • It is used by developers to create, compile, and debug Java applications.

Features of java

  • Object-Oriented
  • Portable
  • Platform independent
  • Secured
  • Robust
  • High Performance
  • Multithreaded
  • Dynamic

Java Basic

Java Core

About

Welcome to my Java repository! 🚀 Dive into Java programming with code snippets and clear explanations covering everything from basics to advanced concepts. Perfect for beginners and seasoned developers alike. Let's learn and grow together! 🌱💻 #Java #Programming

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

0