Saturday, 30 November 2019
java | java download
Java-java is an object –oriented platform independent
computer programming language.
“Write once read anywhere.”
Java
is a platform independent programming
language. It mean that java
program is written once and the program is executed irrespective of
operating system.
Feature of Java- The primary objective of java programming language
creation was o make it portable, simple and secure programming language. Apart
from this, there are also some excellent
feature which play an important feature role in the popularity of this
language. The feature of java are also known as java buzzwords.
A
list of most important feature of java language is given below.
1. Simple
2. Object-Oriented
3. Portable
4. Platform independent
5. Secured
6. Robust
7. Architecture neutral
8. Interpreted
9. High Performance
10.
Multithread
11.
Distributed
12.
Dynamic
Application-According to Sun,3 billion devices run java. There
are many devices where Java is currently used.Some of them are as follows:
1.
Desktop
Application such as acrobat reader, media player, antivirus etc.
2.
Web Application
such as irctc.co.in,kss.com etc.
3.
Enterprise
Application such as banking applications.
4.
Mobile
5.
Embedded System
6.
Smart card
7.
Robust
8.
Games, etc.
Types of Java
Application-There are mainly 4 types of application that can be
created using Java programming.
Standalone application are also known as desktop
application or window-based applications. These are traditional software that
we need to install on every machine. Example of standalone application are Media player, antivirus, etc.AWT and
Swing are used in Java for creating standalone application.
2)Web Application
An application that runs on the server
side and creates a dynamic is called a web application. Currently, Servlet,
JSP, Struts, Springm Hibernate, JSF, etc. technologies are used for creation
web application in web.
An
application that is distributed in nature, such as banking application, etc. is
called enterprise application. It has advantages of the high-level security,
load balancing, and clustering. In Java, EJB is used for creating enterprise
application.
An
application which is create for mobile devices is called a mobile application.
Currently, Android and Java ME are used for creating mobile applications.
Java
platforms/Editions
There
are 4 platforms or editions of java:
It
is a Java programming platform. It include Java
programming APIs such as java.lang, java.io, java.net, java.util,
java.sql, java math etc. It include core topics like OPPs, String, Regex,
Exception, Inner classes, Multithreading, I/O Stream, Networking, AWT, Swing,
Reflection, Collection, etc.
It
is an enterprise platform which is mainly used to develop web and enterprise
applications. It is built on the top of
the Java SE platform. It includes topics like Servlet, JSP, Web Services, EJB,
JPA, etc.
It
is a micro platform which is mainly used to develop mobile applications.
It
is used to develop rich internet applications.It used a light-weight user
interface API.
Recommended Articles
- C++
Overloading New And Delete Operator In C++ | Overloading New And Delete Operator In C++ Example | Overloading New And Delete Operator In C++ In HindiSept 14, 2020
Overloading New And Delete Operator In C++The new and delete operators can also be overloaded like other operators in C++. New and Delete operat...
- C++
Operator Overloading Comma In C++ | Example Of Operator Overloading Comma In C++| Operator Overloading Comma In C++ In HindiAug 30, 2020
Operator Overloading Comma In C++In C++, the operator access to a member of an object -> can be overloaded. If the operator -&...
- C++
Overloading Operator Using A Friend Function In C++|Overloading Operator Using A Friend Function In C++ In HindiAug 30, 2020
Overloading Operator Using A Friend Function In C++The operator overloading function must precede with friend keyword, and declare a function cl...
- C++
Assignment Operators Overloading in C++|Assignment Operators Overloading in C++ Example|Assignment Operators Overloading in C++ In HindiAug 30, 2020
Assignment Operators Overloading in C++Assignment Operator is Used to assign value to an variable. Assignment operator is denoted by equal to si...
Labels:
COMPUTER,
JAVA,
PROGRAMMING LANGUAGE
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment