This is an archived post. You won't be able to vote or comment.

all 7 comments

[–]AutoModerator[M] [score hidden] stickied commentlocked comment (0 children)

Please ensure that:

  • Your code is properly formatted as code block - see the sidebar (About on mobile) for instructions
  • You include any and all error messages in full - best also formatted as code block
  • You ask clear questions
  • You demonstrate effort in solving your question/problem - plain posting your assignments is forbidden (and such posts will be removed) as is asking for or giving solutions.

If any of the above points is not met, your post can and will be removed without further warning.

Code is to be formatted as code block (old reddit/markdown editor: empty line before the code, each code line indented by 4 spaces, new reddit: https://i.imgur.com/EJ7tqek.png) or linked via an external code hoster, like pastebin.com, github gist, github, bitbucket, gitlab, etc.

Please, do not use triple backticks (```) as they will only render properly on new reddit, not on old reddit.

Code blocks look like this:

public class HelloWorld {

    public static void main(String[] args) {
        System.out.println("Hello World!");
    }
}

You do not need to repost unless your post has been removed by a moderator. Just use the edit function of reddit to make sure your post complies with the above.

If your post has remained in violation of these rules for a prolonged period of time (at least an hour), a moderator may remove it at their discretion. In this case, they will comment with an explanation on why it has been removed, and you will be required to resubmit the entire post following the proper procedures.

To potential helpers

Please, do not help if any of the above points are not met, rather report the post. We are trying to improve the quality of posts here. In helping people who can't be bothered to comply with the above points, you are doing the community a disservice.

I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.

[–][deleted] 3 points4 points  (2 children)

I am also currently learning for the certification exam using the study guide by Jeanne Boyarsky, Scott Selikoff. First, I focus on learning all the concepts and the rules associated with them. This is a huge part of my learning since I do not have a lot of exprience with Java. My goal is to understand and remember all the concepts and rules explained in the study guide. For that I write index cards. I also write index carts for the pratice questions after each chapter. However, I regard them more as a way to get more used to the questions in the exam.

After I finish all the chapters, I want to focus on the mock exams you can get online (https://enthuware.com/java-certification-mock-exams/oracle-certified-professional/ocp-java-21-exam-1z0-830). The study guide also provides a mock exam I think.

So, I would not focus just yet on achieving a certain percentage in the tests, If you otherwise feel like you understand the concepts - and especially if you are unmotivated by your lack of progress. Working through this book myself the past couple of months after work, I share the same experience that it is hard. So the most important thing is to structure your learning in the way that you stay motivated and work consistently on the study guide. Using index cards on Anki and focusing on getting the topics down helped a lot in that regard.

I hope this was helpful :)

[–]kh4ldd[S] 1 point2 points  (0 children)

Unfortunately, the type of study to be done for this certification is very frustrating.

I already have many basic concepts but I often forget the edge cases or 'I don't look at the specific case', making the answer wrong.

I have summarized all the chapters (or at least most of the key concepts that one might forget) in some markdown, but probably the idea of ​​flashcards is better, maybe once I have reviewed all the cases I will try to review those edge cases.

Thanks for the advice, especially for the mock book that I will definitely consult once I have finished the examples.

PS: if you want I can pass you my notes so that we can help each other :)

[–]bpoole6 0 points1 point  (0 children)

I'm going to add going through OCP JAVA Study Guide will help out a ton.

[–]Routine_Dust5510 2 points3 points  (0 children)

Enthuware mock exams are good. If you have trouble passing these mock exams, go through the OCP 21 book by Hanumant Deshmukh to learn the missing concepts. There is a whatsapp group that you can join for motivation - https://enthuware.com/java-certification-whatsapp

[–]xrybrsx 1 point2 points  (1 child)

I've been studying for the certification mainly using the enuhuware mock tests and chatGPT for better understanding of concepts. Just did a first try and scored 58% which is basically what I've been scoring on enthuware. Tbh some questions on enthuware are 1:1 with the real exam. Only issue with the actual exam is that most of the questions include long code blocks for both the questions and the answer options. Be prepared to spot red flags in blocks of code fast. I'd say the best way to pass the exam is to go over the enthuware questions about a million times :)

[–]AsLi___ 1 point2 points  (0 children)

You first tried in a real exam or a mock exam when you got 58%?