Answer the question
In order to leave comments, you need to log in
Error: Error:(4, 9) java: non-static variable e cannot be referenced from a static context?
error code : Error:(4, 9) java: non-static variable e cannot be referenced from a static context?
here is the class code:
public class jfx {
int e;
public static void main(String[] args) {
e=54;
}
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question