What is the meaning of final keyword.

Showing Answers 1 - 6 of 6 Answers

uday bhanu pratap

  • Dec 19th, 2006
 

in java it is used to make the variable as constant like in c and c++.It also used to protect the class and method to inherit again and overriding respectvely. 

  Was this answer useful?  Yes

lavanya

  • Jan 30th, 2007
 

It means that the value of a variable declared as final cant be modified.The method declared as final cant be inherited.

  Was this answer useful?  Yes

Samrat

  • Feb 24th, 2007
 

final is key word in java
the initialise with value and
this value is constant .

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions