执行赋值语句i = Integer.parseInt("120")+130; 后,i的值为__________。
查看答案
设有数组定义:int myScores[ ] = { 20, 60,70 , 80 , 70 , 90 , 60 , 70 , 80};则myScores.length的值为____________。
若有定义String s ="Programing";则s.charAt(5)的值是_________。
Java中专门提供用于表示目录与文件的类是___________。
设int x = 18 ; double y=10 ; 则表达式x / y的值是 ________。