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# - SharpSVN - How to get the previous revision? -

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

url - Querystring manipulation of email Address in PHP -