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
Post a Comment