What is a conditional equation?



What is a conditional equation?..

Answer / Mohammad Azeem Khan

In programming, a Conditional Equation refers to an expression that returns different values based on certain conditions. For example, the ternary operator in Java: `(condition) ? (expression if true) : (expression if false)`.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

Why java is called not pure object oriented language?

1 Answers  


What are the two basic ways in which classes that can be run as threads may be defined?

1 Answers  


Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.

1 Answers  


What is polymorphism in java? What are the kinds of polymorphism?

1 Answers  


What are encapsulation, inheritance and polymorphism?

1 Answers  


What is return code?

1 Answers  


What is implicit object in java?

1 Answers  


What are the files generated after using IDL to java compiler?

1 Answers  


What do you mean by append?

1 Answers  


How to calculate the length of a singly linked list in java?

1 Answers  


What is private protected in java?

1 Answers  


What is the range of the short type?

1 Answers  


Categories