OCP: Java SE 11 Developer (1Z0-819 and Upgrade Exam 1Z0-817)

(1Z0-819.AE1) / आईएसबीएन : 978-1-64459-254-0
Lessons
Lab
TestPrep
AI Tutor (ऐड ऑन)
92 समीक्षा
निःशुल्क परीक्षण प्राप्त करें

कौशल जो आपको प्राप्त होंगे

Oracle Java SE 11 जावा तकनीक के मुख्य प्रदर्शन को सुनिश्चित करता है, इसके पदचिह्न को काफी कम करके और जावा क्लास फ़ाइलों की अभिव्यक्ति में सुधार करके। आप जावा में दक्षता और जावा प्रोग्रामिंग और कोडिंग की व्यापक समझ प्राप्त कर सकते हैं, साथ ही जावा SE 11 में जोड़े गए नए फीचर्स का उपयोग करने की क्षमता भी प्राप्त कर सकते हैं। एक योग्य व्यक्ति आवश्यक परीक्षा उत्तीर्ण करके जावा SE में प्रवाह और जावा सॉफ़्टवेयर डेवलपर बनने के लिए आवश्यक कौशल प्रदर्शित करता है।

1

Introduction

  • Understanding the Exam
  • Reading This Course
  • Preparing for the Exam
  • Objective Map
2

Welcome to Java

  • Learning About the Java Environment
  • Identifying Benefits of Java
  • Understanding the Java Class Structure
  • Writing a main() Method
  • Understanding Package Declarations and Imports
  • Ordering Elements in a Class
  • Summary
  • Exam Essentials
3

Java Building Blocks

  • Creating Objects
  • Understanding Data Types
  • Declaring Variables
  • Initializing Variables
  • Managing Variable Scope
  • Destroying Objects
  • Summary
  • Exam Essentials
4

Operators

  • Understanding Java Operators
  • Applying Unary Operators
  • Working with Binary Arithmetic Operators
  • Assigning Values
  • Comparing Values
  • Making Decisions with the Ternary Operator
  • Summary
  • Exam Essentials
5

Making Decisions

  • Creating Decision-Making Statements
  • Writing while Loops
  • Constructing for Loops
  • Controlling Flow with Branching
  • Summary
  • Exam Essentials
6

Core Java APIs

  • Creating and Manipulating Strings
  • Using the StringBuilder Class
  • Understanding Equality
  • Understanding Java Arrays
  • Understanding an ArrayList
  • Creating Sets and Maps
  • Calculating with Math APIs
  • Summary
  • Exam Essentials
7

Lambdas and Functional Interfaces

  • Writing Simple Lambdas
  • Introducing Functional Interfaces
  • Working with Variables in Lambdas
  • Calling APIs with Lambdas
  • Summary
  • Exam Essentials
8

Methods and Encapsulation

  • Designing Methods
  • Working with Varargs
  • Applying Access Modifiers
  • Applying the static Keyword
  • Passing Data among Methods
  • Overloading Methods
  • Encapsulating Data
  • Summary
  • Exam Essentials
9

Class Design

  • Understanding Inheritance
  • Creating Classes
  • Declaring Constructors
  • Inheriting Members
  • Understanding Polymorphism
  • Summary
  • Exam Essentials
10

Advanced Class Design

  • Creating Abstract Classes
  • Implementing Interfaces
  • Introducing Inner Classes
  • Summary
  • Exam Essentials
11

Exceptions

  • Understanding Exceptions
  • Recognizing Exception Classes
  • Handling Exceptions
  • Calling Methods That Throw Exceptions
  • Summary
  • Exam Essentials
12

Modules

  • Introducing Modules
  • Creating and Running a Modular Program
  • Updating Our Example for Multiple Modules
  • Diving into the module-info File
  • Discovering Modules
  • Reviewing Command-Line Options
  • Summary
  • Exam Essentials
13

Java Fundamentals

  • Applying the final Modifier
  • Working with Enums
  • Creating Nested Classes
  • Understanding Interface Members
  • Introducing Functional Programming
  • Summary
  • Exam Essentials
14

Annotations

  • Introducing Annotations
  • Creating Custom Annotations
  • Applying Annotations
  • Declaring Annotation-Specific Annotations
  • Using Common Annotations
  • Summary
  • Exam Essentials
15

