Data Types & Variables
- Sree Hari
- Mar 31, 2017
- 1 min read
Previous Blog: Java - Save, Compile, Execute
public class Book {
}
Now, the class is empty! But, Let's add the properties one by one!
Properties-க்கு இன்னொரு பெயர் இருக்கு! Properties-அ variables-நும்சொல்லலாம்.
Variable declare பண்ணறதுக்கு syntax என்னனா,
access_modifier [optional] data_type [mandatory] variable_name;
........
Comments