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.
Wait!
Here's an interesting quiz for you.