Home C C++ Java Python Perl PHP SQL JavaScript Linux Selenium QT Online Test

Home » Java » MCQs (Page-5)

Java Objective Questions (MCQs) - 225

Page 5 (81 - 100)


Question: 81

(A) 1234.34
(B) 1234
(C) .1234.00
(D) NumberFormatException

Level: Beginner Category of MCQ: typecasting



Question: 82

(A) 1234.00
(B) 1234.34
(C) 1234
(D) Exception

Level: Expert Category of MCQ: typecasting



Question: 83

(A) Compilation Error
(B) Exception
(C) 10
(D) 1

Level: Beginner Category of MCQ: typecasting



Question: 84

(A) 10.0
(B) 10
(C) error: loss precision
(D) Exception

Level: Expert Category of MCQ: typecasting



Question: 85

(A) 10.0f
(B) 10.0
(C) 10
(D) error: no suitable method found for toString(float)

Level: Practitioner Category of MCQ: typecasting



Question: 86

(A) 10.0f
(B) 10.0
(C) 10
(D) 10.00

Level: Beginner Category of MCQ: typecasting



Question: 87

(A) 10.0f
(B) 10.0
(C) 10.00
(D) 10.0000

Level: Practitioner Category of MCQ: typecasting



Question: 88

(A) 10.0000f
(B) 10.0000
(C) 10.00
(D) 10.0

Level: Expert Category of MCQ: typecasting



Question: 89

(A) 0
(B) 10
(C) 100
(D) Exception

Level: Practitioner Category of MCQ: typecasting



Question: 90

(A) 10
(B) 10.00
(C) 10.87
(D) NumberFormatException

Level: Expert Category of MCQ: typecasting



Question: 91

(A) 10.87
(B) 10.00
(C) 10
(D) error:possible loss of precision

Level: Expert Category of MCQ: typecasting



Question: 92

(A) 10.87
(B) 10.870000
(C) 10.8700
(D) 10.00

Level: Expert Category of MCQ: typecasting



Question: 93

(A) SunMoon
(B) Sun
(C) Moon
(D) Compilation Error

Level: Practitioner Category of MCQ: if-else



Question: 94

(A) Moon
(B) Sun
(C) SunMoon
(D) error: int can not be converted to boolean

Level: Practitioner Category of MCQ: if-else



Question: 95

(A) Sun
(B) Moon
(C) SunMoon
(D) Compilation Error

Level: Practitioner Category of MCQ: if-else



Question: 96

(A) Sun
(B) Nothing is printed
(C) Compilation Error
(D) Exception

Level: Practitioner Category of MCQ: if-else



Question: 97

(A) Compilation Error
(B) Sun
(C) Nothing is printed
(D) error: unreachable statement

Level: Practitioner Category of MCQ: if-else



Question: 98

(A) Compilation Error
(B) exception: unreachable code
(C) Sun
(D) SunMoon

Level: Beginner Category of MCQ: if-else



Question: 99

(A) Sun
(B) SunMoon
(C) Nothing is printed
(D) Compilation Error

Level: Practitioner Category of MCQ: if-else



Question: 100

(A) hi
(B) nothing is printed
(C) error: sum() has private access
(D) Exception

Level: Beginner Category of MCQ: classesAndobjects


Browse Java Categories

Datatype Variables Operators Decision Making Loops Methods Reference Variables Arrays Classes and Objects Abstract Class Singleton Class Modifiers Inheritance Overriding Polymorphism Abstraction Encapsulation Files and I/O TypeCasting Packages Exceptions Collections Framework Numbers Class Date & Time Regular Expressions Data Structures Interfaces Multithreading Other