This quiz titled 'Oops Using JAVA-Q2 Group 1' assesses key concepts in Java programming, focusing on loops, bytecode, and debugging tools. It is designed to enhance understanding of Java's object-oriented features and improve coding skills related to control structures and error handling.
Switch
Break
Continue
Default
Rate this question:
Java.util package
Java.lang package
Java.awt package
Java.io package
Rate this question:
Dynamic
Architecture Neutral
Use of pointers
Object-oriented
Rate this question:
Runnable Interface
Marker Interface
Abstract Interface
CharSequence Interface
Rate this question:
RuntimeException and Error class
Exception and VirtualMachineError class
Error and Exception class
IOException and VirtualMachineError class
Rate this question:
Bytecode is executed by JVM
The applet makes the Java code secure and portable
Use of exception handling
Dynamic binding between objects
Rate this question:
For ( int i = 99; i >= 0; i / 9 )
For ( int i = 7; i
For ( int i = 20; i >= 2; - -i )
For ( int i = 2; i
Rate this question:
GetClass()
Intern()
GetName()
ToString()
Rate this question:
Object
Int
Long
Void
Rate this question:
Serialization
Variable Shadowing
Abstraction
Multi-threading
Rate this question:
Char ch = '\utea';
Char ca = 'tea';
Char cr = \u0223;
Char cc = '\itea';
Rate this question:
Stack
String memory
Heap memory
Random storage space
Rate this question:
Exceptions occurred by the VirtualMachineError
An exception caused by other exceptions
Exceptions occur in chains with discarding the debugging information
None of the above
Rate this question:
JVM
JRE
JDK
JDB
Rate this question:
Applet class
Window class
Frame class
Dialog class
Rate this question:
A final method cannot be overridden in its subclasses.
A final class cannot be extended.
A final class cannot extend other classes.
A final method can be inherited.
Rate this question:
0
Not a Number
Infinity
Run time exception
Rate this question:
While
Do-while
For
Switch
Rate this question:
Java Archive Runner
Java Application Resource
Java Application Runner
None of the above
Quiz Review Timeline (Updated): Mar 21, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.