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 method MUST be implemented by all threads?
what is Static binding?
What is rmic?
If I wanted to use a solarisui for just a jtabbedpane, and the metal ui for everything else, how would I do that?
how to create Calculator GUI using Gridbaglayout as like as Window Calculator??????????? (Open calculator Go-->Run-->type calc-->Enter)
what is the diffrence between banking and insurance domain?
what is activation monitor and what is its job?
what is default length of textfield ?
what is JTA ?
what is a dirty read?
diffrence between jsp and servelts.
To what value is a variable of the string type automatically initialized?