Java Imp
AI-enhanced title
interface Mammal { void eat();}
// Main.javaimport com.example.mypackage.MyClass;