I've been asked to "Identify all language constructs in Java. Your list should start with classes:
The body of class declarations"
I was under the impression that a 'language construct' was any allowable command in a language, but this is clearly not what is meant by the question. If anyone could give me a clearer understanding of what a language construct is in this context, and what kind of thing this list should contain, I would appreciate it.
Thanks in advance!