Download as doc, pdf, or txt
Download as doc, pdf, or txt
You are on page 1of 1

Java

Introduction to java

Java was invented by James gosling. Initially named as oak bus was rename java later
time. Java is a plate form independent language. Java can use to developer application
soft ware or applet software. Applet system design to be distributed to internet.

Java is an interpreted language. An interpreted is a program that creates a virtual


machine.

Most modern language is designed compile language. Java is an object oriented


programming language.

The main features of the object oriented programming are encapsulation inheritance and
polymorphism.

Simple java program

Class firstProg
Public static void main string args
System. out. println(my first program)

You might also like