Home Uncategorized Why Java become best programming language

Why Java become best programming language

1 min read
0
0
463

Why Java become best programming language

1.Platform independent

2. Object Oriented

3.Robust

4.Distributed

5.Multithreded

6.Networking

7.Reliable

8.Mulitithreded

9.Easy to Learn

10.Architecture neutral

Java is Case sensitive programming language.

What are the best Editor for use to write the Java Programming

1.Intellij idea

2.Eclipse

3.Netbeans ide

As a Beginner i recommend to start the Java journey from Notepad

what is JDK,JRE,JVM?

JDK(Java Development Kit)

it use to develop a java program.

JRE(Java Runtime Environment)

it use to only run the java program Environment.

JVM(Java Virtual Machine)

it use to start the java program to run.

What are the best Editor for use to write the Java Programming

1.Intellij idea

2.Eclipse

3.Netbeans ide

As a Beginner i recommend to start the Java journey from Notepad.

    Load More Related Articles
    • Conditional Statements in Python

      Conditional statements in Python allow us to control the flow of execution based on condit…
    • Java Beans

      A Java Bean is a reusable software component that follows a specific set of conventions. J…
    • Java String Methods

      Java provides a rich set of built-in methods for handling String operations efficiently. S…
    Load More By admin
    Load More In Uncategorized

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    Check Also

    Conditional Statements in Python

    Conditional statements in Python allow us to control the flow of execution based on condit…