Java tutorial | دروس جافا 👨🏻‍🏫
2.29K subscribers
87 photos
81 videos
29 files
53 links
حبيت اشاركم كل معرفتي في الجافا ولغات اخرى فسويت هذه القناة
اتمنى أن تعود بالمنفعة عليكم🌹
لطلب حل تكاليف أو مشاريع تواصل معي على

Telegram: @abdu01010

Whatsapp: https://wa.me/967783399063

كما نقدم خدمات تسوقية في القناة مدفوعة الاجرة
..............
Download Telegram
1⃣
#Java_Level_1
————————————————
Channel: @java_tutorial0101
1
2⃣
#Java_Level_1
————————————————
Channel: @java_tutorial0101
1
3⃣
#Java_Level_1
————————————————
Channel: @java_tutorial0101
1
📌 بعض من الاسئلة الشهيرة في الجافا عند المقابلات أو في الامتحانات الجامعية 👇
2
1⃣
#Java_Level_1
————————————————
Channel: @java_tutorial0101
2⃣
#Java_Level_1
————————————————
Channel: @java_tutorial0101
3⃣
#Java_Level_1
————————————————
Channel: @java_tutorial0101
في طلاب كثير عندهم شتات بمواضيع لغة جافا خاصة اللي لساتهم جدد
انشروا بين الطلاب رابط القناة عشان تعم الفائدة ويكون لكم أجر ولي
فدعموني بالنشر تقديرا لتعبي في تقديم الشروحات لكم 😊🤍

https://t.me/java_tutorial0101/8
👍4🫡32
من الاشياء اللي أخذت مني مجهود
في فهمها هي Sorting Algorithms

جبت لكم موقع يبسط بشكل رهيب فهم بعض الخوارزميات مثل

Insertion Sort , Selection Sort, Bubble Sort ,Heap Sort.....

جربوا الموقع :

https://dharshakch97.github.io/sort-visualizer/

#algorithms
#web
------------------------------------ 
Channel: @java_tutorial0101
❤‍🔥4🤩3👍2
موقع لاغنى عنه اطلاقا في رسوم ال UML مثل
flowchart, class diagram ,use case...
تقدروا كمان تنزلوه كبرنامج من على الموقع نفسه
طبعا برنامج خاص للكمبيوتر مو للجوال

www.draw.io/

#web
------------------------------------ 
Channel: @java_tutorial0101
3❤‍🔥3
احد المستفيدين من القناة
فعلا تفتتح النفس لما تحصل حد يستفيد من خدمة تقدمها 🤍

شكرا لكم على دعمكم المعنوي وعلى مشاركتكم للقناة على نطاق واسع بين الطلاب🌹🤍
بإذن القادم أروع ومع دعمكم بنستمر للأفضل

#ردود
11🥰2👍1
من ردود الطلاب اللي تثلج الصدر 🤍

#ردود
5🥰2
فاينل برمجة ١ - ١٤٤٤.pdf
840.8 KB
فاينل برمجة ١ تدربوا عليه
#final_exam
#Java_Level_1
————————————————
Channel: @java_tutorial0101
3🤩1
اكثر شيء اسعدني اليوم هي هذي الرسالة من احد الطلاب المستفيدين من خدماتي 🤍
القادم افضل بإذن الله ابقوا على تفاعل معي وادعموني بنشر القناة على اوسع نطاق بين الطلاب❤️

------------------------------------ 
#ردود
Channel: @java_tutorial0101
💘42🥰1
📌 اليوم درسنا عن العلاقات مابين الكلاسات والكائنات
Relationship between objects and classes
————————————————

العلاقات تنقسم إلى الآتي :👇
أولا يتم التعبير عن العلاقات بهذه الاسهم في رسم ال class diagram

#classes_relationship
#Java_Level_2
————————————————
📍Channel:
@java_tutorial0101
1
1⃣ Inheritance

Inheritance is also called generalization and is used to describe the relationship between parent and child classes. A parent class is also called a base class, and a subclass is also called a derived class.
In the inheritance relationship, the subclass inherits all the functions of the parent class, and the parent class has all the attributes, methods, and subclasses. Subclasses contain additional information in addition to the same information as the parent class.
For example: buses, taxis, and cars are cars, they all have names, and they can all be on the road.

#classes_relationship
#Java_Level_2
————————————————
📍Channel:
@java_tutorial0101
❤‍🔥2
2⃣ Composition
The relationship between the whole and the part, but the whole and the part cannot be separated .
The combination relationship represents the relationship between the whole and part of the class, and the overall and part have a consistent lifetime. Once the overall object does not exist, some of the objects will not exist, and they will all die in the same life.For example, a person is composed of a head and a body.

ملخص الكلام ان العلاقة تكون مابين الاوبجيكت والثاني قوية بحيث اذا انتهى الاول ينتهى الثاني معه لذلك يسموها علاقة جزء من كل

#classes_relationship
#Java_Level_2
————————————————
📍Channel:
@java_tutorial0101
👍2❤‍🔥1