Joke Collection Website - Blessing messages - College students want to switch to java. Should they go to a java training class or teach themselves?

College students want to switch to java. Should they go to a java training class or teach themselves?

College students want to change careers and learn to do Java, so it is suggested to combine self-study with training. College students have more spare time, so they can buy some related books to learn the basics first. When they need to practice to a certain extent, they can go to the corresponding training class to practice and consolidate their basic knowledge.

primer

The first java

Java Core Technology Volume 65438 +0- Basic Knowledge

Java Core Technologies Volume 2-Advanced Features

thinking injava

Learning steps

Learn the principles of JAVA

Learning object-oriented thinking

Learning API

(1) API (application programming interface) is some predefined functions, whose purpose is to provide applications and developers with the ability to access a set of routines based on a certain software or hardware without accessing the source code or knowing the details of the internal working mechanism.

(2) The necessary APIs include: IO, new IO, assembly framework, network, RMI, JAXP, etc.

Learn how to use development tools.

(1) Creating a Web Project with IntelliJ IDEA

(2) Create a Web project with Maven.

Finally, in the process of learning java, we should persevere, take corresponding notes while reading, and find relevant information on the Internet in time for those who don't understand, so as to learn from relevant videos in the early stage and master the basic knowledge systematically. However, java will eventually be applied to practice, so training courses are essential, and the practical skills learned in training courses will be of great help to such work in the future.