Home  >  Article  >  Java  >  What do you need to learn for java development?

What do you need to learn for java development?

王林
王林Original
2020-04-28 10:02:565082browse

What do you need to learn for java development?

1. javase

This is the basis of java development. You must learn it no matter whether you are going in the direction of javaEE or Android development in the future.

2. HTML, css, and javascript

These three are the key technologies for web page production.

(Recommended video tutorial: java video)

3. Mysql or oracle

If you develop the back-end, you must learn the database, generally It is recommended to master the above two.

4. JDBC

In fact, you can also summarize this as the database part. This is the knowledge to connect to the database using java.

5. Tomcat, Servlet, Jsp, and AJAX technology in javaweb

6. Framework

It is generally recommended to learn spring, springmvc, and mybatis frameworks.

Recommended tutorial: java entry program

The above is the detailed content of What do you need to learn for java development?. 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