موقع جميل لانشاء 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
What is true about private constructor?
#java_2
#java_2
Anonymous Quiz
26%
Private constructor allows creating objects in other classes
17%
Private constructor eases the instantiation of a class
19%
Private constructor ensures multiple instances of a class exist at any point of time
38%
Private constructor ensures only one instance of a class exist at any point of time
👍1