Back to Browse

[Java in Telugu]: Creating Constants in Java

602 views
Jul 4, 2021
17:27

The "final" keyword is a modifier that can be used when declaring variables to prevent any subsequent changes to the values that are initially assigned to them. This is useful when storing a fixed value in a program to avoid it becoming altered accidentally. Variables created to store fixed values in this way are known as "constants" and it is a convention to name constants with all uppercase characters -- to distinguish them regular variables. Programs that attempt to change a constant value will not compile and the javac compiler will generate an error message. --------------------------------------------- 🌟 Topic: Creating constants 🌟 Faculty: Ravula Govardhan 🌟 Category: Java in Telugu ---------------------------------------------- #constantsinjava #constantsintelugu #typesofconstantsinjava #integerconstantsinjava ------------------------------------------------- 📌 TIMESTAMPS 📌 00:00 Start 00:08 Creating constants 01:34 Create a java program featuring constants ------------------------------------------------------------------------------------- ▬▬▬▬▬ For Source code use this GitHub Link: ▬▬▬▬▬ https://github.com/lecturesbyravulagovardhan/Python.git ▬▬▬▬▬ Subscribe to Our Channel: ▬▬▬▬▬ https://www.youtube.com/c/LecturesbyRavulaGovardhan ▬▬▬▬▬ Follow me on Facebook: ▬▬▬▬▬ https://www.facebook.com/groups/212867796599104/ 💛 You may also like our remaining playlists too. ✔️ 1. Java Tutorial for Beginners in Telugu - https://www.youtube.com/playlist?list=PLxVdDJ19Li-l9FXD9ZDrFQA1gdIxT5MPe ✔️ 2. C language in Telugu - https://www.youtube.com/playlist?list=PLxVdDJ19Li-lEf5c5rJztz39duKIvQzsw ✔️ 3. C Logic Programming - https://www.youtube.com/playlist?list=PLxVdDJ19Li-kxp_ViiWXJT4UX5XEm49vd ✔️ 4. Python Projects in Telugu https://www.youtube.com/playlist?list=PLxVdDJ19Li-mE8pN1OeHUirziwEbM_-es ✔️ 5. Learn Python in Telugu - https://www.youtube.com/playlist?list=PLxVdDJ19Li-l8XFAARUo84jaPGxja4ID3 ✔️ 6. HTML in Telugu (Tutorial for Beginners) - https://www.youtube.com/playlist?list=PLxVdDJ19Li-kYLOxnGtNoMrLZfiMEAEPG ✔️ 7. Python/Django Projects: https://www.youtube.com/playlist?list=PLxVdDJ19Li-m5AkZHp9PXlQpTkOCktRtY ✔️ 8. Tips & Tricks https://www.youtube.com/playlist?list=PLxVdDJ19Li-nEFoKOGzccKl4dF8Wt236i ✔️ 9. Python projects in Telugu: https://www.youtube.com/playlist?list=PLxVdDJ19Li-mE8pN1OeHUirziwEbM_-es ▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬ ✅ Join in our 𝐰hatsApp Group https://chat.whatsapp.com/GLtTHHI3d721gISCbwfMXL

Download

1 formats

Video Formats

360pmp422.2 MB

Right-click 'Download' and select 'Save Link As' if the file opens in a new tab.

[Java in Telugu]: Creating Constants in Java | NatokHD