1.1 Introduction To Java
1.1 Introduction To Java
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 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.
Java Example
1. class Simple{
2. public static void main(String args[]){
3. System.out.println("Hello Java");
4. }
5. }
Test it Now
Application
According to Sun, 3 billion devices run Java. There are many devices where
Java is currently used. Some of them are as follows:
There are mainly 4 types of applications that can be created using Java
programming:
1) Standalone Application
2) Web Application
An application that runs on the server side and creates a dynamic page is called
a web application. Currently, Servlet, JSP, Struts, Spring, Hibernate, JSF, etc.
technologies are used for creating web applications in Java.
3) Enterprise Application
4) Mobile Application
4) JavaFX
To learn Java, you must have the basic knowledge of C/C++ programming
language.
Audience
Problem
We assure that you will not find any problem in this Java tutorial. However, if
there is any mistake, please post the problem in the contact form.
Do You Know?
o What is the difference between JRE and JVM?
o What is the purpose of JIT compiler?
o Can we save the java source file without any name?
o Why java uses the concept of Unicode system?