Which of the following lines will compile without warning or error.

  1. float f=2.3;

  2. char c="z";

  3. boolean b=null;

  4. int i=21;

  5. byte b=257;


Correct Option: D

Find more quizzes: