package me; import me.FirstTest; public class SecondTest { public String toString() { return this.getClass().getName(); } }