GeekInterview.com
  I am new, Sign me up!
 
GeekInterview.com  >  Tech FAQs  >  Programming  >  Java
Go To First  |  Previous Question  |  Next Question 
 Java  |  Question 9 of 928    Print  
Examples of final class

  
Total Answers and Comments: 3 Last Update: April 25, 2008   
  
 Sponsored Links

 
 Best Rated Answer

No best answer available. Please pick the good answer available or submit your answer.
July 19, 2005 17:22:51   #1  
Sriraman        

RE: Examples of final class
String class -final
Math -Statci final




 
Is this answer useful? Yes | No
April 25, 2008 09:28:58   #2  
meenama Member Since: April 2008   Contribution: 5    

RE: Examples of final class
The methods of Thread class like wait() notify and notifyAll() are FINAL
 
Is this answer useful? Yes | No
April 25, 2008 09:30:33   #3  
meenama Member Since: April 2008   Contribution: 5    

RE: Examples of final class
Below are three signatures:

public final void notify()
public final void notifyAll()
public final void wait(long timeout)

 
Is this answer useful? Yes | No


 
Go To Top


 Sponsored Links

 
About Us -  Privacy Policy -  Terms and Conditions -  Contact -  Ask Question -  Propose Category -  Site Updates 

Copyright © 2005 - 2009 GeekInterview.com. All Rights Reserved

Page copy protected against web site content infringement by Copyscape