No Negative marking
Attempt questions as many you can
Windows
Unix/Linux
Mac
All of the Above
Rate this question:
A JAVA PROGRAM THAT IS RUN THROUGH A WEB BROWSER
 A type of coffee
Rate this question:
 Windows
All of the Above
 Unix/Linux
Rate this question:
 A type of coffee
AN OBJECT-ORIENTED PROGRAMMING LANGUAGE
Rate this question:
&&
!!
Rate this question:
 A group of code lines that performs a specific task
 Something that contains an ‘init’
Rate this question:
 True or False
 Single characters
Rate this question:
&
&&
|
||
Rate this question:
Assigning a name to a variable
Assigning a value to a variable
Rate this question:
 if ((x < 3) || (y > = 4))
 if ((x > 3) || (y < = 4))
Rate this question:
 To add numbers together
 To keep track of data in the memory of the computer
Rate this question:
If ((x < 3) && (y > 4))
If (x < 3 y >= 4)
If ((x < 3) || (y > = 4))
If ((x > 3) || (y < = 4))
Rate this question:
VariableName variableType;
VariableType variableName;
Rate this question:
True
False
Rate this question:
Compilation error
Runtime error
Rate this question:
Applets can paint words, applications cannot.
 Applets are run over the web.
Rate this question:
That there is a Boolean statement somewhere in your code
That your Boolean statement will at some point be false
Rate this question:
Inherit
Extends
Inheritance
Extend
Rate this question:
None of the above.
Applets are run over the web.
Applets can paint words, applications cannot.
An application is only available on Windows
Rate this question:
A Java program that does not run through a web browser
A Java program that is run through a web browser
An object-oriented programming language
An interactive website
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
True
False
Rate this question:
Class Circle extends Cylinder
Class Cylinder derived Circle
Class Cylinder extends Circle
Class Circle derived Cylinder
Rate this question:
Compilation error: Divisions must be in a try block.
Runtime Exception
Rate this question:
Yes
No
Rate this question:
 Abstract window Toolkit
 Adjust Window Toolkit
Rate this question:
Int javaArray = new int[10];
Int avaArray new = myArray[ ];
Int[] javaArray = new int[10];
None
Rate this question:
Abstract class
Public class
Final class
None of above
Rate this question:
True
False
Rate this question:
Red, Orange, Green
Blue, Green, Yellow
Red, Green, Blue
Black, White and Blue
Rate this question:
Public or private superclass member
Private superclass member
Public superclass member (and protected subclass members if it's in the same package)
Protected, public or private superclass member
Rate this question:
 Loop Body
 Initialization
Rate this question:
By marking it volatile
By marking it transient
Rate this question:
Yes
No
Rate this question:
Compilation error
Runtime Error
Rate this question:
True
False
Rate this question:
Heap Memory
Stack memory
Method area
None
Rate this question:
True
False
Rate this question:
Runtime error
No errors
Rate this question:
GetParam()
GetParameter()
SetParam()
SetParameter()
Rate this question:
By marking it private
By marking it volatile
By marking it transient
You can not.
Rate this question:
Compile error
Runtime Exception
No error
No Output
Rate this question:
True
False
Rate this question:
Runtime Exception
No errors
Rate this question:
Compilation error: DivideByZeroException
Runtime Exception
Rate this question:
Quiz Review Timeline (Updated): Mar 22, 2023 +
Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.
Oops Using JAVA-Q2 Group 1
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...
Questions:
20 |
Attempts:
389 |
Last updated:
Mar 21, 2023
|
Object Oriented Programming Using Java - BCA
This quiz focuses on Object Oriented Programming using Java, assessing knowledge on GUI packages, access specifiers, interface implementation, and debugging. It's designed for BCA...
Questions:
25 |
Attempts:
104 |
Last updated:
Aug 24, 2023
|
Object Oriented Programming (CS504D)
This quiz titled 'Object Oriented Programming (CS504D)' assesses key concepts in Java OOP, including syntax, access modifiers, and design principles. It is designed to test...
Questions:
20 |
Attempts:
262 |
Last updated:
Mar 17, 2023
|
Java Review - Arrays, Methods, Classes And Inheritance
This Java Review quiz focuses on arrays, methods, classes, and inheritance. It tests understanding of method access modifiers, method overloading, and the use of keywords like...
Questions:
46 |
Attempts:
187 |
Last updated:
Mar 20, 2023
|
Java OOPs Quiz
Object-oriented programming (OOP) is a fundamental paradigm in Java, enabling the creation of modular, reusable, and maintainable code. This Java OOP quiz delves into the core...
Questions:
10 |
Attempts:
51588 |
Last updated:
Oct 04, 2024
|
What Do You Know About C# .NET OOPs Quiz Test?
Welcome to our C# .NET OOPs Quiz! This engaging quiz is designed to test your understanding of object-oriented programming (OOP) principles within the context of C# and the .NET...
Questions:
10 |
Attempts:
1404 |
Last updated:
May 08, 2024
|
Wait!
Here's an interesting quiz for you.