JAVA題庫:5道JAVA題

          module 1 – getting started
          q1.what will happen when you compile and run the following code?
          (4)
          public class myclass{
          static int i;
          public static void main(string argv[]){
          system.out.println(i);
          }
          }
          1) error variable i may not have been initialized
          2) null
          3) 1
          4) 0
          q2.which of the following will compile without error (2)(3)
          1)
          import java.awt.*;
          package mypackage;
          class myclass {}
          2)
          package mypackage;
          import java.awt.*;
          class myclass{}
          3)
          /*this is a comment */

          package mypackage;
          import java.awt.*;
          class myclass{}

          q3.what will happen if you try to compile and run the following code (1)
          public class myclass {
          public static void main(string arguments[]) {
          amethod(arguments);
          }
          public void amethod(string[] arguments) {
          system.out.println(arguments);
          system.out.println(arguments[1]);
          }
          }
          1) error can't make static reference to void amethod.
          2) error method main not correct
          3) error array must include parameter
          4) amethod must be declared with string
          q4.given the following code(2)
          public class sytch{
          int x=2000;
          public static void main(string argv[]){
          system.out.println("ms "+argv[1]+"please pay $"+x);
          }
          what will happen if you attempt to compile and run this code with the command line
          java sytch jones diggle
          1) compilation and output of ms diggle please pay $2000
          2) compile time error
          3) compilation and output of ms jones please pay $2000
          4) compilation but runtime error
          q5.you have a public class called myclass with the main method defined as follows(4)
          public static void main(string parm[]){
          system.out.println(parm[0]);
          }
          if you attempt to compile the class and run the program as follows
          java myclass hello
          what will happen?
          1) compile time error, main is not correctly defined
          2) run time error, main is not correctly defined
          3) compilation and output of java
          4) compilation and output of hello

          posted on 2006-12-27 00:24 youngturk 閱讀(444) 評論(0)  編輯  收藏 所屬分類: 筆試題

          <2006年12月>
          262728293012
          3456789
          10111213141516
          17181920212223
          24252627282930
          31123456

          導航

          統計

          公告

          this year :
          1 jQuery
          2 freemarker
          3 框架結構
          4 口語英語

          常用鏈接

          留言簿(6)

          隨筆分類

          隨筆檔案

          文章分類

          文章檔案

          相冊

          EJB學習

          Flex學習

          learn English

          oracle

          spring MVC web service

          SQL

          Struts

          生活保健

          解析文件

          搜索

          最新評論

          閱讀排行榜

          評論排行榜

          主站蜘蛛池模板: 石景山区| 英山县| 高阳县| 遵化市| 墨竹工卡县| 呼伦贝尔市| 高邑县| 凌海市| 宜宾县| 武安市| 溧水县| 通化市| 高尔夫| 裕民县| 乌拉特中旗| 东阳市| 沁阳市| 蓬莱市| 南城县| 花垣县| 卢湾区| 太白县| 曲阜市| 治县。| 安国市| 保山市| 安远县| 彰化市| 秭归县| 霍州市| 紫金县| 琼中| 太仓市| 武鸣县| 商南县| 新民市| 虹口区| 德兴市| 沂水县| 遵义市| 禹州市|