can we create static class in Java web application?
I am trying to create static class in Java Web Application using eclipse.
but it says
Illegal modifier for the class ClassName; only public, abstract & final
are permitted
can we create static class in web application ? if no why ?
No comments:
Post a Comment