IT 114: Introduction to Java
Class 04 Ungraded Quiz
-
What is the name of something in RAM that can hold more than one value?
-
What is the name of code that defines that thing in RAM?
-
What do you call one or more lines of code which represents a complete action?
-
What must appear at the end of each Java statement?
-
Write the line of Java that will print "Hello world!"
-
What do you call something that specifies the format for a particular type of data?
-
What kind of value can
int
hold?
-
What kind of value can
float
hold?
-
What kind of value can
bool
hold?
-
What kind of value can
char
hold?