Đang chuẩn bị liên kết để tải về tài liệu:
Dynamic Web Pages using JSP - Lab Deliverable 1

Không đóng trình duyệt đến khi xuất hiện nút TẢI XUỐNG

Tài liệu tham khảo giáo trình lập trình web động với Java Server Pages (JSP). Tài liệu gồm bài trắc nghiệm, các bài giảng và bài tập thực hành. | Lab Deliverable 1 Developing Web Applications-An Overview Part II 1. Write a program to display a Hello World message in the Web browser. In addition display the host name and Session Id. Write JSP code using HTML code. Solution html head title Welcome to our Website title head body marquee font size 3 color FF0033 Hello World font marquee font color 0000FF Hostname request.getRemoteHost br font color 0000FF Session Id session.getId body html The output of the program is as shown in Figure 2.1. Figure 2.1 Output of Hello.jsp Developing Web Applications - An Overview Ver 1.0 2005 Aptech Limited 1 2. Write a program using JSP to calculate the sum of numbers from 1 to 25. Solution html head title JSP Example title head body h1 Displaying sum h1 9 o int sum 0 for int num 1 num 25 num s um s um num out.println Sum of numbers from 1 to 25 is sum 9- o body html The output of the program is as shown in Figure 2.2. Figure 2.2 Output of Sum.jsp 2 Ver 1.0 2005 Aptech Limited JSP and Struts 3. Write a program to display the current date and the session Id. Solution html head title JSP Example title head body LI Today s date is new java.util.Date LI Session Id session.getId body html The output of the program is as shown in Figure 2.3. Figure 2.3 Output of Sessionld.jsp Developing Web Applications - An Overview Ver 1.0 2005 Aptech Limited

Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.