Create an HTML page that displays the string "Hello Oracle
World!"
Remarks
This simple page
contains plain HTML, except for couple of the JSP
directives and tags. The first one in the HelloWorld.jsp is a page
directive that defines the content type and character set of the entire
page. The other is the scriptlet tag that calls the Java method println
to print a string to the standard output device.