1z0-811 Exam Discussions & Posts
Ken
Commented on September 15, 2023
For Q24 the solution says that it will print null:null. However the Product class has set a constructor as Product(Product p) { this.color = p.color) as it's only constructor. Therefor a default no-arg constructor will not be invoked therefore the program will have a compilation error at line n1
EUROPEAN UNION
Ken
Commented on September 15, 2023
For Question 23 the solution differs from the question being asked. On line n2 shows var2 = var2 + var1 so var to will add 200 to 100 to become 300. However the solution has this line as var2 = var2 = var1 which will set var2 to 100.
EUROPEAN UNION
CesarPA
Commented on July 12, 2023
Questão 4, segundo meu compilador local e o site https://www.jdoodle.com/online-java-compiler/, a resposta correta é "C" !
UNITED STATES
CesarPA
Commented on July 12, 2023
questão 4, segundo meu compilador local e o site https://www.jdoodle.com/online-java-compiler/, a resposta correta é "c" !
UNITED STATES
Maria
Commented on June 23, 2023
Correct answer is D for Student.java program
IRELAND
Maria
Commented on June 23, 2023
correct answer is d for student.java program
IRELAND