1. Assuming the Java language, indicate the binding time (when the language is designed, when the program is linked, whe
Posted: Mon Jun 06, 2022 5:43 pm
1. Assuming the Java language, indicate the binding time (when the language is designed, when the program is linked, when the program begins execution, etc.) for each of the following decisions. Explain any answers you think are open to interpretation. (2 pts. Each)
JAVA
a) The number of built-in functions (math, type queries, etc.)
Four(String methods, Number methods, character methods, Array methods)
b) The variable declaration that corresponds to a particular variable reference (use)
c) The maximum length allowed for a constant (literal) character string
d) The referencing environment for a subroutine that is passed as a parameter
e) The address of a particular library routine
f) The total amount of space occupied by program code and data
JAVA
a) The number of built-in functions (math, type queries, etc.)
Four(String methods, Number methods, character methods, Array methods)
b) The variable declaration that corresponds to a particular variable reference (use)
c) The maximum length allowed for a constant (literal) character string
d) The referencing environment for a subroutine that is passed as a parameter
e) The address of a particular library routine
f) The total amount of space occupied by program code and data