Thread: Stacks
View Single Post
  #9 (permalink)  
Old 05-04-2008, 07:43 PM
Zosden's Avatar
Zosden Zosden is offline
Senior Member
 
Join Date: Apr 2008
Posts: 353
Zosden is on a distinguished road
My topic was about the way sun has implemented stacks in their API. A stack should only let the user be able to see the first item int the stack, but Java lets you search through the stack and see whats in the middle of it. An example of this would be a stack calculator. Sorry this isn't the best example, but it works.
__________________
My IP address is 127.0.0.1
Reply With Quote