Suggestions for beginners learn Java language [teaching]

zhaozj2021-02-11  247

The task of beginners is to master the language rules of Java and develop good programming habits. Second to talk about the proficiency of the class library, then it is the master of OO ideas, and then the problem is the problem of Design Pattern. Here I just want to introduce several materials that are very useful to successfully completing the first stage. The following is performed in a step-by-step order: THE Java Tutorial and its examples:

ftp://ftp.javasoft.com/docs/tutorial.zip

ftp://ftp.javasoft.com/docs/tut-examples.zip

After the above information is completed, please refer to the following information: 2.java2 certification tutorial:

http://automation.seu.edu.cn/auto/content/tutorial.zip

3.Complete Java 2 Certification Study Guide:

http://www.3344520.net/book/3344520...va013.zip&ID=65

The above two materials are prepared for SCJP. They are very paying attention to the learning and investigation of language norms. You can see 2, because 2 is relatively concise, and 3 explains more detailed. While reading the above information, you can't write some programs, this is to use the API manual, you use the JDK version to go to java.sun.com to download the version of DOC to use it, full name: Java 2 SDK, Standard | Enterprise | Micro Edition, V1.4.0 (there are other) Beta 3 documentation. The above information is English materials, but there is no complex syntax in technical information, and if you want to be an excellent Java Programmers must also have to read English information. Total others translate new materials into Chinese to you. Your pace will always be slower than others. Therefore, I hope that friends in the beginner stage can take this opportunity to exercise this ability to read English. If you have learned C , please compare the difference in the two languages ​​in the learning process, it will receive a better effect. Of course, you can also put C and Java to learn together. Some people say that learning will be confused, but everything is not possible, and some people can master better than this comparison method. As a mood, I told you that 8 claw types have ... (Sorry, I am looking at Lu Ding Ji, string) ... Finally hope that beginners will learn smoothly.

转载请注明原文地址:https://www.9cbs.com/read-4309.html

New Post(0)