

MCQOPTIONS
Saved Bookmarks
This section includes 2 Mcqs, each offering curated multiple-choice questions to sharpen your Java knowledge and support exam preparation. Choose a topic below to get started.
1. |
compile time erro? |
A. | run time error |
B. | compile and runs fine |
C. | unreported exception java.io.IOException in default constructor |
Answer» D. | |
2. |
Which keyword is used by the method to refer to the object that invoked it? |
A. | import |
B. | catch |
C. | abstract |
D. | this |
Answer» E. | |