15 Tricky Corejava Questions
15 Tricky Corejava Questions
What is the difference b/w stateless beans statefull beans and Http Session?
Why java does not allow overriding of static methods?
A static method is not associated with any instance of a class so the concept is not applicable.
A) The final property of class must have a value assigned before object is created.
So the last point where you can assign value of them is constructor.