Character arrays, strings, and objects ; 1. class NullPrint { ; 2. public static void main( String args[] ) { ; 3. Object o = null; ; 4. String s = null; ; 5. System ...
確定! 回上一頁