站内搜索: 请输入搜索关键词
当前页面: 在线文档首页 > Code Conventions for the Java Programming Language(Java语言编码规范英文版)

Code Conventions for the Java Programming Language(Java语言编码规范英文版)

[Contents] [Prev] [Next]

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.



[Contents] [Prev] [Next]

Copyright © 1995-1999, Sun Microsystems, Inc. All rights reserved.