Ask your own question, for FREE!
Computer Science 13 Online
OpenStudy (anonymous):

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

OpenStudy (anonymous):

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

OpenStudy (anonymous):

thank you

OpenStudy (anonymous):

Hey, can i ask you more questions?

OpenStudy (anonymous):

sure

Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!
Can't find your answer? Make a FREE account and ask your own questions, OR help others and earn volunteer hours!

Join our real-time social learning platform and learn together with your friends!