Java coding convention

Classes:- Class name start with upper case letter and every inner word starts with upper case letter. This convention is also known as camel case convention. The class name should be nouns. Ex:-      String                 StringBuffer                 InputStreamReader    ……etc Interfaces :- Interface name starts with upper case and every inner word starts with upper case letter. ThisContinue reading “Java coding convention”

Design a site like this with WordPress.com
Get started