Note that we are attempting to be as open and honest as possible here. We are telling you the things that we would like to do in Java SE 6. It is entirely possible that some of these items may not make it into the release for one reason or another. Version 6 is, after all, very much mid-development right now. Also, any API additions or other enhancements to the Java training specification are subject to review and approval by the JSR 270 Expert Group. But beyond these caveats, this list should contain the features that we are currently hoping to deliver in Java SE 6.A program that is well-documented is much more valuable than the same program without the documentation.
Java comes with a tool called javadoc that can make it easier to produce the documentation is a readable and organized format. Java training Javadoc is especially useful for documenting classes and packages of classes that are meant to be used by other programmers. A programmer who wants to use pre-written classes shouldn't need to search through the source code to find out how to use them. If the documentation in the source code is in the correct format, Java training can separate out the documentation and make it into a set of web pages.
The web pages are automatically formatted and linked into an easily browse able Web site. Sun Microsystems’s on-line documentation for the standard Java training API was produced using javadoc.If the World-Wide Web -- and information technology in general -- is to be a truly global phenomenon, it shouldn't be tied to one country's language or customs
No comments:
Post a Comment