Implement 2 stacks with just 1 array. The stack routines must not indicate overflow unless every slot in array is used.
No Answer is Posted For this Question
Be the First to Post Answer
What is difference between static class and singleton pattern?
What is an object in Java and what are its benefits?
can we write two same methods in outer class and innerclass.
Is it possible to override private or static method in java?
What collections you have worked on? Internal working of Hashmap?
What is the difference between access specifiers and access modifiers in java?
Can you create an object of an abstract class?
Explain the importance of throws keyword in java?
What is the difference between the paint() and repaint() methods in java programming?
When you say String is immutable, what do you mean by that? Say I have String s = "Ness" s= s+"Technologies"; What will happen? If the value gets appended, then what is the meaning of immutable here?
Does java allow overriding static methods ?
can we create instance for interface in java?