Ask Question
11 May, 16:20

In a java program, package declaration ... import statements.

A) must precede

B) must succeed

C) may precede or succeed

D) none

+4
Answers (1)
  1. 11 May, 17:23
    0
    Answer: (A) must precede

    Explanation:In java, import statements are important part that allows to import the whole package or any specific class in the package. It is used to import the built-in as well as user defined packages into the java source files and because of this your class can also refer to outside class of other packages as well in a direct way.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question ✅ “In a java program, package declaration ... import statements. A) must precede B) must succeed C) may precede or succeed D) none ...” in 📘 Computers and Technology if you're in doubt about the correctness of the answers or there's no answer, then try to use the smart search and find answers to the similar questions.
Search for Other Answers