جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
جافا Java pinned Deleted message
Java assigns a default value to a data member of a class if the data is not initialized.
Anonymous Quiz
64%
True
36%
False
The default value for a data member of boolean type is true
Anonymous Quiz
52%
True
48%
False
You can access a class variable using a syntax like objectName.classVariable or ClassName.classVariable
Anonymous Quiz
66%
True
34%
False
You cannot use the private modifier on classes
Anonymous Quiz
36%
True
64%
False
You can use modifiers on local variables inside a method.
Anonymous Quiz
71%
True
29%
False
A static method in a class can access the instance variables in the same class.
Anonymous Quiz
71%
True
29%
False
You cannot declare a local variable in a method that has same name as an instance variable in the class.
Anonymous Quiz
55%
True
45%
False
You can create an instance of the Math class
Anonymous Quiz
80%
True
20%
False
جافا Java pinned Deleted message
Channel photo updated
ايش رأيكم بالخلفية الجديدة
Anonymous Poll
73%
رائعه
11%
سئيه
16%
الاولى افضل
👍2
#calss
Which of the following is not OOPS concept in Java?
Anonymous Quiz
59%
Compilation
14%
Polymorphism
11%
Inheritance
16%
Encapsulation
#class
When does method overloading is determined?
Anonymous Quiz
20%
At execution time
32%
At compile time
32%
At run time
17%
At coding time
Method overriding is combination of inheritance and polymorphism?
Anonymous Quiz
72%
True
28%
False
جافا Java pinned Deleted message
#loop
The while loop repeats a set of code while the condition is not met?
Anonymous Quiz
51%
True
49%
False
#Methods
What is the process of defining more than one method in a class differentiated by method signature?
Anonymous Quiz
21%
Function doubling
48%
Function overloading
20%
Function overriding
11%
None of the mentioned
👍1