جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
Which of these keywords is used to make a class?
#java_2
Anonymous Quiz
76%
class
7%
struct
4%
int
14%
none of the mentioned
👍2
Which of the following is a valid declaration of an object of class Box?
#java_2
Anonymous Quiz
10%
new Box obj;
16%
obj = new Box();
67%
Box obj = new Box();
6%
Box obj = new Box;
Which of these operators is used to allocate memory for an object?
#java_2
Anonymous Quiz
7%
give
75%
new
13%
alloc
6%
malloc
What will be the output of the following Java program?
#java_2
What will be the output of the following Java program?
#java_2
👍1
جافا Java pinned «#java_1»
🤩1
👍2
Which data type value is returned by all transcendental math functions?
#java_1
Anonymous Quiz
32%
int
47%
double
9%
float
12%
long
What will be the output of the following Java statement?
#java_1
👍1
What will be the output of the following Java code?
#java_1
What will be the output of the following Java code
#java_1