Zero-based Quick Start Java tips to learn some of the recommended entry-programmers (must see) Java and object-oriented overview of the three characteristics (encapsulation, inheritance and polymorphism)

To correct their own learning goals and attitudes of the beginning of learning Java, Java foundation focused on clear learning what to do.

First of all the first point, Java-based learning , the foundation is very important, basic good foundation in prison, in order to climb higher !

We strive to from the following four directions:

  1. Code capability : Be sure to knock the code, no matter how simple code, be sure to knock yourself again.
  2. Object-oriented analysis capabilities : Java is an object-oriented language, object-oriented understanding of the more profound, Java basic grasp of the better, is the core capabilities.
  3. Memory and the underlying source code analysis habits : At the beginning of learning but also to understand how the underlying Java is running, look at the source code to develop the habit of progress soon.
  4. Debugging and troubleshooting capabilities : in particular, the work is particularly important.

If the above four points are raised, then learning Java is more solid, and the above four directions are mutually reinforcing, and can learn quickly is very good.

JAVASE (Java standard Edition) is a Java standard edition, learn basic schooling it.

Java has the following basis:

 

Some people learn from Step 4 advanced object-oriented, beginning Fan Yun, learning does not go, in fact, this time should learn later, the moment do not understand it does not matter, you have the following concepts are also possible. Remember me on an essay, " Some advice for beginning programmers to learn of (must see) " do? If you learn real science here not go on, take a look at these suggestions! Link https://www.cnblogs.com/bingyimeiling/p/11560106.html

After completing the basis of the above, but also to learn the basics of Java 2 down, the following key elements:

After completion of the above, continue to learn down:

以上就是Java基础阶段学习的内容,学习过程中,重在培养习惯,培养兴趣。基础+习惯+兴趣,有了这三点,在以后Java的学习中,才能走的更稳更顺!

最后要说的:在Java语言中,一切皆是对象!

Java对象的理解请看《Java面向对象概述及三大特征(封装,继承和多态)》,链接:https://www.cnblogs.com/bingyimeiling/p/10232605.html

 

欢迎关注微信公众号【Java典籍】,收看更多Java技术干货!关注即送java全套资料一份

   ▼微信扫一扫下图↓↓↓二维码关注

 

 

Guess you like

Origin www.cnblogs.com/bingyimeiling/p/11575024.html