- 博客(5)
- 资源 (2)
- 收藏
- 关注
原创 The 5th Day Learning Java
Naming rule: Camel Case. Begins letter uppercase, continues camel case: Class name, Interface name, Enumeration Begins letter lowercase, continues camel case: method, instance, static variable, loc
2014-02-04 01:21:14
400
原创 The 4th day learning Java
learn basic packages: java.util, java.io, java.net, java.awt, javax.swing. java.lang; java.util: data collection framework(List-ArrayList, LinkedArrayList, Vector; Map-HashMap, HashTable, TreeMap, Li
2014-02-04 00:28:47
515
原创 The 3rd day learning Java
learning package & import: key points (some are different with C/C++ coding): 1. the main class name (if public) has to be consistent with the class file name: Thus needs to rename the maincl
2014-01-21 00:16:11
514
原创 The 2nd Day Learning JAVA: enable JAVA demo run in Chrome
download and installed JAVA 10.51 JDK and JRE for x64, but the JAVA plug-in version in Chrome still shown 10.45 version. Need to download and install JRE for x86 (32bit version) to solve this issue (i
2014-01-17 06:10:36
456
原创 The first day learning JAVA
Installed the JAVA SE Development Kit 7u45 from Oracle's website. Then wrote the first 'HelloWorld" class in JAVA: package ExamPractice; import java.lang.*; import java.io.*; class HelloWorld{ p
2014-01-14 04:33:56
682
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