How to learn Java

xiaoxiao2021-03-06  62

First, learn what JAVA learning? ---------------------- Getting Started -------------------------- -------- A) Java grammatical foundation: such as basic data type, process control, array, and so on. B) Object-oriented concept: class, object, interface, inheritance, package C) Development Tool: JBuilder, Eclipse, etc. D) a certain amount of common class library: such as String, Collection Frame, Date Operation, and more. E) Professional class: If you want to know the JSP / servlet, do the database to know the JDBC, etc. F) The use of the API document: Skilled to check the classes you have not used, immediately go up. ---------------- Design in the master stage ------------------------ a) Java Mode B) J2EE architecture

2, how to learn Java? a) Solid basic work - deep understanding of the basic syntax B) Hand-oriented concept C) Code in accordance with Java coding specification D) Skilled use of development tools to develop some application E) Familiar with common design patterns and can be used in programming f) There is an architecture thought, and use it to guide your development g) to write the code knows how much it is, the efficiency is high.

3, how to learn Java?

a) read more books, ask questions, don't understand.

b) read the code, write more code

c) Familiar with the various functions provided by the development tool.

Do more actual projects, such as some of your actual needs.

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

New Post(0)