Programming Tutorials

Comment on Tutorial - Stack example in Java - push(), pop(), empty(), search() By Henry



Comment Added by : ann

Comment Added at : 2015-02-02 09:23:41

Comment on Tutorial : Stack example in Java - push(), pop(), empty(), search() By Henry
why push is error in st.push(new Integer(a)); ? and pop in Integer a = (Integer) st.pop();??

View Tutorial