________________ represents a set of possible values.
Data type
Operator
Punctuator
Identifier
Which of the following set of values can be assigned to a Boolean variable?
0 and 1
true and false
high and low
yes and no
What is Java’s character type?
Boolean
String
Char
Double
Write the size of a, from the below statement?Int a [10];
10
20
30
40
Which of the following is an input to JVM?
source code
object code
byte code
assembler
_________ translates and executes each statement of the source code separately whenever it is needed.
JVM
IDE
Interpreter
Compiler
API stands for__________
Application Programming Interface
Application
Application Interface
Application program Interface
___________ is the intermediate- level computer language translation of a Java source code program.
Byte code
interpreter
None of these
Which of the following is a form of conversion?
Casting
Grouping
Composition
Conversion
An object has to be created by a constructor, that is involved with the ____________operator.
New
dot(.)
+ (concatenate)