Free Practice Oracle 1Z0-829 Exam Questions 2025

Stay ahead with 100% Free Java SE 17 Developer 1Z0-829 Dumps Practice Questions

Page:    1 / 132      
Total 660 Questions | Updated On: Mar 27, 2025
Add To Cart
Question 1

Question ID: UK8292097
Below is the code of Test.java file:
package com.examtest.ocp;
 
import java.util.*;
 
public class Test {
    public static void main(String[] args) {
        var list = new ArrayList<>(); //Line n1
        list.add("TAKE");
        list.add("THE");
        list.add("RISK");
 
        System.out.println(String.join(".", list)); //Line n2
    }
}
What is the result?


Answer: B
Question 2

Question ID: UK8293374
Which of the following are Java Exception classes?
Choose 3 options.


Answer: A,C,D
Question 3

Skipped
Question ID: UK8295920
Given code of Test.java file:
package com.examtest.ocp;
 
public class Test {
    public static void main(String[] args) {
        int x = 4;
        switch (x) {
            default -> System.out.println("Unknown");
            case 1 -> System.out.println("x is equal to 1");
            case 2 -> System.out.println("x is equal to 2");
            case 3 -> System.out.println("x is equal to 3");
        }
    }
}
What is the result?


Answer: B
Question 4

Question ID: UK8291961
Consider below statements:
1. int x = 5____0;
2. int y = ____50;
3. int z = 50____;
4. float f = 123.76_86f;
5. double d = 1_2_3_4;
How many statements are legal?


Answer: C
Question 5

Question ID: UK8298194
Given code of Test.java file:
package com.examtest.ocp;
 
public class Test {
    public static void main(String[] args) {
        short [] args = new short[]{50, 50};
        args[0] = 5;
        args[1] = 10;
        System.out.println("[" + args[0] + ", " + args[1] + "]");
    }
}
What is the result?


Answer: A
Page:    1 / 132      
Total 660 Questions | Updated On: Mar 27, 2025
Add To Cart

© Copyrights TheExamsLab 2025. All Rights Reserved

We use cookies to ensure your best experience. So we hope you are happy to receive all cookies on the TheExamsLab.