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

Published: 15 June 2020
on channel: 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.


On this page of the site you can watch the video online Identifiers In Java | Learn Java Programming | Java By Optimistic Coder with a duration of hours minute second in good quality, which was uploaded by the user Pawan S Nair 15 June 2020, share the link with friends and acquaintances, this video has already been watched 115 times on youtube and it was liked by 9 viewers. Enjoy your viewing!