Java学习笔记

  • 参考书目

Head First Java

head first java


java 的integer与boolean两种类型并不相容,只能用下面的boolean变量来测试

boolean isHot = true;
while (isHot){ }