GeekInterview.com
   Home |  Tech FAQ  |   Interview Questions |  Placement Papers |  Tech Articles |  Learn |  Freelance Projects |  Online Testing |  Geeks Talk |  Job Postings |  Knowledge Base | Site Search |  Add/Ask Question

GeekInterview.com  >  Interview Questions  >  J2EE  >  Java
Go To First  |  Previous Question  |  Next Question 
 Java  |  Question 204 of 921    Print  
What is final variable

  
Total Answers and Comments: 6 Last Update: December 24, 2006   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
June 27, 2005 16:38:18   #1  
mahi        

RE: What is final variable
final variable is constant 

 
Is this answer useful? Yes | No
July 10, 2005 02:59:17   #2  
Britto        

RE: What is final variable
A final variable is the one whose value cannot be changed. It is a constant.
 
Is this answer useful? Yes | No
July 31, 2005 22:51:54   #3  
unknown        

RE: What is final variable
Java language provides the declaration of Constants with the "final" 
 

 
Is this answer useful? Yes | No
September 06, 2005 12:44:38   #4  
Binod        

RE: What is final variable
Final variable are constants. They should be initialized either when they are defined or in constructor. Once initialized their value cannot be changed.
 
Is this answer useful? Yes | No
November 01, 2005 04:20:55   #5  
Rajesh        

RE: What is final variable
Final variable are constants. Once u assigned some value to the final variable,that assigned value througout the ppm is same.u  canot modify it.final class cant be inherited.
 
Is this answer useful? Yes | No
December 24, 2006 12:31:18   #6  
sivanesh.a Member Since: December 2006   Contribution: 190    

RE: What is final variable
final variable are like constants.
 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 




About Us  |   Privacy Policy  |   Terms and Conditions  |   Contact  |   Site Map  |   Add Question  |   Propose Category  |   RSS Feeds  |   Articles Sitemap  |   Site Updates  |   Add Resource

Copyright © 2005 - 2008 GeekInterview.com. All Rights Reserved
Page copy protected against web site content infringement by Copyscape