java可否实现返回值重载

As an additional challenge, write a class with a method boolean print(int)that
prints a value and returns a boolean. Now overload the method to return a
long. (This is similar to some questions on the Sun Java Certification Exam.)
如上是thinking in java里面习题解集里的一句话,应该是不能重载的吧?实在不解,求高人指点。
难道我的表述有问题?上面的英文的意思是要写一个类!!直接给我可编译运行的代码吧,试毛吖,很明显直接写的话是编译不过的,我要的是这个问题的解!!!高人,你在哪里?

暂时我还没找到。。。。。

自己写个类一试便知,何苦在这问

自己试试,有什么问题再问