of my application
So this is how i have done it
main/java/CuloBulo.java
main/java/Dog.java
test/...
in my Dog.java file i have a class
public class Dog{}
in my CuloBulo.java
i want to use this Dog class, how do it do it properly?
What‘s the issue? You import it and use it.
i have read that if the class is in same package , i dont have to import it
Обсуждают сегодня