Java Week Summary Report

The second week of the study, began formal learning in the practice of Java.

 

What to do this week?

Learn some of the basics of Java, such as Java variables, data types and operators and so on. Java variables of different data types is preferable to use different naming conventions, sensible naming will help improve the readability, is a good habit to write the code, we need to slowly develop. Data types with C / C ++ is similar to learning handy. The same operator. Then use the environment variable settings and compiler textbooks follow the tutorial step by step to complete the setting of the environment variable energy, can successfully run a Java program in the system command line mode. Use of the eclipse compiler also become familiar with them, the most basic HelloWorld program output. Textbook knowledge every day forty minutes, knocking the code forty minutes.

 

Next week we are going to do?

Next week this quasi array of knowledge on the systematic study of the next chapter.

 

Problems encountered this week?

The use of environment variables and compiler spend a lot of time, initial contact with many unfamiliar places. A lot of use, practice makes perfect.

 

Guess you like

Origin www.cnblogs.com/dongao/p/11183158.html