Questions and CORRECT Answers
methods - CORRECT ANSWER - code segments within a class
states - CORRECT ANSWER - objects contain
attributes - CORRECT ANSWER - states
class - CORRECT ANSWER - framework for an object
main - CORRECT ANSWER - method used for all coding
Literal string - CORRECT ANSWER - series of characters handled without interpretation
arguments - CORRECT ANSWER - information a method requires to perform a task
method header - CORRECT ANSWER - defines the main method of the class
curly brackets - CORRECT ANSWER - blocks of code are placed in these
8 - CORRECT ANSWER - number of types of primitive data types
boolean, byte,char,double, float,int,long, short - CORRECT ANSWER - the eight
primitive data types
short int long - CORRECT ANSWER - order of integers