44. 在 Java 語言中,下列何者為有效的 String 宣告?(A)String s=NULL;(B)String s='NULL';(C)String s= null;(D)String s='null';。