Can you access non static variable in static context?
No Answer is Posted For this Question
Be the First to Post Answer
What is polymorphism in java? What are the kinds of polymorphism?
What is getclass () getname () in java?
When should I use stringbuffer?
Explain importance of finally block in java?
Explain what pure virtual function is?
What is left shift and right shift?
What is private public protected in java?
What is are packages?
why operator overloading is removed in java?
Can we add two byte variables and assign the result to a byte variable ? b=b1+b2 where b,b1,b2 are byte types
What is escape analysis algorithm in JVM and how garbage collection actually worked n how it transfer the objects from one kind of space to other?
What happens when main () method is declared as private?