What is ternary operator in java?
No Answer is Posted For this Question
Be the First to Post Answer
How can we handle runtime exceptions? write one sample program? Can we write runtime exceptions beside the throws key word? if yes write sample program?
What is tochararray in java?
What is the exact difference in between unicast and multicast object? Where we will use?
Can we define private and protected modifiers for variables in interfaces?
Give a practical example of singleton class usage?
How are multiple inheritances done in Java?
Difference between Web-based applications,Client- Server applications and Distributed applications?
What is the difference between final, finally and finalize() in java?
What are multiple inheritances?
What is data member in java?
What is the formula to calculate percentage?
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?