Java newcomer must read
1. What do you learn from Java?
a) Java grammar foundation: such as basic data type, process control, array, and so on.
b) Object-oriented concept: understanding the concepts of classes and objects, etc..
c) Development Tools: JBuilder, Eclipse, etc.
d) a certain amount of common class library: such as String, Collection Framework, 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.
2, how to learn Java?
a) solid basic skills - deep understanding of basic syntax
b) Have an object-oriented concept
c) Code in line with Java coding specification
d) Proficiency in developing a development tool development.
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.