about "static function" in c++,what is corresponding feature in Java -


about "static function" in c++,what corresponding feature in java

thank you

you can declare class method static

public static int test(int i) { ... } 

Comments

Popular posts from this blog

mod rewrite - Doing external redirect. .htaccess NS flag not working. How to achieve similar results? -

mysql - How to insert just year and month into date field? -