جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
int n;
n=n+10;
كم قيمه n
Anonymous Quiz
24%
10
6%
11
25%
n+10
46%
Error
We can use Access modifiers with Local Variables
Anonymous Quiz
69%
Yes
31%
No
👍1
هذي كانت #java_1 👆
Please open Telegram to view this post
VIEW IN TELEGRAM
#java_2 👇
#Objects_and_Classes
Default Constructor have tow arguments
Anonymous Quiz
36%
True
64%
False
You can access a class variable using a syntax like objectName.classVariable or ClassName.classVariable
Anonymous Quiz
68%
True
32%
False
You cannot use the private modifier on classes
Anonymous Quiz
46%
True
54%
False
You can use modifiers on local variables inside a method.
Anonymous Quiz
65%
True
35%
False
👎2
You cannot declare a local variable in a method that has same name as an instance variable in the class.
Anonymous Quiz
57%
True
43%
False
❤‍🔥1
You can create an instance of the Math class
Anonymous Quiz
71%
True
29%
False
👎2👍1
#java_2 👆
Please open Telegram to view this post
VIEW IN TELEGRAM
جافا Java pinned «#java_2 👆»
جافا Java via @like
إستيراد_المشاريع_الجاهزه_وحفظ_المشاريع_نتبينز.pdf
اللي يسأل عن الطريقة اللي نحفظ فيها مشاريع الجافا من النتبينز او فتح مشروع جاهز
#calss
Which of the following is not OOPS concept in Java?
Anonymous Quiz
61%
Compilation
16%
Polymorphism
8%
Inheritance
16%
Encapsulation
👍1
#class
When does method overloading is determined?
Anonymous Quiz
22%
At execution time
25%
At compile time
32%
At run time
21%
At coding time
Method overriding is combination of inheritance and polymorphism?
Anonymous Quiz
66%
True
34%
False