Java Classes Question:
Download Job Interview Questions and Answers PDF
Stacks are controlled through two operations traditionally called ___ and _____
A) Push and Pull
B) Push and Pop
C) Pop and Pull
D) Pop and Peep
Answer:
Ans is :(B)push and pop
Push :Push is used to insert elements in the stack.
Pop : Pop is used to extract elements from the stack.
Push :Push is used to insert elements in the stack.
Pop : Pop is used to extract elements from the stack.
Download Java Classes Interview Questions And Answers
PDF