SCJA: Syllabus http://www.sun.com/training/catalog/courses/CX-310-019.xml Floating point types: http://java.sun.com/docs/books/jls/second_edition/html/typesValues.doc.html Enumerated types in Java: http://java.sun.com/docs/books/tutorial/java/javaOO/enum.html is a finite set of symbolic literals is represented as first-class object are allowed in case statements the literals may be any valid Java identifier Java Interface an interface may NOT contain any concrete method implementations an interface is NOT a class of […]

Read more of this post