SlideShare a Scribd company logo
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Agenda
➢ What is Java?
➢ Why Java Certification?
➢ Java Certifications
➢ Oracle Certified Associate
➢ Oracle Certified Professional
➢ Oracle Certified Expert
➢ Oracle Certified Master
➢ Java Job Trends
➢ Edureka: Java/J2EE Certification Training
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
What is Java?
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
➢ Java was created by James Gosling in 1995 for Sun Microsystems.
➢ Java is a platform independent programming language that follows the logic of
“Write once, Run anywhere”.
Concurrent
Class
Based
Object
Oriented
What is Java?
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Why Java Certification?
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Why Java Certification?
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Java Certifications
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Java Certifications
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Associate
Programmer(1Z0-808)
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Associate Programmer
Exam Domain
Exam Overview
Exam Blueprint
 Number of Questions: 80 questions
 Time Limit: 150 minutes
 Passing Score: 65%
 Language: English
 Price: INR 10100 or USD 300
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Associate Programmer
Exam Domain
Exam Overview
Exam Blueprint
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Associate Programmer
Exam Domain
Exam Overview
Exam Blueprint
Java Basics
 Define the scope of variables
 Define the structure of a Java class
 Create executable Java applications with a main method; run a
Java program from the command line
 Import other Java packages to make them accessible in your
code
 Compare and contrast the features and components of Java.
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Associate Programmer
Exam Domain
Exam Overview
Exam Blueprint
Java Data Types
 Declare and initialize variables
 Differentiate between object reference variables and primitive
variables
 Know how to read or write to object fields
 Object's Lifecycle
 Develop code that uses wrapper classes
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Associate Programmer
Exam Domain
Exam Overview
Exam Blueprint
Operators and Decision Constructs
 Use Java operators
 Test equality between Strings and other objects using == and
equals ()
 Create if and if/else and ternary constructs
 Use a switch statement
Arrays
 Declare, instantiate, initialize and use a one-dimensional array
and multi-dimensional array.
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Associate Programmer
Exam Domain
Exam Overview
Exam Blueprint
Loop
 Create and use while loops
 Create and use for loops including the enhanced for loop
 Create and use do/while loops
 Compare loop constructs
 Use break and continue
Methods and Encapsulation
 Create methods with arguments and return values;
 Apply the static keyword to methods and fields
 Create and overload constructors
 Apply access modifiers
 Apply encapsulation principles to a class
 Determine the effect upon object references
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Associate Programmer
Exam Domain
Exam Overview
Exam Blueprint
Inheritance
 Develop code that demonstrates the use of polymorphism;
 Determine when casting is necessary
 Use super and this to access objects and constructors
 Use abstract classes and interfaces
Exceptions
 Differentiate among checked exceptions, unchecked exceptions,
and Errors
 Create a try-catch block and determine how exceptions alter
normal program flow
 Describe the advantages of Exception handling
 Create and invoke a method that throws an exception
 Recognize common exception classes
!Exceptions
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Professional
Programmer(1Z0-809)
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Professional Programmer
Exam Domain
Exam Overview
Exam Blueprint
 Number of Questions: 85 questions
 Time Limit: 150 minutes
 Passing Score: 65%
 Pre-requisite: Oracle Certified Associate
Programmer(1Z0-808)
 Language: English
 Price: INR 10100 or USD 300
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Professional Programmer
Exam Domain
Exam Overview
Exam Blueprint
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Professional Programmer
Exam Domain
Exam Overview
Exam Blueprint
Class Design
 Use access modifiers
 Override methods
 Overload constructors and other
 Use virtual method invOCPtion
 Identify when and how to apply abstract classes
 Construct abstract Java classes and subclasses
 Use the static and final keywords
 Create top-level and nested classes
 Use enumerated types
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Professional Programmer
Generics and Collections
 Create a generic class
 Use the diamond syntax to create a collection
 Analyze the interoperability of collections that use raw type and
