Multiple choice technology web technology

JSP simply puts Java inside HTML pages. You can take any existing HTML page and change its extension to ".jsp" instead of ".html".

  1. True

  2. False

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

JSP allows embedding Java code directly within HTML pages using special tags. While you can technically rename an HTML file to .jsp, the statement describes the basic concept that JSP combines Java logic with HTML presentation. However, the file would need actual Java code in JSP tags to be meaningful.