FINAL KEYWORD IN JAVA- INTERVIEW

Publicado el: 03 junio 2018
en el canal de: Sudipto Roy
123
5

Final keyword can be used with a :
variable
method
class
If you make any variable as final, you cannot change the value of final variable(It will be constant).
If you make any method as final, you cannot override it.
If you make any class as final, you cannot extend it.
A final method is inherited but you cannot override it.
A final variable that is not initialized at the time of declaration is known as blank final variable.
A static final variable that is not initialized at the time of declaration is known as static blank final variable. It can be initialized only in static block.


En esta página del sitio puede ver el video en línea FINAL KEYWORD IN JAVA- INTERVIEW de Duración hora minuto segunda en buena calidad , que subió el usuario Sudipto Roy 03 junio 2018, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 123 veces y le gustó 5 a los espectadores. Disfruta viendo!