boolean data is used to test a particular condition i.e. true or false. Which of the following is a correct representation?
boolean m=true ;
boolean m=’true’;
boolean m=”true”;
Boolean m=True;