- The Main() is a method of Program class which is the entry point of the console application.
- String is a data type.
- 'message' is a variable, that holds a value of a specified data type.
- "Hello World!!" is the value of the message variable.
- Console is a .NET framework class. WriteLine() is a method which you can use to display messages to the console.