酸辣椒炒青椒 2015-09-29 13:38 采纳率: 0%
浏览 2957
已采纳

求教,关于scanner的close方法弹 NoSuchElementException

先谢谢各位大神,代码如下:
import java.util.Scanner;
import java.util.Calendar;
public class Test {
static int i,j;
public static void main(String[] args) {
// TODO Auto-generated method stub
System.out.println("欢迎光临!");
long begin=Calendar.getInstance().getTimeInMillis();
//预定房间
Hostel h=new Hostel();

//调用房间显示方法
h.show();
//选择房间
while(true){
try{
select1();
select2();
//调用房间预订方法
if(h.book(i,j)) break;
}catch (OutIndexOfException e){
e.printStackTrace();
}

}

//退订房间
while(true){
try{
select1();
select2();
if(h.unsubscribe(i,j)) break;
}catch (OutIndexOfException e){
e.printStackTrace();
}
}
System.gc();
long end=Calendar.getInstance().getTimeInMillis();
System.out.println(end-begin);
}
public static int select1() throws OutIndexOfException{
Scanner s1=new Scanner(System.in);
i=s1.nextInt()-1;
// s1.close();
if(i4){
throw new OutIndexOfException("第"+(i+1)+"层没有房间");
}
return i;

}
public static int select2() throws OutIndexOfException{
Scanner s2=new Scanner(System.in);
j=(s2.nextInt())-1;
//s2.close();
if(j9){
throw new OutIndexOfException("第"+(j+1)+"间房不对外预定");
}
return j;
}

}

代码中注释掉的s1,s2方法,如果不注释掉就会爆异常Exception in thread "main" java.util.NoSuchElementException,如果注释掉可以运行,但是扫描器没关闭,感觉不安全!!! 还有个问题是显示问题两个select方法中的i4和j9是i4,j9;图片说明图片说明

  • 写回答

2条回答 默认 最新

  • snailplus 2015-09-29 14:09
    关注

    你确定跟close有关?只看到你 i4 和 j9 没定义。

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?

悬赏问题

  • ¥15 根据以下文字信息,做EA模型图
  • ¥15 删除虚拟显示器驱动 删除所有 Xorg 配置文件 删除显示器缓存文件 重启系统 可是依旧无法退出虚拟显示器
  • ¥15 vscode程序一直报同样的错,如何解决?
  • ¥15 关于使用unity中遇到的问题
  • ¥15 开放世界如何写线性关卡的用例(类似原神)
  • ¥15 关于并联谐振电磁感应加热
  • ¥60 请查询全国几个煤炭大省近十年的煤炭铁路及公路的货物周转量
  • ¥15 请帮我看看我这道c语言题到底漏了哪种情况吧!
  • ¥60 关机时蓝屏并显示KMODE_EXCEPTION_NOT_HANDLED,怎么修?
  • ¥66 如何制作支付宝扫码跳转到发红包界面