Can a class be declared as static?

Hi,

Can a class be declared as static?

thanks,

View Answers

April 11, 2013 at 3:54 PM

hi,

We can not declare a class as static. Method can be declare as static. For more related to classes visit the link

http://www.roseindia.net/java/master-java/classes.shtml

thanks,









Related Tutorials/Questions & Answers:
Advertisements