Is it painful to learn Java programming at home? Come take a look at these few suggestions of mine!

Let me introduce what the Java language does in practice:

The Java language has been used in web servers for a long time. Let's take a website now, the page we can see is the client side, and the logic processing and data storage are on the server side. In other words, Java is not a page, but logic and data storage.

It is easy for everyone to understand. For example, logic processing is equivalent to logging in first when buying in a certain treasure. This logic and data storage are equivalent to user information. I say this to let everyone better understand Java and learn. Java.

If you start to touch programming at home these few days, and you feel your scalp numb, then remember to pay attention to the following things:

01 Don't touch the big tome like "Java Programming Thoughts".

02Don't make the study plan very ambitious.

In tight time, there must be a long-term plan, not to mention the tone that he will learn one day, you will find that when you learn this thing, it is like a frosted eggplant.

03Don't learn what the framework is good.

It is conducive to learning Java knowledge, and don't think about struts2, spring, mybatis, these frameworks that are very tall in your opinion, as long as you have a solid foundation, learning these is a drizzle.

Don't learn the database at the beginning.

You can start with mysql. It will be easy to understand oracle when you are almost done. Don't use inux system directly at the beginning, just use windows. Anyway, what is simple to use.

High-end technology is burdensome and toxic for beginners.

05 can't eat a fat man in one bite.

Don't just deal with the problem thoroughly, because there are some things in Java that you can't completely understand now. This is like talking to a child with an adult, and you don't understand it for a long time. So you say that you will understand when you grow up. This is actually a truth.

06 more code.

Don’t just look at it, don’t throw away the learned knowledge for too long before typing it. You will also remember: smart people can type code on the basis of thorough understanding, but for ordinary us, do the best Basic understanding. Start typing code. Many times, you won’t understand if you want to break your head, but you will understand immediately after just one tap.

07 Form a study group.

Several people with common interests form a Java learning group, or add some learning exchange groups, all of which are struggling on the Java road.

No matter what you study, as long as you work hard and persevere, everything else is not a problem. The key is whether you are working hard in the process of learning and whether you are earnestly finding the right way to learn.



Everyone must have different learning methods and habits. Whether you are just entering this industry or not long after you start, you must prepare for the later stage and give yourself a good mood, because in the next days of learning Java, you will suffer Happy. Need to receive the source code file plus [vx: lezijie006] remark code [Station B—123] If you don’t add remarks, you will be rejected~

Guess you like

Origin blog.51cto.com/15047271/2562411