Static Variable can referred in non-static method?
Answers were Sorted based on User's Feedback
Answer / nagarajan.s
yes,In Java static Variable can referred in non-static method,
but static method cannot referred non-static variable
| Is This Answer Correct ? | 19 Yes | 1 No |
Answer / rableen khurana
Yes we can access static variable in non-static
methods....and we can access instance variable in static
method also with the help of object......
| Is This Answer Correct ? | 2 Yes | 0 No |
Answer / brijendra kumar soni(xavient)
No,In Java Non static method can not permitted the staic
variable.
| Is This Answer Correct ? | 0 Yes | 17 No |
What is the full name of java?
What is the difference between Stream Reader and Stream Writer?
What is a method header?
In how many ways we can the thread? in java
Can we pass null as argument in java?
What is getclass () getname () in java?
What is the purpose of using the java bean?
How many bytes is double?
what do you mean by classloader in java?
What is the nested interface?
What does java stand for?
How to send a request to garbage collector?