What Is Java Programming Used For?

Java is a powerful, portable object oriented (OO) programming language. It's used on Web pages, in cell phones and on mainframes all around the world. A program written in Java on a PC can easily find its way into many different computing platforms. This makes Java a popular language for application development.

  1. History

    • Java was invented in 1991 by a team of software engineers at Sun Microsystems led by James Gosling. His team saw the future of computing as an interaction between consumer devices and computers.

    Applets

    • Java programming is commonly used for Web-based applets. These are small applications such as pop up calendars.

    POS

    • Java programming is also used for point-of-sale (POS) applications. A separate library called JavaPOS was created to support electronic cash registers and their peripherals.

    Games

    • Java's graphic library makes it a great choice for simple games. These games are run on everything from Web pages to your cell phone.

    Multi-Threading

    • Java programs can do several actions at the same time, called multi-threading. A well-written Java program can process data in one thread while waiting for user input in another thread.

    Fun Fact

    • When Java is done using variables, it removes all references to them in memory with a process call Garbage Collection.

Related Searches:

Resources

Comments

You May Also Like

  • How Do Web Pages Use Java?

    Web pages use Java in a number of different ways. As an Internet user, you may not realize that Java is powering...

  • How to Use Java Web Start

    Java Web Start is an application "helper" deployed by Sun Microsystems with the Java Runtime environment. It is designed to help application...

  • How to Install Java Programming Free

    Java is the most pervasive programming environment on the planet. So how do you get started writing code that could run on...

  • What Is Java Used for on a Computer?

    Many web and desktop applications use Java, although as a user you may not always realize it is running. When you use...

  • How to Use the New Line in Applet Window Program in Java

    The "new line" character differs with each operating system. Since Java can be run on a Linux, Unix, Mac or Microsoft operating...

  • How to Compile a Java Program

    There are two parts to the Java platform, the Java application programming interface, or API, and the Java virtual machine, or JVM....

  • How to Use a Heapsort in Java

    The heapsort algorithm is one of the fastest sorting algorithms available. Programmers use heapsort in Java because it's a good choice for...

  • How To Write Java Programs

    Java is an object-oriented programming language originally developed and released by Sun Microsystems in the mid-1990s. Java was developed from the start...

  • What Is C Programming?

    C programming language is a powerful programming language that has been extended and modified over the years, and it requires an individual...

  • Programming 3D Games in Java

    Java is a cross platform programming language that allows users to build software that will work equally well on a Windows system...

Related Ads

Featured