What is meant by stack and queue?
No Answer is Posted For this Question
Be the First to Post Answer
class A { public void disp(int a,int b) { System.out.println("hai"); } } class B { public void disp(int a,int b,int c) { System.out.println("hai"); } } above program is overloading or overriding?
Can we iterate through collection using for loop?
Can we have multiple classes in a single file?
explain what is transient variable in java?
Describe 2 different ways to concatenate two strings.
Difference between the paint() and repaint() methods?
What is the function of java?
why do we use interface in java?
What is encapsulation? Elaborate with example?
What is balanced tree in java?
Explain importance of throws keyword in java?
why constructor dont have returns type?