Get Even More Visitors To Your Blog, Upgrade To A Business Listing >>

Coding Guidelines

  • The Java programs should always end with the .java extension.
  • Filenames should match the name of your public class. So for example, if the name of your public class is Hello, you should save it in a file called Hello.java.
  • You should write comments in your code explaining what a certain class does, or what a certain method do.


This post first appeared on Java Programs, please read the originial post: here

Share the post

Coding Guidelines

×

Subscribe to Java Programs

Get updates delivered right to your inbox!

Thank you for your subscription

×