generic types
 Use wrapper classes and autoboxing
 Create and use a List, a Set and a Deque
 Create and use a Map
 Use java.util.Comparator and java.lang.Comparable
 Sort and search arrays and lists
Exam Domain
Exam Overview
Exam Blueprint
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Professional Programmer
Exam Domain
Exam Overview
Exam Blueprint
Exceptions and Assertions
 Use throw and throws statements
 Use the try statement with multi-catch, and finally clauses
 Autoclose resources with a try-with-resources statement
 Create custom exceptions
 Test invariants by using assertions
File I/O
 Use the Path class to operate on file and directory paths
 Use the Files class to check, delete, copy, or move a file or directory
 Read and change file and directory attributes
 Recursively access a directory tree
 Find a file by using the PathMatcher class
 Watch a directory for changes by using WatchService
!Exceptions
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Professional Programmer
Exam Domain
Exam Overview
Exam Blueprint
Concurrency
 Use java.util.concurrent collections
 Apply atomic variables and locks
 Use Executors and ThreadPools
 Use the parallel Fork/Join Framework
Localization
 Read and set the lOCPle by using the LOCPle object
 Build a resource bundle for each lOCPle
 Load a resource bundle in an application
 Format text for localization by using NumberFormat and DateFormat
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Expert
Programmer
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Expert Programmer
Exam Domain
Exam Overview
Exam Blueprint
 Number of Questions: Exam Based
 Time Limit: Exam Based
 Passing Score: 65%
 Language: English
 Price: INR 10100 or USD 300
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Expert Programmer
Exam Domain
Exam Overview
There are main 4 Expert level exams:
Expert
Web Business Logic Data Access Deployment
OCEJWCD OCEEJBD OCEJPAD OCEJWSD
Exam Blueprint
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Expert Programmer
Exam Domain
Exam Overview
Oracle Certified Expert, Java EE Web Component Developer :
Exam Blueprint
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Expert Programmer
Exam Domain
Exam Overview
Oracle Certified Expert, Java EE Enterprise Java Beans Developer :
Exam Blueprint
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Expert Programmer
Exam Domain
Exam Overview
Oracle Certified Expert, Java Persistence API Developer:
Exam Blueprint
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Expert Programmer
Exam Domain
Exam Overview
Oracle Certified Expert, Java EE Web Services Developer:
Exam Blueprint
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Master
Programmer
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Expert Programmer
Exam Domain
Exam Overview
Exam Blueprint
 Number of Questions: 60
 Time Limit: 150
 Passing Score: 71%
 Language: English
 Price: INR 10100 or USD 300
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Oracle Certified Master Programmer
Exam Domain
Exam Overview
Audience &
Prerequisites
Process:
1. Candidates must complete one of the courses below from Oracle
University:
➢ Architect Enterprise applications with Java EE
➢ Developing Applications for the Java EE 6 Platform
➢ Java Design Patterns
➢ Java EE 6: Develop Business Components with JMS & EJBs
➢ Java EE 6: Develop Database Applications with JPA
➢ Java SE 7 Fundamentals or Programming
➢ Java SE 7 Programming
➢ Java EE 6: Develop Web Services with JAX-WS & JAX-RS
➢ Object-Oriented Analysis and Design Using UML
➢ Java SE 8 Fundamentals or Programming
2. Pass Java SE 6 Developer Certified Master Assignment 1Z0-855
3. Pass Java SE 6 Developer Certified Master Essay 1Z0-856
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Job Trends
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Java Job Trends
Below are the number for job postings for Java professionals on various job portals as on 15th March 2017.
Edureka: Java/J2EE and SOA Certification
Training
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
 Some priors programming experience and be familiar
