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

sql - text truncated using perl DBI insert -

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

php - Pass object by reference or value -