| Author |
Is java.util.Stack synchronized?
|
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8145
|
|
|
Is java.util.Stack synchronized(like java.util.Vector)? Could not find the information in the javadocs.
|
[My Blog] [JavaRanch Journal]
|
 |
Ernest Friedman-Hill
author and iconoclast
Marshal
Joined: Jul 08, 2003
Posts: 24057
|
|
|
Yes, pretty much, as Stack is just a thin subclass of Vector which operates by calling Vector's methods.
|
[Jess in Action][AskingGoodQuestions]
|
 |
Jaikiran Pai
Marshal
Joined: Jul 20, 2005
Posts: 8145
|
|
Thank you. [ February 09, 2006: Message edited by: jaikiran pai ]
|
 |
 |
|
|
subject: Is java.util.Stack synchronized?
|
|
|