Summer Special 60% Discount Offer - Ends in 0d 00h 00m 00s - Coupon code: bestdeal

Free Oracle 1z0-829 Practice Exam with Questions & Answers | Set: 2

Questions 11

Which statement is true?

Options:
A.

IllegalStateException is thrown if a thread in waiting state is moved back to runnable.

B.

thread in waiting state consumes CPU cycles.

C.

A thread in waiting state must handle InterrupedException.

D.

After the timed wait expires, the waited thread moves to the terminated state.

Oracle 1z0-829 Premium Access
Questions 12

Given the code fragment:

1z0-829 Question 12

What is the result?

Options:
A.

Logged out at: 2021-0112T21:58:19.880z

B.

Logged out at: 2021-01-12T21:58:00z

C.

A compilation error occurs at Line n1.

D.

Can’t logout

Questions 13

Given:

1z0-829 Question 13

What is the result?

Options:
A.

Bicycle =7, car=7, motorcycle=7, truck=7)

B.

(3:bicycle, 0:car, 0motercycle, 5:truck)

C.

(Bicycle, car, motorcycle, truck)

D.

Bicycle-1, car=3, motorcycle=1, truck=2)

E.

Compilation fails.

Questions 14

Given:

1z0-829 Question 14

Which two method invocation execute?

Options:
A.

IFace myclassobj = new Myc ();

myclassObj.m3 ();

B.

Ifnce.m3 ();

C.

iFace mucloassObj = new Myc ();

myClassObj.m4();

D.

new MyC() .m2 ();

E.

IFace .,4():

F.

IFace.m2();

Questions 15

Given:

1z0-829 Question 15

Which two should the module-info file include for it to represent the service provider interface?

Options:
A.

Requires cm.transport.vehicle,cars:

B.

Provides.com.transport.vehicle.cars.Car with com.transport.vehicle.cars. impt, CatImpI;

C.

Requires cm.transport.vehicle,cars:

D.

Provides.com.transport.vehicle.cars.Car impl,CarImp1 to com.transport.vehicle.cars. Cars

E.

exports com.transport.vehicle.cars.Car;

F.

Exports com.transport.vehicle.cars;

G.

Exports com.transport.vehicle;