What are the two elements required for class declaration in Java?
Answers
Answered by
2
Answer:
The only required elements of a method declaration are the method's return type, name, a pair of parentheses, () , and a body between braces, {} .
Explanation:
Similar questions