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 |
Why java is called not pure object oriented language?
What are the two basic ways in which classes that can be run as threads may be defined?
Hi.... I applied for the post of scientific officer/Engineer-SB(Programmer).Please post the syllabus and sample papers.
What is polymorphism in java? What are the kinds of polymorphism?
What are encapsulation, inheritance and polymorphism?
What is return code?
What is implicit object in java?
What are the files generated after using IDL to java compiler?
What do you mean by append?
How to calculate the length of a singly linked list in java?
What is private protected in java?
What is the range of the short type?