J2SE Question:

What is declaration?

J2SE Interview Question
J2SE Interview Question

Answer:

A statement that establishes an identifier and associates attributes with it, without necessarily reserving its storage (for data) or providing the implementation (for methods). See also definition.


Previous QuestionNext Question
What is definition?What is credentials?