Question 1: Fill up the blanks:
a) ___________ is reserved identifiers which can’t be used to name the user defined variables or methods.
b) __________ method is employed to force a conversion from one data type to the other.
c) To convert a string to an int type, the function needed is ________.
d) When data types are transformed explicitly, the method is termed as ________.
e) Two main points for the Java's automatic conversion are _______ and _________.
Question 2: State whether the given statement are true or false:
a) There is a conversion type defined between the int value to a long.
b) A variable is a fundamental unit of storage in the Java program.
c) Multidimensional array is not possible in the Java.
d) Strings in Java work as an array of the characters.
e) True and false are not 0 and 1.