Is there a Java quivalent to C#'s "new static" or "static new"? -


is there java quivalent c#'s new modifier?

there not. in case of static methods, they're not inherited in java, don't need equivalent of new modifier.


Comments

Popular posts from this blog

c++ - Is it possible to compile a VST on linux? -

java - Output of Eclipse is rubbish -

jquery - Confused with JSON data and normal data in Django ajax request -