1. What is Java primitive data type holds only true or false data?
a. int
b. switch
c. byte
d. Boolean

2. In a Java if statement, what must immediately follow the keyword if?
a. a Boolean expression surrounded by parentheses
b. a block of code to be executed
c. a Boolean expression not surrounded by parentheses
d. an arithmetic expression surrounded by parentheses