Java. I have Several questions. true or false A.Classes are required to make objects B.Java applications have at least one object C.Syntax error stops compiling process D.String literals are shown in single quote mark E.public void main String args is the original format F.Java.math is the library package you will use to have random number
A. True - all classes are derived from the base class Object B. True C. True. The compiler does not know what to do with symbols it does not know about. D. False. All strings go in double quotes. Single chars like char c = 'a' go in single quotes. E. ??? not sure of the question. If this is about the special method main, then it has to be static F. False. Its Java.lang.Math
thank you
Hey, can i ask you more questions?
sure
Join our real-time social learning platform and learn together with your friends!