Include an interface from the same package (Java)
- by DashRantic
Hi,
I'm new to Java (C++ guy myself) and am trying to compile a simple program (testing different random number algorithms) in Java. I have an interface that I want to use to implement another class with, both of these items are in the same package.
So I have two files right now in my "Random" package directory--"RandomInterface.java" and…