with basic concepts of programming languages
Pre-requisite
Curriculum
Projects
Java Certification Training
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Java Frameworks
XMLServlets
JDBC
Basic and Advanced Java
Concepts
Packages and Multi
Threading
JSP
Collections
Pre-requisite
Curriculum
Projects
➢ What you will be learning with EDUREKA’s Java/J2EE and SOA Certification Training
SOA
Java Certification Training
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Industry: Banking
Data: You will be provided with
the Account and Transaction data
from real time banking project.
Problem Statement: With the provided data, you have to create a
Web Service
Pre-requisite
Curriculum
Projects
➢ Project: Creation of Sales Data Warehouse
Java Certification Training
How To Prepare For The Exam
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Deep Dive and Make
Quick Study Notes
Resources and Guides Practice Test Set
Skill Set InventoryPractice Practice Practice!
➢ How can I prepare for Java Certification exam?
Plan your schedule
How to Prepare for the Exam
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Summary
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Session in a minute
What is Java?
Job Trends
Why Certifications?
Edureka: Java/J2EE and SOA
Certification Training
How to Prepare
Java Certification
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Conclusion
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Conclusion
Congrats!
We hope you have gained insight into various Java Certifications.
Once you have successfully completed these certifications, you will be able to grab
multiple opportunities waiting to explored in the Java market.
https://www.edureka.co/java-j2ee-soa-trainingEDUREKA JAVA CERTIFICATION TRAINING
Thank You …
Questions/Queries/Feedback

More Related Content

PDF
Java Tutorial | Java Programming Tutorial | Java Basics | Java Training | Edu...
PDF
Java Training | Java Tutorial for Beginners | Java Programming | Java Certifi...
PDF
Java Tutorial For Beginners - Step By Step | Java Basics | Java Certification...
PDF
Java Classes | Java Tutorial for Beginners | Java Classes and Objects | Java ...
PDF
What Is Java | Java Tutorial | Java Programming | Learn Java | Edureka
PDF
Java Programming | Java Tutorial For Beginners | Java Training | Edureka
PDF
Introduction to Loops in Java | For, While, Do While, Infinite Loops | Edureka
PDF
Java Interview Questions and Answers | Spring and Hibernate Interview Questio...
Java Tutorial | Java Programming Tutorial | Java Basics | Java Training | Edu...
Java Training | Java Tutorial for Beginners | Java Programming | Java Certifi...
Java Tutorial For Beginners - Step By Step | Java Basics | Java Certification...
Java Classes | Java Tutorial for Beginners | Java Classes and Objects | Java ...
What Is Java | Java Tutorial | Java Programming | Learn Java | Edureka
Java Programming | Java Tutorial For Beginners | Java Training | Edureka
Introduction to Loops in Java | For, While, Do While, Infinite Loops | Edureka
Java Interview Questions and Answers | Spring and Hibernate Interview Questio...

What's hot (20)

PDF
Top 100 Java Interview Questions with Detailed Answers
PDF
What Is Spring Framework In Java | Spring Framework Tutorial For Beginners Wi...
PDF
Java Threads Tutorial | Multithreading In Java Tutorial | Java Tutorial For B...
PPTX
java tutorial for beginner - Free Download
DOCX
Java Tutorial to Learn Java Programming
PDF
Java - OOPS and Java Basics
PPTX
JavaFX 2 Using the Spring Framework
DOCX
159747608 a-training-report-on
PPT
Spring ppt
PDF
A seminar report on core java
PPTX
PROGRAMMING IN JAVA
PPTX
Core Java
PDF
Support formation vidéo : OCA Java SE 8 Programmer (1Z0-808) (2)
PDF
PDF
Introduction to java (revised)
PDF
Certified Core Java Developer
PDF
Java technologies explained to non-technical audience
PPTX
PROGRAMMING IN JAVA- unit 4-part II
PPT
Java Programming for Designers
PDF
Does Java Need Inline Types? What Project Valhalla Can Bring to Java
Top 100 Java Interview Questions with Detailed Answers
What Is Spring Framework In Java | Spring Framework Tutorial For Beginners Wi...
Java Threads Tutorial | Multithreading In Java Tutorial | Java Tutorial For B...
java tutorial for beginner - Free Download
Java Tutorial to Learn Java Programming
Java - OOPS and Java Basics
JavaFX 2 Using the Spring Framework
159747608 a-training-report-on
Spring ppt
A seminar report on core java
PROGRAMMING IN JAVA
Core Java
Support formation vidéo : OCA Java SE 8 Programmer (1Z0-808) (2)
Introduction to java (revised)
Certified Core Java Developer
Java technologies explained to non-technical audience
PROGRAMMING IN JAVA- unit 4-part II
Java Programming for Designers
Does Java Need Inline Types? What Project Valhalla Can Bring to Java
Ad

