This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Beginning Java and the fly likes why a call to super here 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 "why a call to super here" Watch "why a call to super here" New topic
Author

why a call to super here

ima clark
Greenhorn

Joined: Apr 23, 2002
Posts: 19

why is there a call to super(name)?
Thomas Paul
mister krabs
Ranch Hand

Joined: May 05, 2000
Posts: 13974
That will invoke the Thread constructor that takes a string parameter. That assigns a name to the Thread object.


Associate Instructor - Hofstra University
Amazon Top 750 reviewer - Blog - Unresolved References - Book Review Blog
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: why a call to super here
 
Similar Threads
doubt in join method.
Setting a value for Sleep from the command line
some problems regd threads as in velmurugan's notes
Question about Thread (using the wait() and notifyAll()/notify() methods in a synchronized block)
I Cannot Get My Thread Program Compiled