Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 6 additions & 12 deletions java/1.html
Original file line number Diff line number Diff line change
Expand Up @@ -72,16 +72,16 @@
<h2>Java Hello World Program</h2><br>
</center>
<p>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.
<br> Let 's explore how Java "Hello, World!" program works. <br>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.
<br> Let 's explore how Java "Hello, World!" program works. <br>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.
</p>


<h5>Hello World Program </h5>
<h5>Hello World Program in Java</h5>
<!-- <h2 id="source-code">Java &quot;Hello, World!&quot; Program</h2> -->

<!-- <pre style="max-height: 600px;">
<code class="java hljs"><span class="hljs-comment">// Your First Program</span>
<code class="java hljs"><span class="hljs-comment">// Our First Program</span>

<span class="hljs-class"><span class="hljs-keyword">class </span><span class="hljs-title">HelloWorld</span></span> "{
"
Expand Down Expand Up @@ -201,7 +201,7 @@ <h4>Made with <i style="color:red " class="fa fa-heart "></i> By - Team CodeMist
<h7>Connect With Us</h7><br><br>
<a href="https://www.facebook.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-facebook "
style="color:#3b5998; "></i></a>
<a href="https://www.instagram.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-instagram "
<a href="https://www.instagram.com/codemistic.in " target="_blank "><i class="icons fa-2x fab fa-instagram "
style="color:#e95950; "></i></a>
<a href="https://www.twitter.com/codemistic " target="_blank "><i class="icons fa-2x fab fa-twitter "
style="color:#8accf5; "></i></a>
Expand All @@ -217,17 +217,11 @@ <h4>Made with <i style="color:red " class="fa fa-heart "></i> By - Team CodeMist









<!-- CSS Scripts -->
<script src="https://code.jquery.com/jquery-3.5.1.slim.min.js " integrity="sha384-DfXdz2htPH0lsSSs5nCTpuj/zy4C+OGpamoFVy38MVBnE+IbbVYUew+OrCXaRkfj " crossorigin="anonymous "></script>
<script src="https://cdn.jsdelivr.net/npm/popper.js@1.16.0/dist/umd/popper.min.js " integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo " crossorigin="anonymous "></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.5.0/js/bootstrap.min.js " integrity="sha384-OgVRvuATP1z7JjHLkuOU7Xw704+h835Lr+6QL9UvYjZE3Ipu6Tp75j7Bh/kR0JKI " crossorigin="anonymous "></script>

</body>

</html>
</html>