define expression in java
Answers
Answered by
2
Answer:
Expressions in Java are used to fetch, compute, and store values. To fetch a value, you use a type of expression called a primary expression. ... The one exception is an expression that calls a method declared with the void return type. An expression that invokes a void method cannot be embedded in another expression.
pls mark me as brainliest please pls
Answered by
2
Expressions in Java are used to fetch, compute, and store values. To fetch a value, you use a type of expression called a primary expression. ... The one exception is an expression that calls a method declared with the void return type. An expression that invokes a void method cannot be embedded in another expression.
Similar questions