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

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