
Notes on Learning Java
afyzgh
iOS开发,Since 2009
展开
-
I am starting to learn Java again.
I started to learn Java from 2007 summer. I am now still a college student. I was always teaching myself. I felt very hard for selfstudy. I could not get very structural kown knowledge system, and I c原创 2009-02-28 20:40:00 · 761 阅读 · 2 评论 -
Five 'W'
When we get to a new thing, we usually ask five quesions. There are "What...", "Why...", "Where...", "When...", and "How to ...". We always call these questions 5W. I am now going to find the answ原创 2009-02-28 22:15:00 · 502 阅读 · 0 评论 -
First 'W', WHY
Why did I choose Java? Why is Java? Why is always Java? I Love Java Java is open source. I like freedom. We can use Java and get supports freely without minding copywrite. I have learnt VB/C/原创 2009-02-28 22:20:00 · 485 阅读 · 0 评论 -
Second 'W', WHAT
What is Java? When I first meet Java, I really did not know what java is. I just heard that Java is nice, so I got started. This time, I deciede to find the truth of Java. I got read the book of B转载 2009-02-28 23:23:00 · 599 阅读 · 0 评论 -
Last three 'W'
When and Where should we use java?According to Java editions, Java can be used to write desktop applications, applets, handheld embedded devices solution and web server-side processing.How to use原创 2009-03-05 22:26:00 · 569 阅读 · 0 评论 -
Chapter 1 Identifiers, Keywords, and Types
1.1. CommentsThree permissible styles of comment in a Java technology program are:// comment on one line/* comment on oneor more lines *//** documenting comment */ use the javadoc tool to原创 2009-03-12 22:04:00 · 585 阅读 · 0 评论