What is an IDE?
Integratd Development Environment
Institute of Developmental Environment
Integrated Document Envelope
None of these
Which company developed Java programming language?
Sun Microsystems
Bell Laboratories
UNICODE
JVM
Which of the following is a form of conversion?
Casting
Grouping
Composition
Conversion
Java permits both the single line comments and multi-line comments using ________and _________.
\\ and
// and /*..*/
*/ and /* ..*/
\\ and //
________________ represents a set of possible values.
Data type
Operator
Punctuator
Identifier
Write the size of a, from the below statement?Int a [10];
10
20
30
40
What is Java’s character type?
Boolean
String
Char
Double
In Java, all functionality is enclosed in ___________ .
Variable
Method
Object
Classes
A _____________ is a software system that translates and executes Java byte code.
Compiler
Interpreter
JDK
_________ translates and executes each statement of the source code separately whenever it is needed.
IDE