Output: Creating a Greeting : Basics « JSP « Java

Java
1. 2D Graphics GUI
2. 3D
3. Advanced Graphics
4. Ant
5. Apache Common
6. Chart
7. Collections Data Structure
8. Database SQL JDBC
9. Design Pattern
10. Development Class
11. Email
12. Event
13. File Input Output
14. Game
15. Hibernate
16. J2EE
17. J2ME
18. JDK 6
19. JSP
20. JSTL
21. Language Basics
22. Network Protocol
23. PDF RTF
24. Regular Expressions
25. Security
26. Servlets
27. Spring
28. Swing Components
29. Swing JFC
30. SWT JFace Eclipse
31. Threads
32. Tiny Application
33. Velocity
34. Web Services SOA
35. XML
Microsoft Office Word 2007 Tutorial
Java Tutorial
Java Source Code / Java Documentation
Java Open Source
Jar File Download
Java Articles
Java Products
Java by API
C# / C Sharp
C# / CSharp Tutorial
ASP.Net
JavaScript DHTML
JavaScript Tutorial
JavaScript Reference
HTML / CSS
HTML CSS Reference
C / ANSI-C
C Tutorial
C++
C++ Tutorial
PHP
Python
SQL Server / T-SQL
Oracle PL / SQL
Oracle PL/SQL Tutorial
PostgreSQL
SQL / MySQL
MySQL Tutorial
VB.Net
VB.Net Tutorial
Java » JSP » BasicsScreenshots 
Output: Creating a Greeting

<HTML>
  <HEAD>
    <TITLE>Creating a Greeting</TITLE>
  </HEAD>

  <BODY>
    <H1>Creating a Greeting</H1>
    <%
        out.println("Hello from JSP!");    //Display the greeting
     %>
  </BODY>
</HTML>



           
       
Related examples in the same category
1. JSP Passing Parameters
2. Simplest Jsp page: A Web Page
3. Simple JSP outputSimple JSP output
4. Simple JSP page to display the random number
5. Comments in JSP page
6. Declaration Tag Example
7. Declaration Tag - Methods
8. Expression Language Examples
9. Passing parameters
10. JSP Initialization
11. Welcome page and top level URL
12. JSP Expression Language
13. JSP without beans
14. Request header display in a JSP
15. Multiple Declaration
16. Embedding Code
17. pwd -- print working directory
18. JSP post
19. JSP Post Data Viewer
20. JSP in J2EE
21. JSP Performance
22. JSP Best Practices and Tools
23. JSP Model 2JSP Model 2
24. JSP: expression language 2JSP: expression language 2
25. JSP Basics: Dynamic Page Creation for Data Presentation 2JSP Basics: Dynamic Page Creation for Data Presentation 2
26. JSP Directives: your page
27. JSP Directives
28. JSP Basics ch02 JSP Basics ch02
29. JSP Basics: Generalized Templating and Server Scripting 1JSP Basics: Generalized Templating and Server Scripting 1
30. JSP Basics: Generalized Templating and Server Scripting 2JSP Basics: Generalized Templating and Server Scripting 2
31. JSP Basics: Generalized Templating and Server Scripting 3JSP Basics: Generalized Templating and Server Scripting 3
32. CSS, JavaScript, VBScript, and JSP 1CSS, JavaScript, VBScript, and JSP 1
33. CSS, JavaScript, VBScript, and JSP 2CSS, JavaScript, VBScript, and JSP 2
34. Advanced Dynamic Web Content Generation. 1Advanced Dynamic Web Content Generation. 1
w_ww__._j___a___v_a___2__s._c__o__m_ | Contact Us
Copyright 2003 - 08 Demo Source and Support. All rights reserved.
All other trademarks are property of their respective owners.