CS110 Introduction to Computing in Java – Exam 1

Name any class from Java class library._____ Which java reserved word is used to declare constant variables? _____ What is a compiler? Every compiled program in java must have a main method? TRUE/ FALSE. Why java is called a fully object oriented language? Question 7: Consider the following code fragment: int sum = 0; int i = 0; while (i < 5) ................
................