what is the Scope of Final Keyword in Java?
Final Keyword has limited Scope because it is like a constant keyword.
If we declare a class As "final" then we can not extends this class.so we can not get benifit of inheritance class.
If we declare a method as "final" then we can not override this method.Becoz metgod overriding is not possible with final keyword.
If we declare a variable as "final" then we can not change the value of final varible .because these are the constatnt variable having fixed value if we use "final" keyword with a variable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Can I run seam outside of jboss as?
Is jvm a overhead?
What is resource bundle?
What is RMI Registry?
6 Answers Siemens, United Software Solutions,
hi friends, i have done my BE(CSE)at 2011 then i have joined one company before they asked me 50k so i paid but now they telling no project here so we r going to close like that so now i need any job i have good knowledge in core java and j2ee(jsp,servlet,jdbc) so if u know any job pl help me
wahts is mean by dynavalidatorform in struts/
What is the difference between the session.get() method and the session.load() method?
Why do I get a duplicate name error when loading a jar file?
Define prototype?
What if the static modifier is removed from the signature of the main method?
can i call multipule form beans in Action class?
Does Java pass arguments by value or reference?