جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
اكمل الفراغ لطباعة
I just got executed !
ماهي مخرجات البرنامج
ماهي مخرجات البرنامج
variable must be declared with a data type
Anonymous Quiz
84%
True
16%
False
We can change data type after bdeclared
Anonymous Quiz
53%
Yes
47%
No
ماهو الفرق بين Referencedata types و Primitive data types
مع ذكر امثله الاجابه في جروب المناقشة
Variable : a location in main memory that holds only onevalue of a particular data type at , but that value can not be changed
Anonymous Quiz
59%
True
41%
False
int n;
n=n+10;
كم قيمه n
Anonymous Quiz
20%
10
9%
11
31%
n+10
41%
Error
🤩1
ماهو الفرق بين
Local variables
Instance variables
Static variables
We can use Access modifiers with Local Variables
Anonymous Quiz
72%
Yes
28%
No
ماهو رايك بشأن الاسئله
Anonymous Poll
9%
كثيره +ممله
92%
ممتازه
6%
لا اهتم
جافا Java pinned «ماهو رايك بشأن الاسئله»
Collection : Java library class, like . ArrayList that represents a group of objects.
Anonymous Quiz
83%
True
17%
False
Information hiding : The practice of making instance variables private to limit dependencies between classes
Anonymous Quiz
74%
True
26%
False
method that returns the value of an instance variable .
Anonymous Quiz
76%
Getter
24%
Setter
method that assigns a value to an instance variables
Anonymous Quiz
74%
Setter
26%
Getter