EPAM Systems Interview Question

is it possible to have a static class ?

Interview Answers

Anonymous

Sep 7, 2018

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

Anonymous

Jul 18, 2019

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