单项选择题下列关于Java Application与Applet的说法中,正确的是( )。
单项选择题阅读下面代码 public class Test public static void main(String avgs[]) System.out.println(89>>1); 其运行结果是