0% found this document useful (0 votes)
25 views1 page

Vale Java CVL

Java is a general-purpose, concurrent, class-based and object-oriented programming language that is designed to run on any device with a Java Virtual Machine. It allows developers to write code once that can run anywhere and became very popular for developing client-server web applications. Java was originally developed by Sun Microsystems and later acquired by Oracle, who continues to develop new versions of the language with improvements like modularity and performance. Java is widely used today to create a variety of applications and is a versatile language for both beginners and experienced programmers.

Uploaded by

Ivan Chamorro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
25 views1 page

Vale Java CVL

Java is a general-purpose, concurrent, class-based and object-oriented programming language that is designed to run on any device with a Java Virtual Machine. It allows developers to write code once that can run anywhere and became very popular for developing client-server web applications. Java was originally developed by Sun Microsystems and later acquired by Oracle, who continues to develop new versions of the language with improvements like modularity and performance. Java is widely used today to create a variety of applications and is a versatile language for both beginners and experienced programmers.

Uploaded by

Ivan Chamorro
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Java is a general-purpose programming language that is concurrent, class-based, object-oriented,

and designed to have as few implementation dependencies as possible. It is intended to let


application developers "write once, run anywhere" (WORA), meaning that compiled Java code can
run on any platform that has a Java Virtual Machine (JVM). Java is currently one of the most
popular programming languages in use, particularly for client-server web applications, with a
reported 9 million developers worldwide.

The Java language was originally developed by Sun Microsystems in 1995 as a replacement for the
C++ programming language. Java was designed to be simple to learn, portable, and secure. It was
also designed to be platform-independent, meaning that Java code can run on any computer with
a JVM.

Java quickly became popular and was adopted by many large companies, including Google,
Amazon, and Microsoft. Java is now used to develop a wide variety of applications, including web
applications, mobile applications, and desktop applications.

In 2007, Sun Microsystems was acquired by Oracle Corporation. Oracle continued to develop Java
and released several new versions of the language. In 2017, Oracle released Java 9, which
introduced a number of new features, including modularity and improved performance.

Java is a powerful and versatile programming language that is used by developers all over the
world. It is a good choice for beginners and experienced programmers alike. If you are interested in
learning Java, there are many resources available online and offline.

You might also like