what is expression in java
(ICSE)
Answers
Answered by
12
Answer:
Expressions in Java are used to fetch, compute, and store values. ... Most expressions, when they are evaluated, produce values that can be used by other expressions. The one exception is an expression that calls a method declared with the void return type
Answered by
3
Explanation:
Expressions in Java are used to fetch, compute, and store values. Most expressions, when they are evaluated, produce values that can be used by other expressions. The one exception is an expression that calls a method declared with the void return type.
Similar questions