EPAM Systems interview question

is it possible to have a static class ?

Interview Answers

Anonymous

7 Sept 2018

yes we can have static class but that must be an inner static class .

Anonymous

18 July 2019

static modifier is restricted for outer level classes but totally allowed for inner lever classes.