#065

  Рет қаралды 38,849

Adel Nasim

Adel Nasim

Күн бұрын

كورس البرمجة الكينونية باستخدام لغة البرمجة جافا:
شرح الاستثناءات:
- شرح Finally Block
- القائدة من استخدام Finally Block
- الفرق بين الظروف الاستثنائية ( Checked exceptions, Unchecked exception, Errors
- هرمية الاستثناءات والاخطاء
- الفرق بين الاستثناء والخطأ
- امثلة على Checked exceptions
- ميزة Try-with-resources
- مثال على الكلاس Error
~
Explanation of exceptions:
- Finally Block
- When does the finally block not execute?
- Exceptional Conditions ( Checked exceptions, Unchecked exception, Errors )
- Exception Hierarchy
- Exception vs Error
- Examples of Checked Exceptions
- Try-with-resources
- Throws Keyword and Exception Propagation
- Example of Error Class
~
Contents of this video
00:00 - Introduction
00:08 - Finally Block
05:32 - When does the finally block not execute?
06:46 - Exceptional Conditions ( Checked exceptions, Unchecked exception, Errors )
08:09 - Exception Hierarchy
10:59 - Exception vs Error
12:57 - Examples of Checked Exceptions
19:08 - Try-with-resources
21:07 - Throws Keyword and Exception Propagation
26:10 - Example of Error Class
28:53 - In the next lesson
~
JAVA 1:
• #00 [JAVA] - Introduction
~
If you like my content, buy me a cup of coffee:
www.buymeacoffee.com/adelnasim
~
حساب المجموعة:
web. groups/28185...
~
لطرح الاسئلة وإيجاد الحلول البرمجية
~
دعم القناة
www.paypal.com/paypalme/adeln... ~
~
adelnasim.com

Пікірлер: 25
@user-gf6vb5vl5e
@user-gf6vb5vl5e 10 ай бұрын
الشررررررح واااااااضح 👍🏻👍🏻👍🏻 لحد يسمع لبعض التعليقات السلبية خوفتني بالبداية بس لما كملت الفيديو وجدته سهل
@ahmedalarfaj9549
@ahmedalarfaj9549 2 жыл бұрын
الله يعطيك العافية ياليت تكمل الدروس اللي بعده عن ال GUI
@ematsibly3218
@ematsibly3218 2 жыл бұрын
جزاك الله خيرا 🌷
@nadagomaa760
@nadagomaa760 2 жыл бұрын
بارك الله في علمك
@sakagamitakumi8034
@sakagamitakumi8034 2 жыл бұрын
بحبك في الله أستاذ عادل اخوك من مصر 💜
@alshroukphysics9568
@alshroukphysics9568 Жыл бұрын
🌺جزاكم الله خيراا
@eyadabouker3653
@eyadabouker3653 Жыл бұрын
Amazing Thank you for the great efforts you are an amazing teacher❤
@user-ox1rb5hy4h
@user-ox1rb5hy4h 2 жыл бұрын
كل الاحترام استاذ عادل
@UosefTalaat
@UosefTalaat 2 жыл бұрын
مجهود تشكر عليه
@user-db6ot2co5x
@user-db6ot2co5x 2 жыл бұрын
الله يقويك ❤️
@user-gf6vb5vl5e
@user-gf6vb5vl5e 10 ай бұрын
شرح بطل
@waaseemzaqout9352
@waaseemzaqout9352 2 жыл бұрын
فخم
@HAMOKA-
@HAMOKA- 2 жыл бұрын
ممكن تسوي سلسله عن الDesgin patterns جدا مهمه
@anjadkhalaf2920
@anjadkhalaf2920 2 жыл бұрын
❤️❤️🔥
@football_monzer
@football_monzer 2 жыл бұрын
ما شاء الله شرح مميز متي كورس الاندرويد إن شاء الله؟
@Abdulrahman-hb6fy
@Abdulrahman-hb6fy 3 ай бұрын
Summary | ملخص - finally block can be used to put "cleanup" code, (such as closing a file, closing connection, etc.) - a finally block is get executed whether the exception has occurred or not. - for each try block there can be zero or more catch blocks, but only one finally block. - when you have resources, use finally, otherwise it's not necessarily -the finally block will not be executed if the program exits - In the exception handling, we have three categories of conditions: 1. checked exceptions (Compile-time exceptions): these exception cannot simply be ignored, the programmer should take care of (handle) them 2. unchecked exceptions (Runtime exceptions): these include programming bugs. runtime exceptions are ignored at the time of compilation. 3. Errors: represents serious irrecoverable conditions. - exception is a subclass of Throwable, same with Error - every class in the exception hierarchy is a checked exception, unless: error and it's children, and RuntimeException with it's children - an error cannot be recovered, should not try to catch it. - one of the powerful examples to handle the exception is in the files
@user-gf6vb5vl5e
@user-gf6vb5vl5e 10 ай бұрын
26:10 هل ممكن اعمل ثروز بالمين ميثود ارمي عليها الاكسبشن واذا ممكن ايش حيحصل؟
@raniaal-habash1542
@raniaal-habash1542 Жыл бұрын
السلام عليكم أول مرة أحضر فيديو وما أفهم ولا شي شو بتشرح من وين جبت ال method ما كان في تسلسل بالأفكار تشتت ولا فهمت شي
@user-bv4hv3ce2h
@user-bv4hv3ce2h Жыл бұрын
هل فهمت/ي مع شخص غيره لشرح هذا ؟ لان حتى انا مو قادره افهم شي اتمنى تدليني
@user-dh6fh3rw3l
@user-dh6fh3rw3l Жыл бұрын
@@user-bv4hv3ce2h ..
@Abdulrahman-hb6fy
@Abdulrahman-hb6fy 3 ай бұрын
17:05 وش المقصود بـinstance هنا؟
@user-bv4hv3ce2h
@user-bv4hv3ce2h Жыл бұрын
لاول مره مافهم معاك شي ليه يارربي احس هالفيديو مافيه تسلسل بالذات من الدقيقه ١٢ عجزت افهم .. يليت اللي فاهم يتواصل معاي ويشرحلي😔😔
@yacineahmed8006
@yacineahmed8006 2 ай бұрын
سلام عليكم مزلت تحتاج مساعدة؟
@bassamajoury3850
@bassamajoury3850 Жыл бұрын
بعد اذنك استاذ عادل ممكن تعلمني اختصار الكومنت الذي تقوم فيه بجعل اكثر من سطر في كومنت مره واحده وشكرا و ان لم تفهمني بسبب شرحي السيئ انظر الدقيقه ٢١:١٧ وسوف تفهم قصدي من ناحيه الكومنت وشكرا😂
@mazenshaban3695
@mazenshaban3695 Жыл бұрын
حدد السطور ثم / + ctrl
Checked vs. Unchecked Exceptions in Java Tutorial - What's The Difference?
10:14
Sigma Girl Past #funny #sigma #viral
00:20
CRAZY GREAPA
Рет қаралды 34 МЛН
NERF WAR HEAVY: Drone Battle!
00:30
MacDannyGun
Рет қаралды 50 МЛН
#45 Exception throw throws - Java Arabic
16:04
IT College Arabic
Рет қаралды 2,7 М.
Java Custom Exceptions Tutorial - It's Way Easier Than You Think
14:29
Coding with John
Рет қаралды 149 М.
Exception Handling in Java Tutorial
13:20
Coding with John
Рет қаралды 367 М.
The Absolute Best Intro to Monads For Software Engineers
15:12
Studying With Alex
Рет қаралды 604 М.
Спутниковый телефон #обзор #товары
0:35
Product show
Рет қаралды 2,1 МЛН
Хотела заскамить на Айфон!😱📱(@gertieinar)
0:21
Взрывная История
Рет қаралды 5 МЛН
В России ускорили интернет в 1000 раз
0:18
Короче, новости
Рет қаралды 1,8 МЛН
Опыт использования Мини ПК от TECNO
1:00
Андронет
Рет қаралды 648 М.
1$ vs 500$ ВИРТУАЛЬНАЯ РЕАЛЬНОСТЬ !
23:20
GoldenBurst
Рет қаралды 1,6 МЛН