Ummm what are you trying to ask? Is it like a error on your computer or-
Answer:
HTML comments are not displayed in the browser, but they can help document ... You can add comments to your HTML source by using the following syntax: <! ... you can comment out HTML lines of code, one at a time, to search for errors: ... Use the HTML comment tag to make a comment out of the "This is a comment" text.
Explanation:
Gimme brainliest right now.
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.
Answer:
I dont know the question all i know is the answers or whatever
Explanation: