Quiz: Compile-Time and Runtime Errors
What kind of error is
System.out.println(Hello, Sara);
- Compile-time (syntax) error
- Runtime (logic) error
There are no
"..."
around Hello, Sara
!What kind of error is
System.out.println(Hello, Sara);
"..."
around Hello, Sara
!