You will be prepared to pass Oracle Java SE 8 Programmer I 1Z0-808 Exam. A package price for includes The Fundamentals & Intermediate courses, exam vouchers & the official Oracle Exam Prep Materials is available.
The course works towards the Oracle Certified Java Associate Exam (OCJA).
Teaching Style: Practical course projects with clear explanations. Useful examples.
Why do a Java Programming course: As professional Java Developer, you have good career opportunities: The average Java Developers £55000, and Java Developer jobs makes up an astounding 56% of all IT related jobs in London. (read more on the website itjobswatch ).
Course Contents:
Session 1
Revising the Basics
- Loops, If and Switches, Basics of Methods and Classes.
- Variable scope
- UML Models and Inheritance and Overriding
- UML to Represent Object-Oriented
Classes and Methods
- Data Protection through encapsulation.
- Method overloading
- Creating Packages
- Classes, object construction
- Inheritance, method overload and override
- Create abstract classes and methods
- Create and use an interface
- Polymorphism or runtime binding
- Use the access modifiers protected and the default (package-friendly)
- Create static variables, methods, and initialisers
- Create final classes, methods, and variables
- Create and use enumerated types
- Use the static import statement
Threads: Define a thread
• Create separate threads in a Java technology program, controlling the code and data that are used by that thread
Session 2
I/O Fundamentals
- Write a program that uses command-line arguments and system properties
- Examine the Properties class
- Construct node and processing streams, and use them appropriately
- Serialise and de-serialise objects
- Distinguish readers and writers from streams, and select appropriately between them
Database Application with JDBC
- Layout of the JDBC API JDBC divers Queries and results
- Prepared Statement and Callable
- Statement Transactions RowSet , RowSetProvider and RowSetFactory
- The DAO Pattern and JDBC
Session 3, 4 and 5
- Building Java GUIs Using the Swing API
- Describe the JFC Swing technology , Identify the Swing packages
- Build a GUI using Swing components
- Handling GUI-Generated Events
- Define events and event handling
- Examine the Java SE event model
- Describe GUI behaviour
- Determine the user action that originated an event
- Develop event listeners
- GUI-Based Applications
- Menu's and menu items in a Java GUI