Total Questions:-21 Goto Page:
1
2 3
R4R ---> Articles--> CoreJava -->CoreJava Articles List
Page 1
Articles:
1) The Java interpreter is used for the execution of the source code?
a) True
b) False
Post Your View
Views
By:Som
Date:
Articles:
10)What is the range of the char type?
1. 0 to 2 16
2. 0 to 2 15
3. 0 to 2 16-1
4. 0 to 2 15-1
Post Your View
Views
By:Som
Date:
Articles:
11)Converting of primitive types to objects can be explicitly.
a)True
b)False
Post Your View
Views
By:Som
Date:
Articles:
12) Strings are instances of the class String?
a)True
b)False
Post Your View
Views
By:Som
Date:
Articles:
2) On successful compilation a file with the class extension is created?
a) True
b) False
Post Your View
Views
By:Som
Date:
Articles:
3) The Java source code can be created in a Notepad editor?
a) True
b) False
Post Your View
Views
By:Som
Date:
Articles:
4) The Java Program is enclosed in a class definition.
a) True
b) False
Post Your View
Views
By:Som
Date:
Articles:
5) Java supports multidimensional arrays?
a)False
b)True
Post Your View
Views
By:sam
Date:
Articles:
6)An array of arrays can be created.
a)True
b)False
Post Your View
Views
By:Som
Date:
Articles:
8)When a string literal is used in the program, Java automatically creates instances of the string class?
a)True
b)False
Post Your View
Views
By:Som
Date:
Go:
1
2 3