import java.io.Serializable; class B {} abstract class A { abstract Class get(); abstract Class get1(); abstract Class get2(); abstract Class get3(); abstract Class get4(); abstract Class get5(); abstract Class get6(); { if (get() == byte[].class); if (get1() == byte[].class); if (get2() == byte[].class); if (get3() == byte[].class); if (get4() == byte[].class); if (get5() == byte[].class); if (get6() == byte[].class); } }