June 30, 2014
OCA SE 7 Programmer I (1ZO-803), Topics
Here is a list of the officially declared topics for Oracle Java SE 7 Programmer I exam, published by Oracle Corporation on oracle site:
- Java Basic;
- Java Data Types;
- Using Operators;
- Using Decision Constructs;
- Creating and Using Arrays;
- Using Loop Constructs;
- Using Java Methods and Encapsulation;
- Working with Inheritance in Java;
- Java Exception Handling.
Other related topics are :
- Java Classes: String, StringBuilder, Array, ArrayList;
Forwards, I try to split each topic in subtopics. I hope this approach will be the correct one to help you to pass the 1Z0-803 exam. Before you start to go through this subtopics I recommend you to review the glossary page and familiarize with the term it contains.
Java Basic :
- The structure of a Java class/file;
- Package and import statements;
- The static import statement;
- Comments in Java;
- Variables in Java;
- Methods in Java;
- Constructors in Java;
- Introduction into Java interfaces;
- Introduction to Java modifiers (access modifiers and non-access modifiers);
- Understand the main method of a Java class;
- How to execute a Java class using the command prompt.
- Java naming conventions;
- Java keywords.
Java Data Types :
- Java primitives types;
- Java object types.
Java Methods and Encapsulation :
Java Classes: String, StringBuilder, Array, ArrayList :
- Prerequisite;
- java.util.String class;
- java.util.StringBuilder class;
- array in Java;
- java.util.ArrayList class.
Java Flow Control :
- Introduction into Java Flow Control;
- The switch statement;
- The if, if-else and if-else-if statements;
- The for and for-each statements;
- The while and do-while statements.
Java Inheritance :
Java Exception Handling :
- What exceptions and errors are?;
- Recognize common exception classes and categories;
- Understand the flow of the code when an exception is thrown.
2 Comments
Great articles.
Keep doing the good work.
thanks man.