Can you instantiate the Math class?

Hi,

Can you create object of Math class?

Thanks
View Answers

October 5, 2010 at 3:43 PM

Hi,

All the methods in Math class is static. The constructor is not public in the Math class. So, we can't create the object of Math class.

Thanks









Related Tutorials/Questions & Answers:
Advertisements