• <sub id="h4knl"><ol id="h4knl"></ol></sub>
    <sup id="h4knl"></sup>
      <sub id="h4knl"></sub>

      <sub id="h4knl"><ol id="h4knl"><em id="h4knl"></em></ol></sub><s id="h4knl"></s>
      1. <strong id="h4knl"></strong>

      2. Java認(rèn)證考試試題

        時(shí)間:2024-07-23 12:02:32 JAVA認(rèn)證 我要投稿

        2017年Java認(rèn)證考試試題

          使用Java語言的先進(jìn)的面向?qū)ο筇攸c(diǎn),包括方法重載,方法覆蓋,抽象類,接口,final,static和訪問控制;實(shí)現(xiàn)文件的輸入輸出(I/O)。下面是小編整理的關(guān)于Java認(rèn)證考試試題,希望大家認(rèn)真閱讀!

        2017年Java認(rèn)證考試試題

          question 1)

          which of the following lines will compile without warning or error.

          1) float f=1.3;

          2) char c='a';

          3) byte b=257;

          4) boolean b=null;

          5) int i=10;

          answer to question 1

          question 2)

          what will happen if you try to compile and run the following code

          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

          answer to question 2

          question 3)

          which of the following will compile without error

          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{}

          answer to question 3

          question 4)

          a byte can be of what size

          1) -128 to 127

          2) (-2 power 8 )-1 to 2 power 8

          3) -255 to 256

          4)depends on the particular implementation of the java virtual machine

          answer to question 4

          question 5)

          what will be printed out if this code is run with the following command line?

          java myprog good morning

          public class myprog{

          public static void main(string argv[])

          {

          system.out.println(argv[2])

          }

          }

          1) myprog

          2) good

          3) morning

          4) exception raised: 'java.lang.arrayindexoutofboundsexception: 2'

          answer to question 5

          question 6)

          which of the following are keywords or reserved words in java?

          1) if

          2) then

          3) goto

          4) while

          which of the following statements are true?

          1) methods cannot be overriden to be more private

          2) static methods cannot be overloaded

          3) private methods cannot be overloaded

          4) an overloaded method cannot throw exceptions not checked in the base class

          answer to question 16

          question 17)

          what will happen if you attempt to compile and run the following code?

          class base {}

          class sub extends base {}

          class sub2 extends base {}

          public class cex{

          public static void main(string argv[]){

          base b=new base();

          sub s=(sub) b;

          }

          }

          1) compile and run without error

          2) compile time exception

          3) runtime exception

          answer to question 17

          question 18)

          which of the following statements are true?

          1) system.out.println( -1 >>> 2);will output a result larger than 10

          2) system.out.println( -1 >>> 2); will output a positive number

          3) system.out.println( 2 >> 1); will output the number 1

          4) system.out.println( 1 <<< 2); will output the number 4

          answer to question 18

          question 19)

          what will happend when you attempt to compile and run the following code?

          public class tux extends thread{

          static string sname = 'vandeleur';

          public static void main(string argv[]){

          tux t = new tux();

          t.piggy(sname);

          system.out.println(sname);

          }

          public void piggy(string sname){

          sname = sname + ' wiggy';

          start();

          }

          public void run(){

          for(int i=0;i < 4; i++){

          sname = sname + ' ' + i;

          }

          }

          }

          1) compile time error

          2) compilation and output of 'vandeleur wiggy'

          3) compilation and output of 'vandeleur wiggy 0 1 2 3'

          4) compilation and probably output of 'vandeleur' but possible output of 'vandeleur 0 1 2 3'

          answer to question 19

          question 20)

          what will be displayed when you attempt to compile and run the following code

          //code start

        《&.doc》
        将本文的Word文档下载到电脑,方便收藏和打印
        推荐度:
        点击下载文档

        【Java認(rèn)證考試試題】相關(guān)文章:

        java認(rèn)證考試試題及答案03-04

        2016年Java認(rèn)證考試題03-08

        NIIT認(rèn)證Java考試題庫03-27

        JAVA認(rèn)證考試細(xì)則03-19

        java認(rèn)證考試介紹03-19

        sun認(rèn)證:java程序設(shè)計(jì)考試試題03-04

        sun認(rèn)證java基礎(chǔ)模擬試題03-30

        Java認(rèn)證經(jīng)典面試題目03-31

        JAVA認(rèn)證考試費(fèi)用03-19

        在线咨询
        国产高潮无套免费视频_久久九九兔免费精品6_99精品热6080YY久久_国产91久久久久久无码
      3. <sub id="h4knl"><ol id="h4knl"></ol></sub>
        <sup id="h4knl"></sup>
          <sub id="h4knl"></sub>

          <sub id="h4knl"><ol id="h4knl"><em id="h4knl"></em></ol></sub><s id="h4knl"></s>
          1. <strong id="h4knl"></strong>

          2. 日本熟女刺激视频 | 思思热免费精品在线看看 | 亚洲国产午夜精品理论 | 亚洲日本va中文字幕区 | 亚洲国产日韩欧美综合另类bd | 视频一区二区三区久久 |

            2017年Java認(rèn)證考試試題

              使用Java語言的先進(jìn)的面向?qū)ο筇攸c(diǎn),包括方法重載,方法覆蓋,抽象類,接口,final,static和訪問控制;實(shí)現(xiàn)文件的輸入輸出(I/O)。下面是小編整理的關(guān)于Java認(rèn)證考試試題,希望大家認(rèn)真閱讀!

            2017年Java認(rèn)證考試試題

              question 1)

              which of the following lines will compile without warning or error.

              1) float f=1.3;

              2) char c='a';

              3) byte b=257;

              4) boolean b=null;

              5) int i=10;

              answer to question 1

              question 2)

              what will happen if you try to compile and run the following code

              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

              answer to question 2

              question 3)

              which of the following will compile without error

              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{}

              answer to question 3

              question 4)

              a byte can be of what size

              1) -128 to 127

              2) (-2 power 8 )-1 to 2 power 8

              3) -255 to 256

              4)depends on the particular implementation of the java virtual machine

              answer to question 4

              question 5)

              what will be printed out if this code is run with the following command line?

              java myprog good morning

              public class myprog{

              public static void main(string argv[])

              {

              system.out.println(argv[2])

              }

              }

              1) myprog

              2) good

              3) morning

              4) exception raised: 'java.lang.arrayindexoutofboundsexception: 2'

              answer to question 5

              question 6)

              which of the following are keywords or reserved words in java?

              1) if

              2) then

              3) goto

              4) while

              which of the following statements are true?

              1) methods cannot be overriden to be more private

              2) static methods cannot be overloaded

              3) private methods cannot be overloaded

              4) an overloaded method cannot throw exceptions not checked in the base class

              answer to question 16

              question 17)

              what will happen if you attempt to compile and run the following code?

              class base {}

              class sub extends base {}

              class sub2 extends base {}

              public class cex{

              public static void main(string argv[]){

              base b=new base();

              sub s=(sub) b;

              }

              }

              1) compile and run without error

              2) compile time exception

              3) runtime exception

              answer to question 17

              question 18)

              which of the following statements are true?

              1) system.out.println( -1 >>> 2);will output a result larger than 10

              2) system.out.println( -1 >>> 2); will output a positive number

              3) system.out.println( 2 >> 1); will output the number 1

              4) system.out.println( 1 <<< 2); will output the number 4

              answer to question 18

              question 19)

              what will happend when you attempt to compile and run the following code?

              public class tux extends thread{

              static string sname = 'vandeleur';

              public static void main(string argv[]){

              tux t = new tux();

              t.piggy(sname);

              system.out.println(sname);

              }

              public void piggy(string sname){

              sname = sname + ' wiggy';

              start();

              }

              public void run(){

              for(int i=0;i < 4; i++){

              sname = sname + ' ' + i;

              }

              }

              }

              1) compile time error

              2) compilation and output of 'vandeleur wiggy'

              3) compilation and output of 'vandeleur wiggy 0 1 2 3'

              4) compilation and probably output of 'vandeleur' but possible output of 'vandeleur 0 1 2 3'

              answer to question 19

              question 20)

              what will be displayed when you attempt to compile and run the following code

              //code start