Multiple choice technology programming languages Which of the following staments are correct about the following jsp lines: <%= name %> 1) It won't compile. 2) It is a valid jsp line and it will print the variable called name. 3) It will compile but it will always produce null as the output. 4) It will work if you create a javabean class with only one variable of type java.lang.String. Reveal answer Fill a bubble to check yourself A Correct answer