in Java what words cant we use inside a static method? -



in Java what words cant we use inside a static method? -

i know cant utilize "this" within static method, because used point object , static methods called classes , not objects.

is there else cant utilize within static method?

you may not utilize instance members without instance ... that's mentioned ...

java static

Comments

Popular posts from this blog

iphone - Dismissing a UIAlertView -

intellij idea - Update external libraries with intelij and java -

javascript - send data from a new window to previous window in php -