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 |
What is the difference between session and entity beans?
we use MainFrame and using os390 for operating system with DB2 data base in IRAN and interest programing with java and use webspere for world wide,please help me where i should start?
what about static?
How task's priority is used in scheduling?
How to determine applet?s height and width?
What value does read() return when it has reached the end of a file?
Name three subclasses of the component class?
What is the difference between RMI registry and OS Agent?
What is aop(assepct oriented programing)?
What are the oops concept?
difference between Abstract and Interface?
What is the use of Semaphore?