1

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”

  • none