Ask Question

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

A) must precede

B) must succeed

C) may precede or succeed

D) none

+1
Answers (1)
  1. 7 May, 03:31
    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 & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers