What is the return type of Constructors?
#java_3
#java_3
Anonymous Quiz
14%
int
8%
double
33%
void
46%
none of the mentioned
Which keyword is used by the method to refer to the object that invoked it?
#java_2
#java_2
Anonymous Quiz
29%
import
52%
this
7%
catch
12%
abstract
Which of the following is a method having same name as that of its class?
#java_3
#java_3
Anonymous Quiz
7%
finalize
6%
delete
61%
constructor
26%
class
👍2
موقع جميل لانشاء UML Modelling and Flowchart
https://app.diagrams.net/
https://app.diagrams.net/
app.diagrams.net
Flowchart Maker & Online Diagram Software
draw.io is a free online diagramming application and flowchart maker . You can use it to create UML, entity relationship,
org charts, BPMN and BPM, database schema and networks. Also possible are telecommunication network, workflow, flowcharts, maps overlays…
org charts, BPMN and BPM, database schema and networks. Also possible are telecommunication network, workflow, flowcharts, maps overlays…
👍2
Which of these selection statements test only for equality?
#java_1
#java_1
Anonymous Quiz
27%
if
24%
switch
27%
if & switch
22%
none of the mentioned
👍3
Which of these are selection statements in Java?
#java_1
#java_1
Anonymous Quiz
22%
for()
62%
if()
9%
continue
7%
break
❤1
Which of the following loops will execute the body of loop even when condition controlling the loop is initially false?
#java_1
#java_1
Anonymous Quiz
65%
do-while
16%
while
11%
for
8%
none of the mentioned