单项选择题

对象串行化定制分为( )两个层次。

A.可串行化和不可串行化
B.部分串行化和完全串行化
C.字符串行化和字节串行化
D.对象串行化和管道串行化
<上一题 目录 下一题>
热门 试题

单项选择题
下列代码的执行结果是( )。 public class Test public int aMethod( ) static int i=0; 1++; System.out.println(i): public static void main (String args[]) Trest test=new Test ( ); test aMethod( ):
A.编译错误
B.0
C.1
D.运行成功,但不输出
单项选择题
关于以下程序段,正确的说法是( )。 (1) String s1= abc + def ; (2) String s2=new String (s1); (3) if (s1.equals (s2)) (4) System.out.println( ==succeded ); (5) if(s1==s2) (6) System.out.println( .equals( )succeded );
A.行(4)与行(6)都将执行
B.行(4)执行,行(6)不执行
C.行(6)执行,行(4)不执行
D.行(4)、行(6)都不执行
相关试题
  • URL是________________的...
  • Java程序的安全性体现在多个层次上,在__...
  • Java语言中,______________...
  • 下面程序的运行结果是__________...
  • 对于一个长度为n的线性表,用数组表示,假...