Please enable JavaScript.
Coggle requires JavaScript to display documents.
end of ch 2 (Using Dialog Boxes for Input and Output (alternative: Call…
end of ch 2
-
two values in java
-
object
String
Belongs to String class
can use .substring( , ); method
-
-
-
-
method
A method is invoked with the dot notation: the object is followed by the name of the method,
and the method is followed by parameters enclosed in parentheses.
-