Home  >  Article  >  Java  >  What software is Java?

What software is Java?

little bottle
little bottleOriginal
2019-05-15 12:00:1018491browse

Java is not software, but an object-oriented programming language. Java has the characteristics of simplicity, object-oriented, distributed, robustness, security, platform independence, portability, multi-threading and dynamics.

What software is Java?

Friends who have never been exposed to computers may not know it very well. In fact, JAVA is not a software. It is a programming language used to develop software. There are many things it can do. Now please listen to the editor to introduce to you what Java is.

(Recommended tutorial: java course)

Java is an object-oriented programming language. It not only absorbs the various advantages of the C language, but also abandons the difficulties in C. Understand concepts such as multiple inheritance and pointers, so the Java language has two characteristics: powerful and simple to use. 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.

Can be written using the following programming tools:

Eclipse: an open source, Java-based extensible development platform.

NetBeans: Open source Java integrated development environment, suitable for various client and Web applications.

EditPlus: If the Java compiler "Javac" and the interpreter "Java" are correctly configured, you can directly use EditPlus to compile and execute Java programs.

IntelliJ IDEA: It has very good functions in automatic code prompts, code analysis, etc.

MyEclipse: A commercial software developed by Genuitec, it is a widely used integrated development environment for Java applications.

Related recommendations: java introductory tutorial

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

Statement:
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