جافا Java
6.46K subscribers
212 photos
18 videos
81 files
269 links
ليس عيبًا ألا تعرف شيئًا، ولكن العيب انك لا تريد أن تتعلم
Download Telegram
#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
#java_2 👆
Please open Telegram to view this post
VIEW IN TELEGRAM
جافا Java pinned «#java_2 👆»
السلام عليكم ورحمه الله وبركاته
عندي إقتراح ان اي احد معه قناه تلقرام مهتمه بمجال الحاسب بشكل عام وطلاب الجامعات بشكل خاص بشرط تكون متفاعله اقوم بعمل تبادل نشر معه حتى نصل ل أكبر عدد من المصادر اللي يمكن تفيدنا

ارسل رابط القناه واذا لقيتها مناسبه انشرها @mushtak9
جافا Java pinned «السلام عليكم ورحمه الله وبركاته عندي إقتراح ان اي احد معه قناه تلقرام مهتمه بمجال الحاسب بشكل عام وطلاب الجامعات بشكل خاص بشرط تكون متفاعله اقوم بعمل تبادل نشر معه حتى نصل ل أكبر عدد من المصادر اللي يمكن تفيدنا ارسل رابط القناه واذا لقيتها مناسبه انشرها @mushtak9»
A _____ is a named memory location that you can use to store a value. It can only hold one value at a time, but the values it holds can change
#java_1
Anonymous Quiz
72%
Variable
28%
Data type
2
A _____ describes the type of data that can be stored there, how much memory the item occupies, and what types of operations can be performed on the data
#java_1.
Anonymous Quiz
21%
Variable
72%
Data type
7%
Language
1
A data item is _____ when it svalue cannot be changed while a program is running; a data item is a variable when its value might change
#java_1
Anonymous Quiz
12%
Variable
64%
Constant
25%
Primitive type
1
A _ is a statement that reserves a named memory location and includes the following: A data type that identifies the type of data that the variable will store, An identifier that is the variable's name
#java_1
Anonymous Quiz
51%
Variable declaration
16%
Strongly typed langauge
33%
Reference types
1👍1
_____ are complex data types that are constructed from primative types
#java_1
Anonymous Quiz
70%
Reference types
30%
Primitive type
1
A _____ is a simple data type. There are eight of these types in Java; byte, short, int, long, float, double, char, boolean. They serve as the bulding blocks for more complex data types, known as reference types
#java_1
Anonymous Quiz
25%
Reference types
75%
Primitive type
1