Home> Java> javaTutorial> body text

What type of language is java?

little bottle
Release: 2020-09-15 10:55:03
Original
12815 people have browsed it

Java is an object-oriented programming language. It inherits the core of the C language object-oriented technology. Java abandons the error-prone pointers (replaced by references), operator overloading, and multiple inheritance (replaced by interfaces) in the C language. Among other features, a garbage collector function is added to reclaim the memory space occupied by objects that are no longer referenced, so that programmers no longer have to worry about memory management.

What type of language is java?

As a representative of static object-oriented programming languages, Java language perfectly implements object-oriented theory and allows programmers to perform complex programming with an elegant way of thinking.

Java has the characteristics of simplicity, object-oriented, distributed, robustness, security, platform independence and portability, multi-threading, and dynamics. Java can write desktop applications, Web applications, distributed systems and embedded system applications, etc.

Java can be divided into the following three categories, including: Standard Edition (J2SE), Enterprise Edition (J2EE) and Micro Edition (J2ME).

The above is the detailed content of What type of language is java?. For more information, please follow other related articles on the PHP Chinese website!

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Latest Articles by Author
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!