Java SE 11 Developer (1Z0-819) Free Practice Exam Questions

36 real Java SE 11 Developer (1Z0-819) exam questions with answers and AI explanations. Oracle certification prep — page 2 of 4.

  1. Question 74: Given the declaration: @inteface Resource { String[] value(); } Examine this code fragment: /* Loc1 */ class ProcessOrders { ... } Which two annotations may be…
  2. Question 87: Given: public interface ExampleInterface{ } Which two statements are valid to be written in this interface? (Choose two.)
  3. Question 92: Which two var declarations are correct? (Choose two.)
  4. Question 94: Which module-info.java is correct for a service provider for a print service defined in the PrintServiceAPI module?
  5. Question 98: Which code fragment does a service use to load the service provider with a Print interface?
  6. Question 99: Your organization provides a cloud server to your customer to run their Java code. You are reviewing the changes for the next release and you see this change i…
  7. Question 100: Which module defines the foundational APIs of the Java SE Platform?
  8. Question 102: Which two statements are correct about modules in Java? (Choose two.)
  9. Question 103: Assuming the user credentials are correct, which expression will create a Connection?
  10. Question 106: Which set of commands is necessary to create and run a custom runtime image from Java source files?