UrbanPro

Learn Java Training from the Best Tutors

  • Affordable fees
  • 1-1 or Group class
  • Flexible Timings
  • Verified Tutors

Search in

What is the exam patter for OCJP certification?

Asked by Last Modified  

3 Answers

Learn Java

Follow 0
Answer

Please enter your answer

9+ Years of experience in Java, JEE, Struts, Spring, Hibernate

Duration: 150 minutes Number of Questions: 85 (All are multiple choice questions) Passing Score: 65% Exam Topics: Java Class Design Implement encapsulation Implement inheritance including visibility modifiers and composition Implement polymorphism Override hashCode, equals, and toString...
read more
Duration: 150 minutes Number of Questions: 85 (All are multiple choice questions) Passing Score: 65% Exam Topics: Java Class Design Implement encapsulation Implement inheritance including visibility modifiers and composition Implement polymorphism Override hashCode, equals, and toString methods from Object class Create and use singleton classes and immutable classes Develop code that uses static keyword on initialize blocks, variables, methods, and classes Advanced Java Class Design Develop code that uses abstract classes and methods Develop code that uses final keyword Create inner classes including static inner class, local class, nested class, and anonymous inner class Use enumerated types including methods, and constructors in an enum type Develop code that declares, implements and/or extends interfaces and use the atOverride annotation. Create and use Lambda expressions Generics and Collections Create and use a generic class Create and use ArrayList, TreeSet, TreeMap, and ArrayDeque objects Use java.util.Comparator and java.lang.Comparable interfaces Collections Streams and Filters Iterate using forEach methods of Streams and List Describe Stream interface and Stream pipeline Filter a collection by using lambda expressions Use method references with Streams Lambda Built-in Functional Interfaces Use the built-in interfaces included in the java.util.function package such as Predicate, Consumer, Function, and Supplier Develop code that uses primitive versions of functional interfaces Develop code that uses binary versions of functional interfaces Develop code that uses the UnaryOperator interface Java Stream API Develop code to extract data from an object using peek() and map() methods including primitive versions of the map() method Search for data by using search methods of the Stream classes including findFirst, findAny, anyMatch, allMatch, noneMatch Develop code that uses the Optional class Develop code that uses Stream data methods and calculation methods Sort a collection using Stream API Save results to a collection using the collect method and group/partition data using the Collectors class Use flatMap() methods in the Stream API Exceptions and Assertions Use try-catch and throw statements Use catch, multi-catch, and finally clauses Use Autoclose resources with a try-with-resources statement Create custom exceptions and Auto-closeable resources Test invariants by using assertions Use Java SE 8 Date/Time API Create and manage date-based and time-based events including a combination of date and time into a single object using LocalDate, LocalTime, LocalDateTime, Instant, Period, and Duration Work with dates and times across timezones and manage changes resulting from daylight savings including Format date and times values Define and create and manage date-based and time-based events using Instant, Period, Duration, and TemporalUnit Java I/O Fundamentals Read and write data from the console Use BufferedReader, BufferedWriter, File, FileReader, FileWriter, FileInputStream, FileOutputStream, ObjectOutputStream, ObjectInputStream, and PrintWriter in the java.iopackage. Java File I/O (NIO.2) Use Path interface to operate on file and directory paths Use Files class to check, read, delete, copy, move, manage metadata of a file or directory Use Stream API with NIO.2 Java Concurrency Create worker threads using Runnable, Callable and use an ExecutorService to concurrently execute tasks Identify potential threading problems among deadlock, starvation, livelock, and race conditions Use synchronized keyword and java.util.concurrent.atomic package to control the order of thread execution Use java.util.concurrent collections and classes including CyclicBarrier and CopyOnWriteArrayList Use parallel Fork/Join Framework Use parallel Streams including reduction, decomposition, merging processes, pipelines and performance. Building Database Applications with JDBC Describe the interfaces that make up the core of the JDBC API including the Driver, Connection, Statement, and ResultSet interfaces and their relationship to provider implementations Identify the components required to connect to a database using the DriverManager class including the JDBC URL Submit queries and read results from the database including creating statements, returning result sets, iterating through the results, and properly closing result sets, statements, and connections Localization Read and set the locale by using the Locale object Create and read a Properties file Build a resource bundle for each locale and load a resource bundle in an application read less
Comments

Expert Java Trainer

Multiple choice questions, some of them could be non scoring questions. You need to thorough with writing java code without error. it tests your coding skills as well. for better understanding on syllabus refer Oracle.com and book from Kathy Sierra.
Comments

Senior Software Engineer

