aspose file tools
The moose likes Beginning Java and the fly likes Object Class Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Beginning Java
Reply Bookmark "Object Class" Watch "Object Class" New topic
Author

Object Class

Shreyas Rane
Greenhorn

Joined: Apr 10, 2009
Posts: 16
why there are
wait(), notify() and notifyAll()
methods declared in Object class


Thanks in advance
John Jai
Bartender

Joined: May 31, 2011
Posts: 1776
Might be to make java multithreaded
Campbell Ritchie
Sheriff

Joined: Oct 13, 2005
Posts: 32651
    
    4
Please search the Ranch; that sort of question is asked frequently.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Object Class
 
Similar Threads
invoking classes
why not NullPointerException
Initialization
inner class ?!
About getClass() method usage