> Another question would be, for a namespace like java.lang.Math, that > does nothing but host some static methods, should it be a class or an > interface? For finding easily these methods, I would suggest the best place of these methods would have been in Integer, Long, Float, Double classes depending of return type of each method. Daniel.