Thursday, March 12, 2009

What happens to a static var that is defined within a method of a

Question :What happens to a static var that is defined within a method of a
class ? (CoreJava)

Answer :Can't do it. You'll get a compilation error

No comments: