Tools can be used during the exam?

Help and support on OCA OCP Java Programmer Certification Questions
1Z0-808, 1Z0-809, 1Z0-815, 1Z0-816, 1Z0-817

Moderator: admin

Post Reply
StefanoC
Posts: 1
Joined: Thu Aug 03, 2023 9:44 am
Contact:

Tools can be used during the exam?

Post by StefanoC »

Sorry for the dumb question but I couldn't find an answer anywhere.
What tools can I use during the exam? More precisely, can I use pen and paper? (I want to do 1z0-819)
I may be stupid but I find it very difficult to answer a question like this, in one minute and without making mistakes, even the question is very simple, without being able to write notes somewhere...

Code: Select all

What will the following code print when compiled and run?

        int[][] ab = { {1, 2, 3}, {4, 5} };
        for(var i=0; i<ab.length; i++){
            for(var j=0; j<ab[i].length; j++){
                System.out.print(ab[i][j]+" ");
                if(ab[i][j] == 2){
                    break;
                }
            }
            continue;
        }

admin
Site Admin
Posts: 10065
Joined: Fri Sep 10, 2010 9:26 pm
Contact:

Re: Tools can be used during the exam?

Post by admin »

Unfortunately, no, you can't use physical pen and paper in the exam anymore. But the exam software does have a scratchpad, on which you can write notes or try to work out the answer.
If you like our products and services, please help us by posting your review here.

Post Reply

Who is online

Users browsing this forum: Bing [Bot] and 230 guests