Implement a stack with push (), pop() and min() in O(1) time.
No Answer is Posted For this Question
Be the First to Post Answer
If goto and const is reserve words than why it is not work in java?
int a=1,b=10; System.out.println(a+b--);
What is the root class for all Java classes?
What happens when heap memory is full?
Explain super keyword in java.
What is the difference between member variables initialization and assignment in a constructor?
what is use of marker interface? give me good example?
Why does java doesnot support multiple inheritance?
Explain the difference between jvm and jre?
What is constructor chaining and how is it achieved in java?
Does substring start with 0?
How do you declare a string variable?