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