1. javaee(Web) and Android 2. how to use eclipse and break point debuging in eclipse, as to java web, use myeclipse: shortcut keys: ,do not use Chinese or space in workspace path, configure JRE default, as jdk already has jre, we just configure with…
java中.java源文件放在src文件夹下,.class文件放在bin文件夹下. java代码区域,以及控制台区域字体大小更改.Java->Java Editor Text Font Debug->Console font 字符参与运算:其实是拿字符在计算机中存储的数据值来参与运算的. 扩展的赋值运算符,隐含了强制类型转换. switch里面的表达式可以是byte,short,char,int:JDK5以后可以是枚举;JDK7以后可以是String. eclipse是IB…