PDA

View Full Version : What is Java?



stuartspindlow
11-23-2015, 12:41 PM
Hello Friends,

Please tell me what is java.

onestop
11-24-2015, 11:48 AM
Java is a general purpose, high-level programming language developed by Sun Microsystems.

RH-Calvin
11-25-2015, 04:22 AM
Java is a set of computer software and specifications developed by Sun Microsystems, later acquired by Oracle Corporation, that provides a system for developing application software and deploying it in a cross-platform computing environment.

randiv
11-26-2015, 05:20 AM
Java is the object oriented programming language. It is the fast, secure, and reliable language.

moria
12-09-2015, 07:20 AM
Java is a programming language and computing platform first released by Sun Microsystems in 1995. There are lots of applications and websites that will not work unless you have Java installed, and more are created every day.

stuartspindlow7
12-24-2015, 06:45 AM
Java is a standard objective, high-level development language developed by Sun Microsystems. :o

ppmsau
01-02-2016, 11:07 AM
Java is a programming language expressly designed for use in the distributed environment of the Internet.

Chris Gifford
01-05-2016, 12:10 PM
Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D, just to name a few. It's also integral to the intranet applications and other e-business solutions that are the foundation of corporate computing.

jankosoft
01-08-2016, 06:41 AM
Java is high-level programming language developed by Sun Microsystems.

Akshay_M
04-11-2023, 08:39 AM
Java is a programming language that is object-oriented. By being object-oriented, it works so that given tasks are performed by a collection of objects following a method or logical syntax. Java is different from other programming languages because it was designed with its own compiler that converts the source code into an intermediate code also referenced as byte code. The environment Java is run on is irrelevant, so an advantage of Java is that the language should function the same when being worked on varying hardwares.

KDMImmigration
02-20-2024, 06:47 AM
Java is a programming language and a platform. Java is a high level, robust, object-oriented and secure programming language.

Java was developed by Sun Microsystems (which is now the subsidiary of Oracle) in the year 1995. James Gosling is known as the father of Java. Before Java, its name was Oak. Since Oak was already a registered company, so James Gosling and his team changed the name from Oak to Java.

Platform: 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.

example :class Simple{
public static void main(String args[]){
System.out.println("Welcome Java Program");
}
}

Agent39
02-29-2024, 02:29 PM
Java is a multi-platform, object-oriented, and network-centric language that can be used as a platform in itself. It is a fast, secure, reliable programming language for coding everything from mobile apps and enterprise software to big data applications and server-side technologies.