Java Tutorial - 32 | Final Keyword in Java | Sinhala

preview_player
Показать описание
Java Tutorial - 32 | Final Keyword in Java | Sinhala
---------------------------------
In Java, the final keyword is used to denote constants. It can be used with variables, methods, and classes.

▬▬▬▬▬▬ Want to learn more? 🚀 ▬▬▬▬▬▬

▬▬▬▬▬▬ Connect with me 👋 ▬▬▬▬▬▬

#programming
#sinhala
#codeprolk
Рекомендации по теме
Комментарии
Автор

මම Python වල code එකක් ලිව්වා මේ තියෙන්නෙ ඒක
x = input ( "Please enter the code -" )
if input == 2 :
print ("Correct")
else :
print ("Wrong")
මට දැන් මේක Application එකක් වගේ open කරන්න ඕනේ කොහොමද ඒක කරන්නේ (GUI එකක්ම වගේ වෙන්න ඕනේ නෑ cmd එක වගේ වුණත් ඇති)

janirusehansa