Answer:
The answer that goes in the blank is <u>manual</u>
Explanation:
Have a good day :)
Answer: one field copy gets generated in memory
Explanation:
When a field is declared static,it will become common for entire class instances. Single copy of field that gets created for the particular class where numerous instances present in that class can use it by sharing .
- Other options are incorrect because two copy of reference does not gets created as it only supports single copy.
- Copy of the field for every class is not generated by static field.All method and instances use only one field copy for the whole class.
- Thus the correct answer is creation of only one field copy in memory for static field.
They are all bold and what ever else
Answer:
knowledge acquisition facility
Explanation:
In the context of the components of a typical expert system, Knowledge acquisition facility is defined as that component of an expert system that is responsible for providing an effective and efficient medium for collecting and incorporating relevant information such as data, new rules, relationships and facts used by the expert system.