Links
- To complete the projects for this course you will be using an integrated software development tool (or IDE) called Eclipse. For additional information please visit the site http://www.cs.umd.edu/eclipse
- Eclipse Video - Introduces Eclipse and how to create a Java program in Eclipse.
- Style Guide
- Panopto
- Public, Release, and Secret Tests
- CVS Repository Account
- Java API
- Safari Books Online
- Visualizer for Code Execution
- The Java Tutorials
- Common Errors
- Student Tests
- EclEmma Java Code Coverage for Eclipse
- EclEmma Source Code Annotation (Colors)
- Java Hashcode and Equals Deep Dive
- Exam Clock (http://www.timer-tab.com/)
- JavaFX: Getting Started with JavaFX
- Java Client Technologies
- Java All Books
- http://bigocheatsheet.com/
- Sorting Visualization
- HeapSort Visualization
- https://visualgo.net/sorting (Sorting Visualization II)
- Threads Tutorial
- http://www.java2s.com/ (Java Tutorials)
- Visualization of Algorithms