Exam Number: 1Z0-808 Exam Title: Java SE 8 Programmer Please click here below link for more details about OCA - Java Oracle Certified Associated (OCA) Review Exam Topics - Assume the following: Missing package and import statements : If sample code do not include package or import statements, and the question does not explicitly refer to these missing statements, then assume that all sample code is in the same package, or import statements exist to support them. No file or directory path names for classes : If a question does not state the file names or directory locations of classes, then assume one of the following, whichever will enable the code to compile and run: All classes are in one file Each class is contained in a separate file, and all files are in one directory Unintended line breaks : Sample code might have unintended line breaks. If you see a line of code that looks like it has wrapped, and this creates a situation where the wrapping ...