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 are the activation groupworks?
whats is mean by connectionpooling
Difference between hashmap and hashtable?
What method is used to create the daemon thread?
What is the form of storage space in java?
if i know the lenght of collection in hand, should I use Array or Arraylist? justify
What is a layout manager?
What is the relationship between local interfaces and container-managed relationships?
explain the flow of struts?
What is the RMI and Socket?
life cycle of an applet?
Hi I have joined java course. I also want additional help from any tutorials website. Please suggest me tutorials which provides easy to understand online applet tutorials?