1.今天复习第8章
综合实例
1 import java.util.Scanner; 2 public class Demol{ 3 public static void main(String[] args){ 4 Scanner in = new Scanner (System.in); 5 while(true){ 6 System.out.print("1堆澄出 2栈溢出:"); 7 String str =in.nextLine(); 8 if(str.equals("1")){ 9 char[]chs = new char[0x7ffffff]; 10 }else if(str.equals ("2")) { 11 f(); 12 } 13 } 14 } 15 public static void f() { 16 f(); 17 } 18 }
2.遇到的问题:一些函数和关键字不是很扎实;
3.明天开始学习第12章;