EasyReader keyboard = new EasyReader();
keyboard is a location in memory where a ….. is stored because its type is a ____?
pointer to an object. class
is the String a class, yes or no?
yes
what is unique about String
it’s only sort of object that can be instantiated without the ‘new’ keyword
method overloading
when multiple methods can have the same name with different parameters
basic type variables store…
an actual value
class variables store a…
pointer to an object
“Sheffield”.substring(0) returns
Sheffield