Computer Science, asked by kadamsidharth8, 7 months ago

Q,10
which of the following statement(s) is/are true?

a) With the import statement, generally import only a single package member or an entire
package

b) To import all the types contained in a particular package, use the import statement with
the asterisk (*) wildcard character.
import package."

c) import package.A: it used to match a subset of the classes in a package starts with "A".

d). import package. A': it generates compilation error​

Answers

Answered by minhasaman062
3

Answer:

import package. A it generates compilation error is the right answer

Answered by anu37316
0

a and c are the correct answer

Explanation:

hope you like this answer and please make me bring list

Similar questions