Embed presentation
Download to read offline






![Hello Internet
// hello.java: Hello Internet program
class HelloInternet
{
public static void main(String args[])
{
System.out.println(“Hello Internet”);
}
}](https://image.slidesharecdn.com/javappt-190728131743/85/BASICS-OF-JAVA-7-320.jpg)

This document provides an introduction to the Java programming language. It discusses what Java is, its purpose, and how it is used. It then covers basic Java syntax and walks through building a simple "Hello World" program as an example. The program is compiled using javac and then executed using java to output the text "Hello Internet".






![Hello Internet
// hello.java: Hello Internet program
class HelloInternet
{
public static void main(String args[])
{
System.out.println(“Hello Internet”);
}
}](https://image.slidesharecdn.com/javappt-190728131743/85/BASICS-OF-JAVA-7-320.jpg)
