Computer Science, asked by snehal1525, 6 months ago

what is expression in java
(ICSE)​

Answers

Answered by lohithbs
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 itzcottoncandy65
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