Skip to main content

Posts

Showing posts with the label Applications of Java

Java Programming Example | Applications of Java | Types of Java Applications

What is Java? Java is a programming language and a platform. Java is a high level, robust, object-oriented and secure programming language. Platform in java : Any hardware or software environment in which a program runs is known as a platform. Since java has a runtime environment (JRE) and API, it is called a platform. Java Example Take a look at Java Programming Example. class Example{      public static void main(String args[]){       System.out.println("Hello Example Java");      } } Applications of Java  According to Sun, 3 billion devices run Java. There are many tools where Java is currently used. Some of them are as follows: Desktop applications such as acrobat reader, media player, antivirus, etc. Web Application like irctc.co.in etc. Enterprise applications such as banking applications. mobile Embedded System. smart card Robotics Games, etc. Types of Java Applications There are mainly 4 types of applications that can be created...