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

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

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

View 1 more Answers

Related Questions

Which is a good Java training and placement institute for a fresher in Bangalore?
I know an institute in HYderabad which is giving 100% job guarantee or 100% fee refund. They have office in bangalore also, not sure whether they are offering this program in Bangalore. Please visit their...
Raja
0 0
5
What are the best books to learn Java?
you can buy any book to learn java but for beginner's Herber Schild is prefer best
Prashant
0 0
6
What is 'this' in Java?
this is a keyword in Java. Works as a reference to current object whose constructor is being invoked
SEED Infotech Ltd

Sir how is Java a pure object oriented programming language?

 

Java is not a purely object-oriented programming language. Lots of people say’s its object-oriented language but it is not true because Java supports primitive data type and does not handle multiple inheritances.
Ram
How to use Java?
Basically JAVA is in two parts such as: Core JAVA. Advance JAVA and Frame works. What you want to learn Complete JAVA or Core part only.
Vinod

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

Ask a Question

Related Lessons

What Is Applet & Its Life Cycle?
What is Applet & its life cycle?Applet is a Java programme that can be embedded into HTML page.Java Applet runs on the java enables web browsers such as Mozilla & Internet Explorer.Applets are...
I

Icreative Solution

0 0
0

Java and C trainer
Always think any conspect with real-time example like Object -- object must have states and behaviour then only we will call that thing is Object like fan is Object (rotating,color)

Class and Objects in Java
Class is a template or a blueprint which is used to describe an object. On other hand Object is a reference of a class which follows all the stuff written inside the class. How about taking the whole tour in the following video

4 Things Every Tech Startup Needs to Know About The Coaching Industry
Knowledge on any subject is widely available to those who wish to learn. However, just gathering knowledge from other people doesn’t guarantee results in business. Results come from applying what...

Constructor in Java
A constructor is a particular type of method that is used to initialise the object. The constructor is invoked at the time of object creation. It constructs the values, i.e. provides data for the object...

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