IT 114: Introduction to Java
Class 17 Ungraded Quiz
-
What do you call the string with nothing in it?
-
Can a string be changed?
-
Can a string be used to create a new string?
-
What is the name of the process that removes objects
that have no variable pointing to them?
-
What is the name of the table of numbers used to represent
characters in Java?
-
What is the name of the String method used to compare strings?
-
What do you call a collection of related classes?
-
What must you do to use a package in a Java program?
-
What is the name of the type of object that must be
used to get input from the user?