📌  相关文章
📜  我们可以在源文件中有多个包语句吗?无论代码示例

📅  最后修改于: 2022-03-11 14:59:00.432000             🧑  作者: Mango

代码示例1
We can’t have more than one package statement in source file. 
In any java program there can be at most only 1 package statement. 
We will get compilation error if we have more than one package statement in
source file.