+ 6
What is the use of static class in java
If you make a class static which is not inside another class it says static not allowed here.but you can use static with an inner class like
1 Antwort
If you make a class static which is not inside another class it says static not allowed here.but you can use static with an inner class like