Ask Question
23 February, 23:59

Suppose you omit the "" characters around Hello, World! from the HelloPrinter. java program. Is this a compile-time error or a run-time error?

+1
Answers (1)
  1. 24 February, 00:06
    0
    Compile_time error

    Explanation:

    The following gives compile time error because The compiler will protest that that it does not know the meanings of the Hello words.

    Run time error are occur during the run time of a program divide by zero is example of run time error, compile time error are occur during compilation. In compile time the compiler tell the proper complain message if any error occured syntax error are the example of compile time error.
Know the Answer?
Not Sure About the Answer?
Find an answer to your question 👍 “Suppose you omit the "" characters around Hello, World! from the HelloPrinter. java program. Is this a compile-time error or a run-time ...” in 📗 Computers & Technology if the answers seem to be not correct or there’s no answer. Try a smart search to find answers to similar questions.
Search for Other Answers