Home Uncategorized Why Java become best programming language

Why Java become best programming language

1 min read
0
0
421

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
    Load More By admin
    Load More In Uncategorized

    Leave a Reply

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

    Check Also

    Inventory Management with Form Repeater in Laravel | Step-by-Step Tutorial

    in this tutorils will explain how to make a Form Repeater in Laravel Step by step. …