From 56193cf029d55458a7b60b83f2b4aa0da807160b Mon Sep 17 00:00:00 2001 From: Gantavya Malviya <39916680+gantavyamalviya@users.noreply.github.com> Date: Fri, 1 Oct 2021 01:37:53 +0530 Subject: [PATCH] Update 1.html --- java/1.html | 18 ++++++------------ 1 file changed, 6 insertions(+), 12 deletions(-) diff --git a/java/1.html b/java/1.html index 592c9a9..39d411a 100644 --- a/java/1.html +++ b/java/1.html @@ -72,16 +72,16 @@

Java Hello World Program


In this tutorial, you will learn to write "Hello World" program in Java. A "Hello, World!" is a simple program that outputs Hello, World! on the screen. Since it's a very simple program, it's often used to introduce a new programming language - to a newbie. -
Let 's explore how Java "Hello, World!" program works.
If you want to run this program on your computer, make sure that Java is properly installed. Also, you need an IDE (or a text editor) to write and edit Java code. + to a newbie. So, let's learn it now. +
Let 's explore how Java "Hello, World!" program works.
If you want to run this program on your computer, make sure that Java is properly installed. Also, you need an IDE(like VS Code) or a text editor to write and edit Java code.

-
Hello World Program
+
Hello World Program in Java
@@ -230,4 +224,4 @@

Made with By - Team CodeMist - \ No newline at end of file +