Java Language Fundamental - Quiz

  • Aclass, if, void, long, Int, continue
  • Bgoto, instanceof, native, finally, default, throws
  • Ctry, virtual, throw, final, volatile, transient
  • D strictfp, constant, super, implements, do
  • AString s1 = null;
  • BString s2 = 'null';
  • CString s3 = (String) 'abc';
  • DString s4 = (String) '\ufeed';
  • A16 bit
  • B32 bit
  • C64 bit
  • DDepends on execution environment