Question 101
What is the result?
boolean log3 = ( 5.0 != 6.0) && ( 4 != 5);
boolean log4 = (4 != 4) || (4 == 4);
System.out.println("log3:"+ log3 + \nlog4" + log4);
Question 102
Which two statements are true about Java modules? (Choose two.)
Question 103
Given:
Which two lines cause compilation errors? (Choose two.)
