Which of the following is not a numeric integral type?
long
int
Short
double
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
Java permits both the single line comments and multi-line comments using ________and _________.
\\ and
// and /*..*/
*/ and /* ..*/
\\ and //
Write the size of a, from the below statement?Int a [10];
10
20
30
40
Which of the following is a form of conversion?
Casting
Grouping
Composition
Conversion
Which company developed Java programming language?
Sun Microsystems
Bell Laboratories
UNICODE
JVM
An object has to be created by a constructor, that is involved with the ____________operator.
New
dot(.)
+ (concatenate)
None of these
In Java, all functionality is enclosed in ___________ .
Variable
Method
Object
Classes
________________ represents a set of possible values.
Data type
Operator
Punctuator
Identifier
_________ translates and executes each statement of the source code separately whenever it is needed.
IDE
Interpreter
Compiler