• A boolean b1 = 0;
  • B boolean b2 = 'false';
  • C boolean b3 = false;
  • D boolean b4 = Boolean.false();
  • Share this MCQ