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

Java Aryan

The document discusses Java programming language, including an introduction to Java, its uses, programming concepts, advantages like being platform independent and easy to learn, disadvantages like slower performance compared to C/C++, and a medicine related software project the authors worked on using Java. It provides an overview of Java, how it works, why it is widely used, and a sample project the students developed.

Uploaded by

Bhaskar Rawat
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
78 views

Java Aryan

The document discusses Java programming language, including an introduction to Java, its uses, programming concepts, advantages like being platform independent and easy to learn, disadvantages like slower performance compared to C/C++, and a medicine related software project the authors worked on using Java. It provides an overview of Java, how it works, why it is widely used, and a sample project the students developed.

Uploaded by

Bhaskar Rawat
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 10

Government Polytechnic

Kashipur

Minor Project Report


Project on Java

Submitted To - Submitted By-


Mr. Kuldeep Saini Aryan Saxena, Bhaskar Singh Rawat, Sunil
Index
What's Java ? Introduction to Java- Page 3
Use of Java Page 4
Programming Page 5
Java & Javascript, Applets Page 6
Advantages of Java Page 7
Disadvantages of Java Page 8
Our Views Working on Java Page 9
Project We Worked On Page 10
What's Java? Introduction to Java-
-------------------------------------------------------------
Java is one of the most popular programming
languages used to create Web applications and
platforms. It was designed for flexibility, allowing
developers to write code that would run on any
machine, regardless of architecture or platform.
According to the Java home page, more than 1 billion
computers and 3 billion mobile phones worldwide run
Java.
Use of Java-
-------------------------------------------------------------
Java is used to build applications and platforms for a
number of devices, including computers, laptops,
gaming consoles, Blu-ray players, car navigation
systems, medical monitoring devices, parking meters,
lottery terminals and smartphones. It is also a key
language for networking, particularly for data centers
that store and transfer Web-based data.
Programming-
-------------------------------------------------------------
Based on a C and C++-based syntax, Java is object-
oriented and class-based. Developers adopt and use
Java because code can be run securely on nearly
any other platform, regardless of the operating
system or architecture of the device, as long as the
device has a Java Runtime Environment (JRE)
installed. The JRE varies depending on the specific
type of device, but essentially it runs a “virtual”
machine, or environment, that translates the code
into an application or program.
Java and Javascript-
-------------------------------------------------------------
Although their names are quite similar and they are
both used to create dynamic tools and games on a
Web page, Java and JavaScript are different
languages. Java is more robust and can be used as
the sole programming language for an application,
while JavaScript is a lightweight scripting language
that adds functionality -- like a Java applet -- onto a
Web page.

Applets -

Java is also used to create miniature, dynamic programs


that run alongside or are embedded within Web pages.
These programs are called applets and can be used to
display maps, weather, games or other interactive widgets
or tools on a Web page
Advantages of Java-
-------------------------------------------------------------
The advantages of Java are as follows:

 Javais easy to learn.


Java was designed to be easy to use and is therefore
easy to write, compile, debug, and learn than other
programming languages.

 Javais object-oriented.
This allows you to create modular programs and
reusable code.

 Java is platform-independent.
One of the most significant advantages of Java is its
ability to move easily from one computer system to
another. The ability to run the same program on
many different systems is crucial to World Wide Web
software, and Java succeeds at this by being
platform-independent at both the source and binary
levels.
Disadvantages of Java-
-------------------------------------------------------------
The advantages of Java are as follows:

 Java
Program takes much longer time to run
compared to C/C++

 Since
Java Programs runs on top of Java Virtual
Machine, it consumes more memory.

 Thereis no support for low level programming in


Java, since pointers are missing
Our Views on Java
-------------------------------------------------------------
Java has been a completely different experience for
us. It has taught us a lot of different things. Even after
having a lot of drawbacks, Java is still one of the
most widely used language. Without Java a lot of
applications would have never been developed.
Project We Worked On-
-------------------------------------------------------------
So far we have tried and managed to make a
Medicine Related Software. That includes from
Secure Login Page, Adding and Deleting Medicines
and Way more. The idea behind the software came
from a chemist shop.

You might also like