do i have to import files from the same package in java code example
Example: do i have to import files from the same package in java
If both classes are in same package, you don't have to import it.
If both classes are in same package, you don't have to import it.