Similar to Java Certification Tutorial | Java Tutorial For Beginners | Java Training | Edureka (20)

PPTX
Java certification
PPT
ocejwcd 6 preparation guide
PDF
Java quick reference
PDF
Spring Framework Tutorial | Spring Tutorial For Beginners With Examples | Jav...
PPT
SCWCD 5 preparation guide
PDF
OpenStack Certification | Red Hat OpenStack Certification | OpenStack Trainin...
PDF
Best java full stack developer course syllabus pdf 2025.pdf
PDF
Java Certification
PDF
Java J2EE by Fairline
PPT
ocejwsd 6 preparation guide
PDF
Mastering Java A Beginners Guide Divya Sachdeva Natalya Ustukpayeva
PDF
JavaScript Form Validation Tutorial | Edureka
PDF
Advance Java Tutorial | J2EE, Java Servlets, JSP, JDBC | Java Certification T...
PDF
Introduction to Selenium and WebDriver
PDF
Java Developer Resume | Edureka
PDF
Spring Interview Questions and Answers | Spring Tutorial | Spring Framework T...
DOCX
Test Engineer CV for 3+ exp
PPT
OCAJP 7 Preparation Tips
PPTX
Oracle java se 7 programming
PDF
JAVA Training in Bangalore
Java certification
ocejwcd 6 preparation guide
Java quick reference
Spring Framework Tutorial | Spring Tutorial For Beginners With Examples | Jav...
SCWCD 5 preparation guide
OpenStack Certification | Red Hat OpenStack Certification | OpenStack Trainin...
Best java full stack developer course syllabus pdf 2025.pdf
Java Certification
Java J2EE by Fairline
ocejwsd 6 preparation guide
Mastering Java A Beginners Guide Divya Sachdeva Natalya Ustukpayeva
JavaScript Form Validation Tutorial | Edureka
Advance Java Tutorial | J2EE, Java Servlets, JSP, JDBC | Java Certification T...
Introduction to Selenium and WebDriver
Java Developer Resume | Edureka
Spring Interview Questions and Answers | Spring Tutorial | Spring Framework T...
Test Engineer CV for 3+ exp
OCAJP 7 Preparation Tips
Oracle java se 7 programming
JAVA Training in Bangalore
Ad

More from Edureka! (20)

