Friday, January 20, 2012

Reading and Writing Javadoc

Our texbook describes all the methods we will be using in this class, but so does the official java documentation. You can view the official Java documenation on any browser by clicking on the Java Documentation link on the top-right of this page. On that page you want to click on "java.lang" on the top-left window.

More conveniently, all the documentation you need is also on eclipse. The video below shows you how to get at the Java documentation from eclipse, as well as how to make your own javadoc documentation for your own programs.



No comments: