What is the result of Welcome4.java (successfully compiled and run)?
a) It will produce a compilation error due to improper syntax.
b) It will display "Welcome to Java" as output.
c) It will throw a runtime exception.
d) It will print "%s %s Welcome to Java" as output.