Java Terms
Java Fundamentals
Java Math Definition
Java Quick Maths
100

______ allows for a method to be called without instantiating the class in which it resides.....

what is static 

100

what is T or F: Square brackets should be used as an array?

False. What is curly brackets. 

100

______ is a data type that stores a 32-bit decimal number (for smaller decimal numbers).

what is float

100

_____ is a data type that stores a 64-bit whole number ( for larger whole numbers).

what is long

200

_______is only accessible in the class in which it is declared. 

what is private

200

Scanner Utility is directed towards.....

what is User

200

______ is a data type that stores a 64-bit decimal number (for larger decimal numbers).

what is double

200

______ cannot be directly converted into strings 

what is doubles

300

______ can be accessed by classes in the same package as itself and by subclasses of its parent class in any package.

what is protetced 

300

The Scanner method is directed towards...

what is coder

300

______ is a data type that stores an 8-bit whole number (only -128 to 127).

what is byte

300

Any calculations with an integer will return a _______

what is a whole number

400

_______ Returns an array of Stack trace elements. 

what is getStackTrace

400

what is T or F: Void Returns a result 

what is False.

400

______ is a data type that stores a 16-bit whole number (only -32,768 to 32,767).

what is short

400

what is used to return a remainder 

what is %

500

______ is an error that occurs when an incorrect data type is entered or read 

what is InputMismatchException

500

when something is being checked what is used?

what is "=="

500

_______ is a data type that stores a 32-bit whole number (for typical whole numbers).

what is integer

500

what number should a modulus always be set

what is 1

M
e
n
u