You are on page 1of 5

Experiment-1

Aim:Case Study(JAVA)
Java:
1- It is a high level programming language.
2- Developed by Sun Microsystem in 1995.
3- Runs on a variety of platforms like
Windows,Mac,Linux,etc.
4- Invented by James Gosling in 1995 by the name of
Oak,core component of sun microsystem.
5- First release: Java 1.0(J2SE).
6- Latest release: Java SE.8
7- With the advancement of javaand its widespread
popularity, multiple configurations were built for
various platforms.
8- J2 version has been renamed as:
Java SE (Standard Edition)
Java ME(Mobile Edition)
Java EE(Enterprise Edition)
9-Java guarantees WORA(Write Once,Run Anywhere).
10-Features:
 Object Oriented- Everything is in object,can be
easily extended since it is based on object model.
 Platform independent- Unlike many other
programming languages including C, C++; Java is
not compiled on specific platform rather into
platform
 platform independent platform independent
byte code.
Byte code is distributed over the web and
interpretted by JVM(Java Virtual Machine).
 Simple- Java is simple programming language
(OOP) concept.
 Dynamic- Java is considered to be more
dynamic than C or C++ and is designed to
adapt according to environment.
 Java program can carry extensive amount of
run time information that can be used to
verify and resolve access to objects on run
time.
Experiment-2
Aim:Installation of JDK
1. Download JAVA and run .exe to install JAVA on your
machine.
2. C:\Program Files\Java\jdk directory.
3. Right click on ‘My Computer’ and select properties.
4. Environment Variable → Advanced Tab
5. After path → C:\Windows\System32 → C:\Program
Files\java\jdk\bin

You might also like