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

 Print  |  
Question:  What is final variable



November 11, 2005 04:20:55 #5
 Rajesh   Member Since: Visitor    Total Comments: N/A 

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.
     

 

Back To Question