Give us a program to check for parenthesis matching using stack.
No Answer is Posted For this Question
Be the First to Post Answer
For which statements we use a label?
public class Base { public void myMethod(int a,intb) {} } // Uses myMethod and then hides it. public class DerivedOne extends Base { private void myMethod(int a,int b); } will this compile or not .yes or no. why
What is the purpose of a parameter?
Is Java is 100% pure OOPS? Explain?
Is array size fixed in java?
Describe the term diamond problem.
What are register variables what are the advantages?
Can a for statement loop indefinitely?
explain about casting of objects?
What is string [] args?
What will be the default values of all the elements of an array defined as an instance variable?
Define nashorn in java8.