Computer Science, asked by qwertyuiopasdf9942, 11 months ago

What are the two elements required for class declaration in Java?

Answers

Answered by abduljabbarselah
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