Generics and Collections

  • Using Method References
  • Using Wrapper Classes
  • Using the Diamond Operator
  • Using Lists, Sets, Maps, and Queues
  • Sorting Data
  • Working with Generics
  • Summary
  • Exam Essentials
16

Functional Programming

  • Working with Built-in Functional Interfaces
  • Returning an Optional
  • Using Streams
  • Working with Primitive Streams
  • Working with Advanced Stream Pipeline Concepts
  • Summary
  • Exam Essentials
17

Exceptions and Localization

  • Reviewing Exceptions
  • Creating Custom Exceptions
  • Automating Resource Management
  • Declaring Assertions
  • Working with Dates and Times
  • Supporting Internationalization and Localization
  • Loading Properties with Resource Bundles
  • Summary
  • Exam Essentials
18

Modular Applications

  • Reviewing Module Directives
  • Comparing Types of Modules
  • Analyzing JDK Dependencies
  • Migrating an Application
  • Creating a Service
  • Summary
  • Exam Essentials
19

Concurrency

  • Introducing Threads
  • Creating Threads with the Concurrency API
  • Writing Thread-Safe Code
  • Using Concurrent Collections
  • Identifying Threading Problems
  • Working with Parallel Streams
  • Summary
  • Exam Essentials
20

I/O

  • Understanding Files and Directories
  • Introducing I/O Streams
  • Common I/O Stream Operations
  • Working with I/O Stream Classes
  • Interacting with Users
  • Summary
  • Exam Essentials
21

NIO.2

  • Introducing NIO.2
  • Interacting with Paths
  • Operating on Files and Directories
  • Managing File Attributes
  • Applying Functional Programming
  • Comparing Legacy java.io.File and NIO.2 Methods
  • Summary
  • Exam Essentials
22

JDBC

  • Introducing Relational Databases and SQL
  • Introducing the Interfaces of JDBC
  • Connecting to a Database
  • Working with a PreparedStatement
  • Getting Data from a ResultSet
  • Calling a CallableStatement
  • Closing Database Resources
  • Summary
  • Exam Essentials
23

Security

  • Designing a Secure Object
  • Introducing Injection and Input Validation
  • Working with Confidential Information
  • Serializing and Deserializing Objects
  • Constructing Sensitive Objects
  • Preventing Denial of Service Attacks
  • Privileged Code
  • Summary
  • Exam Essentials

1

Welcome to Java

  • Using the main() Method
  • Importing a Package
2

Java Building Blocks

  • Using Java Primitives 
3

Operators

  • Using the Division and Modulus Operators
  • Using Typecasting
  • Using the Logical OR Operator
  • Using the Logical AND Operator
  • Using the Ternary Operator
4

Making Decisions

  • Using the switch Statement
  • Using the if-else Statement
  • Using the if Statement
  • Using the do/while Loop
  • Using the while Loop
  • Using the for-each Loop
  • Using the for Loop
  • Using the continue Statement
  • Using the Nested Loop
5

Core Java APIs

  • Using the equals() Method
  • Using the append() Method
  • Using the insert() Method
  • Using the replace() and length() Methods
  • Sorting, Searching, and Printing the Index of an Element in an Array
  • Using Autoboxing
6

Lambdas and Functional Interfaces

  • विधेय इंटरफ़ेस का उपयोग करना
7

Methods and Encapsulation

  • Using the static Method
  • Implementing Encapsulation
8

Class Design

  • Calling Parent Constructors with the super() Keyword
  • Using Superclasses
  • Using Polymorphism
9

Advanced Class Design

  • Using the abstract Modifier
  • Using an Interface
10

Exceptions

  • अंत में ब्लॉक का उपयोग करना
  • ट्राई/कैच ब्लॉक का उपयोग करना
11

Modules

  • Using a Module
12

Java Fundamentals

  • Working with an Enum
  • Using the static Inner Class
  • Creating a Lambda Expression without a Parameter
  • Creating a Lambda Expression with a Single Parameter
  • लैम्ब्डा एक्सप्रेशन का उपयोग करना
  • Creating a Lambda Expression with Multiple Parameters
13

Annotations

  • Using the @SuppressWarnings Annotation
  • Using the @SafeVarargs Annotation
  • Using the @Deprecated Annotation
  • Using the @Override Annotation
14

