0 votes
in JAVA by
Java Tutorial

1 Answer

0 votes
by
Java is a Open platform programming language.

Java is used to develop various mobile apps, web applications, desktop applications, games and much more.

https://madanswer.com/java

Example

public class MyClass {

  public static void main(String[] args) {

    System.out.println("Hello World");

  }

}

Test Yourself for Java

Top 500+ Questions and Answers

Top 500+ core java questions and Answers

Exercise:

Insert the missing part of the code below to output "Hello World".

public class MyClass {

  public static void main(String[] args) {

    

.

.

("Hello World");

  }

}

Related questions

0 votes
asked Dec 4, 2019 in JAVA by rajeshsharma
0 votes
asked Sep 3, 2019 in JAVA by Robin
...