جافا Java
6.43K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
#java_2 👆
Please open Telegram to view this post
VIEW IN TELEGRAM
Which of these keywords is used to make a class?
#java_2
Anonymous Quiz
78%
class
6%
struct
4%
int
12%
none of the mentioned
Which of the following is a valid declaration of an object of class Box?
#java_2
Anonymous Quiz
10%
new Box obj;
17%
obj = new Box();
66%
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
72%
new
16%
alloc
6%
malloc
👍1