Identifiers In Java | Learn Java Programming | Java By Optimistic Coder

Publicado el: 15 junio 2020
en el canal de: Pawan S Nair
115
9

follow me on:
Facebook:   / pawans.nair.7  
Instagram:   / pawan_s_nair  
Twitter:   / pawannair  
Linked in:   / pawan-nair-669860168  

In this video we will be discussing Identifiers in java :
Identifiers are basically naming give for class , function/methods , variable and labels
Example:
public class Test
{
public static void main(String[] args)
{
int a = 20;
}
}

In the above java code, we have 5 identifiers namely :
Test : class name.
main : method name.
String : predefined class name.
args : variable name.
a : variable name.


En esta página del sitio puede ver el video en línea Identifiers In Java | Learn Java Programming | Java By Optimistic Coder de Duración hora minuto segunda en buena calidad , que subió el usuario Pawan S Nair 15 junio 2020, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 115 veces y le gustó 9 a los espectadores. Disfruta viendo!