1 / 47

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

This Edureka Java Certification tutorial will help you in understanding about the various certifications available for Java professionals. Below are the topics covered in this tutorial: <br><br>1) What is Java? <br>2) Why Java Certification? <br>3) Oracle Certified Associate <br>4) Oracle Certified Professional <br>5) Oracle Certified Expert <br>6) Oracle Certified Master <br>7) Java Job Trends <br>8) Edureka: Java/J2EE and SOA Certification Training

EdurekaIN
Télécharger la présentation

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

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  2. 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 ➢ EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  3. What is Java? EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  4. What is Java? ➢ 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 Object Oriented Class Based EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  5. Why Java Certification? EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  6. Why Java Certification? EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  7. Java Certifications EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  8. Java Certifications EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  9. Oracle Certified Associate Programmer(1Z0-808) EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  10. Oracle Certified Associate Programmer  Number of Questions: 80 questions  Time Limit: 150 minutes Exam Overview  Passing Score: 65% Exam Blueprint  Language: English  Price: INR 10100 or USD 300 Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  11. Oracle Certified Associate Programmer Exam Overview Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  12. Oracle Certified Associate Programmer 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. Exam Overview Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  13. Oracle Certified Associate Programmer 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 Exam Overview Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  14. Oracle Certified Associate Programmer 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 Exam Overview Exam Blueprint Arrays Exam Domain  Declare, instantiate, initialize and use a one-dimensional array and multi-dimensional array. EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  15. Oracle Certified Associate Programmer 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 Exam Overview 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 Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  16. Oracle Certified Associate Programmer 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 Exam Overview 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 Exam Blueprint ! Exam Domain Exceptions EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  17. Oracle Certified Professional Programmer(1Z0-809) EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  18. Oracle Certified Professional Programmer  Number of Questions: 85 questions  Time Limit: 150 minutes Exam Overview  Passing Score: 65% Exam Blueprint  Pre-requisite: Oracle Certified Associate Programmer(1Z0-808) Exam Domain  Language: English  Price: INR 10100 or USD 300 EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  19. Oracle Certified Professional Programmer Exam Overview Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  20. Oracle Certified Professional Programmer 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 Exam Overview Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  21. 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 Overview Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  22. Oracle Certified Professional Programmer 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 ! Exceptions Exam Overview 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 Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  23. Oracle Certified Professional Programmer Concurrency  Use java.util.concurrent collections  Apply atomic variables and locks  Use Executors and ThreadPools  Use the parallel Fork/Join Framework Exam Overview 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 Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  24. Oracle Certified Expert Programmer EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  25. Oracle Certified Expert Programmer  Number of Questions: Exam Based  Time Limit: Exam Based Exam Overview  Passing Score: 65% Exam Blueprint  Language: English  Price: INR 10100 or USD 300 Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  26. Oracle Certified Expert Programmer There are main 4 Expert level exams: Expert Exam Overview Exam Blueprint Web Business Logic Data Access Deployment Exam Domain OCEJWCD OCEEJBD OCEJPAD OCEJWSD EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  27. Oracle Certified Expert Programmer Oracle Certified Expert, Java EE Web Component Developer : Exam Overview Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  28. Oracle Certified Expert Programmer Oracle Certified Expert, Java EE Enterprise Java Beans Developer : Exam Overview Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  29. Oracle Certified Expert Programmer Oracle Certified Expert, Java Persistence API Developer: Exam Overview Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  30. Oracle Certified Expert Programmer Oracle Certified Expert, Java EE Web Services Developer: Exam Overview Exam Blueprint Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  31. Oracle Certified Master Programmer EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  32. Oracle Certified Expert Programmer  Number of Questions: 60  Time Limit: 150 Exam Overview  Passing Score: 71% Exam Blueprint  Language: English  Price: INR 10100 or USD 300 Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  33. Oracle Certified Master Programmer 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 Exam Overview Audience & Prerequisites Exam Domain EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  34. Job Trends EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  35. Java Job Trends Below are the number for job postings for Java professionals on various job portals as on 15thMarch 2017. EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  36. Edureka: Java/J2EE and SOA Certification Training

  37. Java Certification Training Pre-requisite Curriculum  Some priors programming experience and be familiar with basic concepts of programming languages Projects EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  38. Java Certification Training ➢ What you will be learning with EDUREKA’s Java/J2EE and SOA Certification Training Basic and Advanced Java Concepts SOA Pre-requisite Packages and Multi Threading Java Frameworks Curriculum Projects Collections JSP Servlets XML JDBC EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  39. Java Certification Training ➢ Project: Creation of Sales Data Warehouse Pre-requisite Data: You will be provided with the Account and Transaction data from real time banking project. Industry: Banking Curriculum Projects Problem Statement: With the provided data, you have to create a Web Service EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  40. How To Prepare For The Exam

  41. How to Prepare for the Exam ➢ How can I prepare for Java Certification exam? Practice Practice Practice! Skill Set Inventory Resources and Guides Practice Test Set Deep Dive and Make Quick Study Notes Plan your schedule EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  42. Summary EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  43. Session in a minute Java Certification What is Java? Why Certifications? Edureka: Java/J2EE and SOA Certification Training Job Trends How to Prepare EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  44. Conclusion EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  45. 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. EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

  46. Thank You … Questions/Queries/Feedback EDUREKA JAVA CERTIFICATION TRAINING https://www.edureka.co/java-j2ee-soa-training

More Related