+1 vote
in JAVA by
Can we have more than one package statement in source file ?

We can’t have more than one package statement in source file. In any java program there can be atmost

only 1 package statement. We will get compilation error if we have more than one package statement in

source file.

1 Answer

0 votes
by

We can’t have more than one package statement in source file. In any java program there can be atmost

only 1 package statement. We will get compilation error if we have more than one package statement in

source file.

Related questions

+1 vote
asked Jun 17, 2019 in JAVA by reins.robin
0 votes
asked Jun 17, 2019 in JAVA by reins.robin
...