Podcast
Questions and Answers
In Java, what does the term 'static' refer to in a class declaration?
In Java, what does the term 'static' refer to in a class declaration?
In the context of compiler design, when does a static policy make decisions?
In the context of compiler design, when does a static policy make decisions?
What type of scope does a language have if the scope of a declaration can be determined only by looking at the program?
What type of scope does a language have if the scope of a declaration can be determined only by looking at the program?
What is the main difference between names and identifiers?
What is the main difference between names and identifiers?
Signup and view all the answers
What does a variable refer to?
What does a variable refer to?
Signup and view all the answers
What is the most striking difference between binding and storage?
What is the most striking difference between binding and storage?
Signup and view all the answers
What is the scope of declaration for an identifier local to a recursive procedure?
What is the scope of declaration for an identifier local to a recursive procedure?
Signup and view all the answers
When does binding time occur?
When does binding time occur?
Signup and view all the answers
What does object lifetime refer to?
What does object lifetime refer to?
Signup and view all the answers
What can names do that storage cannot?
What can names do that storage cannot?
Signup and view all the answers