Search Online Jobs
Esoft Courses Private Courses Professional Courses in Sri Lanka

Oracle Certified Associate, Java SE 8 Programmer (OCAJP 8)

This course is equally useful for undergraduates and graduates as well as working professionals who wish to obtain a solid foundation in Java programming.

Why obtain this certification ?

  • Cover all fundamental aspects of Java programming (focus on breadth of knowledge) from Oracle’s perspective
  • Demonstrate your skills to your employer, peers and customers – show that you are proficient in Java Technologies and use industry-standard best practices
  • Enhance your salary, job opportunities and credibility by adding the newest and most up-to-date credentials to your resume
  • Get officially accredited as a Java Professional

Exam Details

Exam Number:
1Z0-808
Exam Product Version:
Java SE
Exam Price:
USD 150
Duration:
150 Minutes
Number of Questions:
77
Passing Score:
65%
Format:
Multiple Choice

This course is equally useful for undergraduates as well as working professionals who wish to obtain a solid foundation in Java programming.

Duration:

55 Hours

Course Fee:

LKR 25,000

Instalment Plan:

Rs. 9,000 + (Rs. 8,000 x 2)

Java Building Blocks

  • Class Structure
  • Fields & Methods
  • Comments
  • main() method
  • Packages & Imports
  • Constructors
  • Instance Initializer Blocks
  • Data Types
  • Variables
  • Garbage Collection

Operators and Statements

  • Java Operators
  • if-then-else statement
  • switch statement
  • while statement
  • do-while statement
  • for statement
  • Nested Loops
  • Optional Labels
  • break statement
  • continue statement

Core Java APIs

  • String Class
  • String Builder Class
  • Array
  • ArrayList
  • Dates and Times
  • Periods

Methods and Encapsulation

  • Designing Methods
  • Varargs
  • Access Modifiers
  • Static specifier
  • Overloading methods
  • Final fields
  • Encapsulation
  • Lambda expressions
  • Predicates

Class Design

  • Class inheritance
  • Abstract Classes
  • Interfaces
  • Polymorphism
  • Method overloading

Exceptions

  • Role of exceptions
  • Throwing an exception
  • try catch finally block
  • Types of exceptions
  • Printing an exception