What are conditionals and its types?
Answer / Shailender Kumar
Conditionals are statements that allow your program to make decisions based on certain conditions. In Java, there are two main types of conditionals: if statements and switch statements.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why string is immutable with example?
What modifiers are allowed for methods in an interface?
How to invoke external process in java.
What is anagram of a string?
What are the limitations for static method?
Can list have duplicates in java?
Explain about automatic type conversion in java?
Why we cannot override static method?
What are the types of methods in java?
What is difference between static method and static variable?
What are the advantages of autoboxing?
Why is Java a platform independent language?