Learn more in the app.
View in app
Comparison - Java Quiz Question
What will be the output of the following program?
A
Merit Campus is my school - name ends with School? true
Java is my Course - name starts with java? true
B
Merit Campus is my school - name ends with School? false
Java is my Course - name starts with java? false
C
Merit Campus is my school - name ends with School? false
Java is my Course - name starts with java? true
D
Some other output
E
Compilation Error or Runtime Error