______ allows for a method to be called without instantiating the class in which it resides.....
what is static
what is T or F: Square brackets should be used as an array?
False. What is curly brackets.
______ is a data type that stores a 32-bit decimal number (for smaller decimal numbers).
what is float
_____ is a data type that stores a 64-bit whole number ( for larger whole numbers).
what is long
_______is only accessible in the class in which it is declared.
what is private
Scanner Utility is directed towards.....
what is User
______ is a data type that stores a 64-bit decimal number (for larger decimal numbers).
what is double
______ cannot be directly converted into strings
what is doubles
______ can be accessed by classes in the same package as itself and by subclasses of its parent class in any package.
what is protetced
The Scanner method is directed towards...
what is coder
______ is a data type that stores an 8-bit whole number (only -128 to 127).
what is byte
Any calculations with an integer will return a _______
what is a whole number
_______ Returns an array of Stack trace elements.
what is getStackTrace
what is T or F: Void Returns a result
what is False.
______ is a data type that stores a 16-bit whole number (only -32,768 to 32,767).
what is short
what is used to return a remainder
what is %
______ is an error that occurs when an incorrect data type is entered or read
what is InputMismatchException
when something is being checked what is used?
what is "=="
_______ is a data type that stores a 32-bit whole number (for typical whole numbers).
what is integer
what number should a modulus always be set
what is 1