Importance syntax rules when working with JAVA – User friendly Tech help
Lets learn some of the basic and critical rules that we should know as JAVA developers.n n Being aware of a single shortcoming within yourself is far more useful than being aware of a thousand in someone else. n 1. Name of Class should start with uppercase letter.nExample:- nMyFirstClass rather than myfirstclassnn2.Methods and variables of class…