Generics and Collections

  • डायमंड ऑपरेटर का उपयोग करना
  • Using the remove() Method
  • Sorting an Array
  • Using Unbounded Wildcards
15

Functional Programming

  • Using the Consumer Interface
  • Using BinaryOperator
  • Using UnaryOperator
  • Using the map() Method
  • Using the min() and max() Methods
  • Using the count() Method
  • स्किप () विधि का उपयोग करना
  • सीमा () विधि का उपयोग करना
  • विशिष्ट () विधि का उपयोग करना
  • फ़िल्टर() विधि का उपयोग करना
  • कलेक्ट () विधि का उपयोग करना
  • कम () विधि का उपयोग करना
  • forEach() विधि का उपयोग करना
  • नोमैच () विधि का उपयोग करना
  • AnyMatch() विधि का उपयोग करना
  • ऑलमैच () विधि का उपयोग करना
  • फाइंडफर्स्ट () विधि का उपयोग करना
  • FindAny () विधि का उपयोग करना
16

Exceptions and Localization

  • Using Multiple catch Blocks
  • Creating a Custom Exception
  • Using a Stack Trace
  • Using the SimpleDateFormat Class
  • Formatting Numbers
17

Concurrency

  • Creating a Thread by Extending the Thread Class
  • Creating a Thread by Implementing the Runnable Interface
  • Applying the ReentrantLock Interface
  • Using the CyclicBarrier Class
  • Understanding SkipList Collections
  • Using the CopyOnWriteArrayList Class
18

I/O

  • Using the exists() Method
  • Creating the File Object
  • Using the mark() and reset() Methods
  • Using the skip() Method
  • Applying the Serializable Interface
  • Using the OutputStream Class
  • Using the InputStream Class
19

NIO.2

  • Obtaining a path with the URI Class
  • Obtaining a Path with the Paths Class
  • Deriving a Path Using the normalize() Method
  • Deriving a Path Using the relativize() Method
  • Using the isAbsolute() Method
  • Reading a File Using the readAllLines() Method
  • Deleting a File Using the delete() and deleteIfExists() Methods
  • Using the isSameFile() Method
  • Searching a Directory Using the find() Method
  • Listing the Contents of a Directory
20

JDBC

  • Using the UPDATE Statement
  • Using the DELETE Statement
  • Using the SELECT Statement
  • Using the CREATE TABLE Statement
  • Working with JDBC Statements
  • Executing a SQL Query
  • Using the PreparedStatement Interface
  • Viewing a Database Table
21

Security

  • Cloning Objects
  • Using the final Class
  • Using the final Method

कोई प्रश्न? FAQ देखें

क्या आपके पास अभी भी अनुत्तरित प्रश्न हैं और आपको संपर्क करने की आवश्यकता है?

हमसे अभी संपर्क करें

प्रमाणन परीक्षा के लिए कोई आधिकारिक पूर्वापेक्षाएँ नहीं हैं।

245 अमेरिकी डॉलर

बहुविकल्पी

परीक्षा में 50 प्रश्न होंगे।

90 मिनट

68%

पुनः परीक्षा की नीतियाँ इस प्रकार हैं:

  • असफल प्रोक्टर्ड परीक्षा को दोबारा देने से पहले उम्मीदवारों को 14 दिन तक इंतजार करना होगा। (पंजीकरण 14वें दिन दिया जाएगा)
  • अभ्यर्थी किसी भी समय ऑनलाइन गैर-पर्यवेक्षित परीक्षा पुनः दे सकते हैं।
  • अभ्यर्थी किसी भी समय उत्तीर्ण परीक्षा दोबारा नहीं दे सकते।
  • अभ्यर्थी किसी भी समय बीटा परीक्षा दोबारा नहीं दे सकेंगे।
  • अभ्यर्थियों को 12 महीने की अवधि में परीक्षा उत्तीर्ण करने के लिए केवल 4 प्रयास की अनुमति है।
  • अभ्यर्थियों को असफल होने की सूचना प्राप्त होने के 30 दिनों के भीतर असफल मास्टर असाइनमेंट को पुनः प्रस्तुत करना होगा।

OCP: Java SE 11 Developer (1Z0-819 and Upgrade Exam 1Z0-817)

$279.99

अभी खरीदें

संबंधित कोर्स

सभी पाठ्यक्रम
scroll to top