final vs finally vs finalize in Java

Описание к видео final vs finally vs finalize in Java

final: is a Keyword
1. final can be used to mark a variable "unchangeable".
2. final can also make a method not "overrideable"
3. final can also make a class not "inheritable". i.e. the class can not be subclassed.

finally: is a Block
finally is used in a try/catch statement to execute code "always".

finalize: is a Method
finalize is called when an object is garbage collected. You rarely need to override it.

~~~
Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
https://www.youtube.com/c/Naveen%20Au...

Follow me on my Facebook Page:
  / naveenqtpexpert  

Let's join our Automation community for some amazing knowledge sharing and group discussion:
https://t.me/joinchat/COJqZQ4enmEt4JA... Subscribe to this channel, and press bell icon to get some interesting videos on Selenium and Automation:
https://www.youtube.com/c/Naveen%20Au...

Follow me on my Facebook Page:
  / naveenqtpexpert  

Let's join our Automation community for some amazing knowledge sharing and group discussion on Telegram:
https://t.me/joinchat/COJqZUPB02r5sB7...

Paid courses (Recorded) videos:
Java & Selenium Course: http://www.naveenautomationlabs.com/p...
API Course: http://www.naveenautomationlabs.com/p... ➡️Get Our Courses✔️
📗 Get My Paid Courses at
Paid courses (Recorded) videos:
Java & Selenium Course: http://www.naveenautomationlabs.com/p...
API Course: http://www.naveenautomationlabs.com/p...
-------------------------------

✔️SOCIAL NETWORKS
Facebook:   / naveenqtpexpert  
Twitter:   / naveenkhunteta  
Blog: http://www.naveenautomationlabs.com
--------------------------------

Support My Channel✔️Or Buy Me A Coffee
Paypal: https://paypal.me/naveenkhunteta
Google Pay: [email protected]
--------------------------------
✔️Thanks for watching!
देखने के लिए धन्यवाद
Благодаря за гледането
感谢您观看
Merci d'avoir regardé
Grazie per la visione
Gracias por ver
شكرا للمشاهدة

Комментарии

Информация по комментариям в разработке