0% found this document useful (0 votes)
32 views

Jilani Notes

This Java tutorial provides an overview of the Java programming language including that it is object-oriented, robust, and secure, and was developed by Sun Microsystems in 1995. It also gives a brief example Java program that prints "Hello Java" to demonstrate the basic structure of a Java file with a main method that uses System.out.println to display output.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
32 views

Jilani Notes

This Java tutorial provides an overview of the Java programming language including that it is object-oriented, robust, and secure, and was developed by Sun Microsystems in 1995. It also gives a brief example Java program that prints "Hello Java" to demonstrate the basic structure of a Java file with a main method that uses System.out.println to display output.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

Java Tutorial

Our core Java programming tutorial is designed for students and working professionals. Java is an  object-
oriented, class-based, concurrent, secured and general-purpose computer-programming language. It is a
widely used robust technology.

What is Java?
Java is a programming language and a platform. Java is a high level, robust, object-oriented and secure
programming language.

Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in the year 1995. James
Gosling is known as the father of Java. Before Java, its name was Oak. Since Oak was already a registered
company, so James Gosling and his team changed the name from Oak to Java.

Platform: Any hardware or software environment in which a program runs, is known as a platform. Since
Java has a runtime environment (JRE) and API, it is called a platform.

Java Example
Let's have a quick look at Java programming example. A detailed description of Hello Java example is
available in next page.

Simple.java

1. class Simple{  
2.     public static void main(String args[]){  
3.      System.out.println("Hello Java");  
4.     }  
5. }  

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy