牛牛热在线免费视频|日韩精品亚洲一区91网站在线播放|五月婷婷播放视频|夜色在线视频网站|午夜影院欧美色图|久草免费资源视频|一级毛皮麻豆精品|亚洲黄精品aaa|九九成人影视网站|五月视频久久精品

Java考試格林模擬習(xí)題

時(shí)間:2024-07-21 03:30:13 JAVA認(rèn)證 我要投稿
  • 相關(guān)推薦

Java考試格林模擬習(xí)題

  question 16)

Java考試格林模擬習(xí)題

  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

  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

  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

【Java考試格林模擬習(xí)題】相關(guān)文章:

Java考試格林模擬試題10-22

Java考試格林練習(xí)題07-18

java考試習(xí)題及答案07-27

2017年java考試模擬試題05-31

司法考試沖刺模擬習(xí)題08-11

java習(xí)題及答案10-25

Java筆試模擬試卷10-18

JAVA模擬試題及答案10-18

2016跟單員考試《基礎(chǔ)理論》模擬習(xí)題08-31

2017單證員考試模擬輔導(dǎo)習(xí)題07-04