Hi Priyanka, The below info might be useful for you, if not please let me know will try to make you understand it clearly. OCJP Costing When there are differences in the currencies accepted by Oracle University and the test vendor (Pearson VUE) for a particular country, the exam price (Fees for...
read more
Hi Priyanka, The below info might be useful for you, if not please let me know will try to make you understand it clearly. OCJP Costing When there are differences in the currencies accepted by Oracle University and the test vendor (Pearson VUE) for a particular country, the exam price (Fees for Vocher) will be provided in the currency offered by Oracle University. In these cases, candidates can either (1) purchase a voucher through Oracle University in the currency offered (usually local currency), or (2) purchase the exam directly from test vendor at the currency offered by the test vendor. Candidates will need to check exam prices to confirm the currency accepted by the vendor for the selected exam. Exam price currency conversions are reviewed and updated annually at Oracle, and due to daily currency rate fluctuations – the USD price may not always exactly map to the stated price in local currency. Note that we will not provide refunds or adjustments for fluctuating currencies. OCJP Exam Scoring Policy Exam Passing Scores: Oracle routinely publishes new versions of its Oracle Certification exams. The passing score for each exam version is set independently to maintain a consistent scoring standard across versions. For example, to maintain a consistent standard for success, a new version of an exam which contains more difficult questions than the prior version will be assigned a somewhat lower required passing score. For this reason, passing scores may vary between different exams in your certification track, and between later and earlier versions of the same exam. Oracle does not recommend an exam preparation strategy targeting the passing score, as passing scores are subject to change without notice. Scored and Unscored Questions: Your exam may contain unscored questions in addition to the scored questions, so the total number of questions that are presented to you may be greater than the number shown on the exam page. This is standard testing practice. You will not know which questions are unscored. If your exam contains unscored questions, the time allowed for the exam takes into consideration the time you will need to answer all questions and review your work. Your exam results will reflect your performance on the scored questions only. NOTE : The cost for the course and some other factory may vary time to time based on Oracle policies. All the best.... read less
Comments

View 1 more Answers

Related Questions

Can Anybody explain Internal code of HashMap?
Now we can synchronize map also by using collections. Synchronize method need to pass map Object as parameter...
Ramakanth
What are the core concepts of Java?
OOPS, Exceptions, Multi threading
Manish
0 0
5
Why is finally introduced in Java?
Finally is introduced in Java to do the code clean up or if you wants to perform some operation irrespective of whether the code throws an Exception or not.
Agastya
Hi, We provide online instructor-led training. I am looking for Java Teacher/Instructor who can teach java via online. If anyone interested then contact me. I have to start the class from tomorrow onwards.
Hi, If you haven't finalised yet, I am interested in being an instructor. I will be teaching the newest version of Java, Java 10. Experience - 3 yrs as Software Engineer, BTech CSE, teaching Java to school and college students since 3 yrs.
Ujjwal Rana

Now ask question in any of the 1000+ Categories, and get Answers from Tutors and Trainers on UrbanPro.com

Ask a Question

Related Lessons

Java Program Sample Application
/* WAP to print given message on the console using java*/ // Class declaration in java class sample { // Main function public static void main(String args) { // function for printing on the console System.out.println("Hello...


Finding a Majority Element
Problem Description Task. The goal in this code problem is to check whether an input sequence contains a majority element. Input Format. The first line contains an integer, the next one contains a sequence...

Be prepared to get trained--init
Before starting the training,students must be mentally prepared for acceptance of new knowledge. Students must attend training with open minded forgetting the position they are working.This will help...
S

Smartnub Softsolutions

0 0
0

Overloading in JAVA
When a class contains more than one method with the same method name but different argument types, then it is called Overloading. Methods are said to be Overloaded methods. Also, know as Compile time...

Recommended Articles

Before we start on the importance of learning JavaScript, let’s start with a short introduction on the topic. JavaScript is the most popular programming language in the world, precisely it is the language - for Computers, the Web, Servers, Smart Phone, Laptops, Mobiles, Tablets and more. And if you are a beginner or planning...

Read full article >

Designed in a flexible and user-friendly demeanor, Java is the most commonly used programming language for the creation of web applications and platform. It allows developers to “write once, run anywhere” (WORA). It is general-purpose, a high-level programming language developed by Sun Microsystem. Initially known as an...

Read full article >

Java is the most commonly used popular programming language for the creation of web applications and platform today. Integrated Cloud Applications and Platform Services Oracle says, “Java developers worldwide has over 9 million and runs approximately 3 billion mobile phones”.  Right from its first implication as java 1.0...

Read full article >

Java is the most famous programming language till date. 20 years is a big time for any programming language to survive and gain strength. Java has been proved to be one of the most reliable programming languages for networked computers. source:techcentral.com Java was developed to pertain over the Internet. Over...

Read full article >

Looking for Java Training Classes?

Learn from the Best Tutors on UrbanPro

Are you a Tutor or Training Institute?

Join UrbanPro Today to find students near you
X

Looking for Java Training Classes?

The best tutors for Java Training Classes are on UrbanPro

  • Select the best Tutor
  • Book & Attend a Free Demo
  • Pay and start Learning

Learn Java Training with the Best Tutors

The best Tutors for Java Training Classes are on UrbanPro

This website uses cookies

We use cookies to improve user experience. Choose what cookies you allow us to use. You can read more about our Cookie Policy in our Privacy Policy

Accept All
Decline All

UrbanPro.com is India's largest network of most trusted tutors and institutes. Over 55 lakh students rely on UrbanPro.com, to fulfill their learning requirements across 1,000+ categories. Using UrbanPro.com, parents, and students can compare multiple Tutors and Institutes and choose the one that best suits their requirements. More than 7.5 lakh verified Tutors and Institutes are helping millions of students every day and growing their tutoring business on UrbanPro.com. Whether you are looking for a tutor to learn mathematics, a German language trainer to brush up your German language skills or an institute to upgrade your IT skills, we have got the best selection of Tutors and Training Institutes for you. Read more