The answer is <span>memory. </span>Running fewer applications at once is a way to resolve the bottleneck in <span>memory. </span>Run fewer programs at the same time and restarting a PC regularly, is a good way to clear out its memory.
The correct answer is "It will be highlighted in the text and seen in the right margin."
Comments are known as notes or annotations that gives an author or editor an idea about a common mistake in his or her work. In other words, comments are used to give a heads up to the creator of a specific document.
Answer:
B - instance fields
Explanation:
Fields/variables declared within interfaces are by default final, public or static and hence will not be considered as an instance variable/field but a class variable. Although interfaces can be used to define instance methods, they will never have instance variables.