Saved Bookmarks
| 1. |
What do you mean by a valid java statement |
|
Answer» A sentence forms a complete idea which can include one or more clauses. LIKEWISE, a statement in Java forms a complete command to be executed and can include one or more EXPRESSIONS. In simpler TERMS, a Java statement is just an instruction that explains what should happen |
|