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

c# - Move local mssql database to webhosted MYSQL -

java - How to pass parameters between Request-Scoped Controllers? -

string - what is the difference between "some" == "some\0" and strcmp("some","some\0") in c++? -