Answer:
Zevzda
Explanation:
Check for yourself if you think i'm wrong
Answer:
ROM : Read Only Memory.
RAM : Random Ascess Memory.
Answer: The Progressive Era was a period of widespread social activism and political reform across the United States that spanned the 1890s to the 1920s.
Explanation:
A <span>cripple stud is what is use for windows and doors
</span>
Answer: static
Explanation:
In java we have the static keyword to indicate that it can be called without creating an object of the class.
example :
public static void main(String arg[])
So, main can be called without creating an object of the class.