final, static

static class is used to when you don't need to instantiate the class. Like Math class, instantiating it is unnecessary. 

Final class prevents extension of it.

posted on 2016-12-11 02:00  touchdown  阅读(140)  评论(0编辑  收藏  举报

导航