جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
What will be the output of the following Java code
#java_1
جافا Java pinned «#java_2»
What is the return type of Constructors?
#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
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
Anonymous Quiz
7%
finalize
6%
delete
61%
constructor
26%
class
👍2
What will be the output of the following Java code?
#java_2
👍1
جافا Java pinned «#java_1»
Which of these selection statements test only for equality?
#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
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
Anonymous Quiz
65%
do-while
16%
while
11%
for
8%
none of the mentioned
What will be the output of the following Java program
#java_1
What will be the output of the following Java program?
#java_1