Java Code Conventions - File Names


You can read and download this coding style guide, coding standard, code convention, code guideline, manual or reference from here for free at your own risk. All trademarks, registered trademarks, product names and company names or logos mentioned herein are the property of their respective owners.

2 - File Names

This section lists commonly used file suffixes and names.

2.1 File Suffixes

Java Software uses the following file suffixes:


File Type


Suffix


Java source


.java


Java bytecode


.class

2.2 Common File Names

Frequently used file names include:


File Name


Use


GNUmakefile


The preferred name for makefiles. We use gnumake to build our software.


README


The preferred name for the file that summarizes the contents of a particular directory.

  Don't waste time on formatting Java code by hand any more!  Try SourceFormatX Java Code Formatter today!