Java
Core Java
Lecture By: Mr. Madhu Sudhana Rao,
Java Tutorial for beginners
Java Programming for beginners
Core Java By Madhu Sir
packagename:
All are lower case, separate with .
Ex:
java.lang.
java.awt.
java.sql
javax.servlet.
com.mysql.jdbc.
Ex: www.leelasoft.com
com.leelasoft.cms.user
com.leelasoft.cms.comment
classname, interfacename:
starting leter is upper and every inner word is upper
Ex:
StringBuffer
StringBuilder
OrderDetails
OrderDetails
variablename, methodnames:
starting leter is lower case and every inner word is upper case
Ex:
charAt()
forName()
empdetails()
empDetails()
constantvalues:
All are upper case, if any more than one word separate with _ (underscore)
Ex:
PI
MAX_VALUE
MIN_VALUE
MIN_PRIORITY
MAX_PRIORITY
Note:
naming conventions are mandatory for all pre-defined names, not for user defined.
@@@@@ CONTACT ME @@@@@
Website: http://www.leelasoft.com/
Facebook: / leelasoft
Github: https://github.com/madhu-baswani
Watsapp: 93 93 92 96 47
======================================
Make sure you LIKE, SUBSCRIBE, COMMENT
======================================
• Projects: Java and Python