Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. JavaNewbie

    java.util.Vector & casting

    I am tring to create a new variable of type Node (which I created myself; it's an object), and I am trying to pass it the lastElement() of the Vector, which contains only Node elements. (i.e. Node temp = (Node) vectorObject.lastElement();) However, it simply throws an exception...

Part and Inventory Search

Back
Top