What is ternary operator in java?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

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?

1 Answers   Huawei,


What is tochararray in java?

0 Answers  


What is the exact difference in between unicast and multicast object? Where we will use?

0 Answers  


Can we define private and protected modifiers for variables in interfaces?

0 Answers  


Give a practical example of singleton class usage?

0 Answers  






How are multiple inheritances done in Java?

0 Answers   Atos Origin,


Difference between Web-based applications,Client- Server applications and Distributed applications?

3 Answers   Infosys,


What is the difference between final, finally and finalize() in java?

0 Answers  


What are multiple inheritances?

0 Answers  


What is data member in java?

0 Answers  


What is the formula to calculate percentage?

0 Answers  


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?

9 Answers   Infosys, Wipro,


Categories