Comment on Tutorial - Stack example in Java - push(), pop(), empty(), search() By Henry
Comment Added by : srikanth
Comment Added at : 2014-05-30 06:44:58
Comment on Tutorial : Stack example in Java - push(), pop(), empty(), search() By Henry
import java.io.*;
import java.util.*;
class Stackdemo
{
public static void main(String []args)throws IOException
{
Stack<Integer> st=new Stack<>();
Buffer Reader br =new Buffer Reader(new InputStreamReader(System.in));
int element,pos,choice=0;
while(choice<4)
{
System.out.println("stack operation");
System.out.println("1 push element");
System.out.println("2 pop element");
System.out.println("3 search for element");
System.out.println("4 exit");
System.out.println("your choice");
choice=Integer.parseInt(br.readline());
switch(choice)
{
case1:
System.out.print("enter element:");
element =Integer.parseInt(br.readline());
st.push(element);
break;
case2:
Integer i=st.pop();
System.out.print("poped="+i);
break;
case3:
System.out.print("enter element");
element=Integer.parseInt(br.readline());
pos=st.search(element);
if(pos==-1)
System.out.println("element not found");
else
System.out.println("element found position:"+pos);
break;
default;
return;
}
System.out.println("Stack="+st);
}
}
}
}
View Tutorial
- Data Science
- Android
- AJAX
- ASP.net
- C
- C++
- C#
- Cocoa
- Cloud Computing
- HTML5
- Java
- Javascript
- JSF
- JSP
- J2ME
- Java Beans
- EJB
- JDBC
- Linux
- Mac OS X
- iPhone
- MySQL
- Office 365
- Perl
- PHP
- Python
- Ruby
- VB.net
- Hibernate
- Struts
- SAP
- Trends
- Tech Reviews
- WebServices
- XML
- Certification
- Interview
categories
Subscribe to Tutorials
Related Tutorials
Program using concept of byte long short and int in java
Update contents of a file within a jar file
Tomcat and httpd configured in port 8080 and 80
Count number of vowels, consonants and digits in a String in Java
Student marks calculation program in Java
Calculate gross salary in Java
Calculate average sale of the week in Java
Vector in Java - Sample Program
MultiLevel Inheritance sample in Java
Archived Comments
1. thnx...nice article...useful..
View Tutorial By: anish at 2012-11-30 05:41:47
2. Very usefull tutorial, but I've got a question:
View Tutorial By: Wolfgang Marcos at 2011-05-16 11:12:19
3. Excellent information in simple language. Its wort
View Tutorial By: Rishi at 2011-11-04 05:03:24
4. very nice and good introduction for beginners.
View Tutorial By: annie at 2011-11-23 06:50:32
5. Thanks, very helpful. Worked perfectly.
View Tutorial By: Bob Knob at 2011-07-27 18:22:18
6. really a gud work for xml parsing readers
View Tutorial By: shreya at 2010-07-02 02:35:04
7. hi
thanks for your code i wanted to know w
View Tutorial By: anshul at 2009-10-28 15:10:10
8. I used code when command button clik , it wil show
View Tutorial By: sekh umar at 2011-06-23 01:40:21
9. That was nice.
View Tutorial By: Arnab at 2007-10-17 02:02:11
10. Unable to connect with https:\\localhost:8443 but
View Tutorial By: gopala krishna at 2012-04-02 07:17:09