Johnson's CIS 260: Application
Development I--Summer 2008 |
||
| Assignments | Slides | |
| Exam 1 Study Guide | Exam 2 Study Guide | Exam 3 Study Guide |
|
|
Final Grades: Now available. |
|
|
Program Files: You will find the files for the programs in the text at \\cisclass\Class\CIS260\Johnson. |
|
|
Java Conventions. A good source to learn about many Java conventions is http://geosoft.no/development/javastyle.html. The conventions on the java.sun.com site are at http://java.sun.com/docs/codeconv/html/CodeConvTOC.doc.html. |
|
|
A Java Template. You can download JavaTemplate.txt and use it as a guide or starting point in writing some simple Java programs. Right-click on the link and select Save Target As..., and save it as JavaTemplate.java (in the 'Save as type:' box select 'All Files'). You will also need to create an empty file called prog.out and put it in the same directory before you run JavaTemplate.java. |
|
Last updated 07/30/08 03:45 PM by Richard Johnson |