奶头挺立呻吟高潮av全片,成人试看120秒体验区,性欧美极品v,A片高潮抽搐揉捏奶头视频

SUN認證

Sun認證重點試題

時間:2024-08-29 00:23:16 SUN認證 我要投稿
  • 相關推薦

2016年Sun認證重點試題

  Sun公司推出了Java以及Solaris技術認證方案。對于企業而言,可以借助這項認證作為招聘人才的評判標準,或是作為衡量員工技術水準的依據;在個人方面,通過這些認證也可以證明個人的技術能力。下面是最新的sun認證考試題及答案,希望能幫助到大家!

2016年Sun認證重點試題

  1.寫出此程序的輸出結果.

  class Test_For

  {

  public static void main(String[] args)

  {

  int i=0;

  for(show('A'); show('B')&&(i<2);show('C'))

  {

  i++;

  show('D');

  }

  }

  public static boolean show(char ch)

  {

  System.out.print(ch);

  return true;

  }

  }

  2.寫出此程序的輸出結果.

  class Demo

  {

  public static void main(String[] args)

  {

  int a=3,b=8;

  int c=(a>b)?a++:b++;

  System.out.println("a="+a+"\tb="+b+"\tc+"+c);

  int d=(a>b)?++a:++b;

  System.out.println("a="+a+"\tb="+b+"\tc+"+d);

  int e=(a

  System.out.println("a="+a+"\tb="+b+"\tc+"+e);

  int f=(a

  System.out.println("a="+a+"\tb="+b+"\tc+"+f);

  }

  }

  3.寫出此程序的輸出結果.

  class Demo

  {

  public static void main(String []args)

  {

  int i = 0, j = 5;

  tp: for (;;)

  {

  i++;

  for(;;)

  if(i > j--) break tp;

  }

  System.out.println("i = " + i + ", j = "+ j);

  }

  }

  4.寫出此程序的輸出結果.

  class DemoWhile_3

  {

  public static void main(String[] args)

  {

  int x=1;

  while(x<10)

  {

  wx:while(x<7)

  {

  while(x<4)

  {

  System.out.print("A ");

  x++;

  break wx;

  }

  System.out.print("B ");

  x++;

  }

  System.out.print("C ");

  x++;

  }

  }

  }

  5.選擇正確答案:

  class Test

  {

  public static void main(String[] args)

  {

  String foo=args[1];

  String bar=args[2];

  String baz=args[3];

  }

  }

  d:\>java Test Red Green Blue

  what is the value of baz?

  A. baz has value of ""

  B. baz has value of null

  C. baz has value of "Red"

  D. baz has value of "Blue"

  E. baz has value of "Green"

  F. the code does not compile

  G. the program throw an exception

  6.寫出輸出結果.

  class Demo

  {

  public static void main(String[] args)

  {

  show(0);

  show(1);

  }

  public static void show(int i)

  {

  switch(i)

  {

  default:

  i+=2;

  case 1:

  i+=1;

  case 4:

  i+=8;

  case 2:

  i+=4;

  }

  System.out.println("i="+i);

  }

  }

【Sun認證重點試題】相關文章:

sun認證java基礎模擬試題09-16

sun java認證考試題庫09-04

關于SUN認證的作用08-19

SUN認證基本知識09-01

SUN推出netbeans專家認證01-25

Sun java認證考試答案10-23

Sun-Java程序員認證考試題庫10-26

sun認證java關于字符串處理技巧08-26

ACCD認證 Photoshop 試題10-30

adobe photoshop 認證試題08-29

主站蜘蛛池模板: 新兴县| 西丰县| 太谷县| 门源| 柘城县| 读书| 文成县| 神农架林区| 临汾市| 平原县| 黔江区| 花莲市| 扎兰屯市| 洪湖市| 丰都县| 遂川县| 十堰市| 日照市| 即墨市| 芜湖市| 锡林郭勒盟| 元阳县| 灵山县| 麻城市| 乐业县| 南阳市| 蓬莱市| 庆安县| 闵行区| 浑源县| 宜兰市| 淳化县| 惠来县| 东平县| 广西| 平凉市| 德保县| 林口县| 关岭| 个旧市| 桦川县|