PDF
What to learn during the 21 days Lockdown | Edureka
PDF
Top 10 Dying Programming Languages in 2020 | Edureka
PDF
Top 5 Trending Business Intelligence Tools | Edureka
PDF
Tableau Tutorial for Data Science | Edureka
PDF
Python Programming Tutorial | Edureka
PDF
Top 5 PMP Certifications | Edureka
PDF
Top Maven Interview Questions in 2020 | Edureka
PDF
Linux Mint Tutorial | Edureka
PDF
How to Deploy Java Web App in AWS| Edureka
PDF
Importance of Digital Marketing | Edureka
PDF
RPA in 2020 | Edureka
PDF
Email Notifications in Jenkins | Edureka
PDF
EA Algorithm in Machine Learning | Edureka
PDF
Cognitive AI Tutorial | Edureka
PDF
AWS Cloud Practitioner Tutorial | Edureka
PDF
Blue Prism Top Interview Questions | Edureka
PDF
Big Data on AWS Tutorial | Edureka
PDF
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
PDF
Kubernetes Installation on Ubuntu | Edureka
PDF
Introduction to DevOps | Edureka
What to learn during the 21 days Lockdown | Edureka
Top 10 Dying Programming Languages in 2020 | Edureka
Top 5 Trending Business Intelligence Tools | Edureka
Tableau Tutorial for Data Science | Edureka
Python Programming Tutorial | Edureka
Top 5 PMP Certifications | Edureka
Top Maven Interview Questions in 2020 | Edureka
Linux Mint Tutorial | Edureka
How to Deploy Java Web App in AWS| Edureka
Importance of Digital Marketing | Edureka
RPA in 2020 | Edureka
Email Notifications in Jenkins | Edureka
EA Algorithm in Machine Learning | Edureka
Cognitive AI Tutorial | Edureka
AWS Cloud Practitioner Tutorial | Edureka
Blue Prism Top Interview Questions | Edureka
Big Data on AWS Tutorial | Edureka
A star algorithm | A* Algorithm in Artificial Intelligence | Edureka
Kubernetes Installation on Ubuntu | Edureka
Introduction to DevOps | Edureka

Recently uploaded (20)

PDF
REPORT: Heating appliances market in Poland 2024
PDF
GamePlan Trading System Review: Professional Trader's Honest Take
PPTX
CroxyProxy Instagram Access id login.pptx
PDF
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
PDF
KodekX | Application Modernization Development
PDF
Advanced IT Governance
PDF
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
PPTX
Big Data Technologies - Introduction.pptx
PDF
Smarter Business Operations Powered by IoT Remote Monitoring
PDF
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
PDF
Modernizing your data center with Dell and AMD
PDF
CIFDAQ's Market Wrap: Ethereum Leads, Bitcoin Lags, Institutions Shift
PPTX
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
PDF
Chapter 3 Spatial Domain Image Processing.pdf
PDF
SAP855240_ALP - Defining the Global Template PUBLIC.pdf
PPTX
20250228 LYD VKU AI Blended-Learning.pptx
PPTX
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
PDF
Transforming Manufacturing operations through Intelligent Integrations
PDF
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
PDF
AI And Its Effect On The Evolving IT Sector In Australia - Elevate
REPORT: Heating appliances market in Poland 2024
GamePlan Trading System Review: Professional Trader's Honest Take
CroxyProxy Instagram Access id login.pptx
solutions_manual_-_materials___processing_in_manufacturing__demargo_.pdf
KodekX | Application Modernization Development
Advanced IT Governance
GDG Cloud Iasi [PUBLIC] Florian Blaga - Unveiling the Evolution of Cybersecur...
Big Data Technologies - Introduction.pptx
Smarter Business Operations Powered by IoT Remote Monitoring
Shreyas Phanse Resume: Experienced Backend Engineer | Java • Spring Boot • Ka...
Modernizing your data center with Dell and AMD
CIFDAQ's Market Wrap: Ethereum Leads, Bitcoin Lags, Institutions Shift
breach-and-attack-simulation-cybersecurity-india-chennai-defenderrabbit-2025....
Chapter 3 Spatial Domain Image Processing.pdf
SAP855240_ALP - Defining the Global Template PUBLIC.pdf
20250228 LYD VKU AI Blended-Learning.pptx
Detection-First SIEM: Rule Types, Dashboards, and Threat-Informed Strategy
Transforming Manufacturing operations through Intelligent Integrations
[발표본] 너의 과제는 클라우드에 있어_KTDS_김동현_20250524.pdf
AI And Its Effect On The Evolving IT Sector In Australia - Elevate

Java Certification Tutorial | Java Tutorial For Beginners | Java Training | Edureka