Assignment 2
Assignment 2
<!DOCTYPE html>
<html>
<body bgcolor="#FAFAFA">
As a continuation of Programming Java SE, students (1) manage databases using Java; (2) build two- and
threetier
client-server applications; and (3) refine industry-standard coding practices. Students build a complete
Webbased
application that incorporates three-tier development including client-side, server-side, and database
processing.
<br>
<br>
<ol>
<li>Eclipse installation</li>
<li>Variable scopes</li>
<li>Operators</li>
<li>Control flows</li>
<li>Constructors</li>
<li>Abstract classes</li>
<li>Access privileges</li>
<ul>
<li>Overload methods</li>
</ul>
<li>Arrays</li>
<li>Exception handling</li>
<ol>
<li>Try/catch/finally</li>
</ol>
<li>Threads</li>
<li>String class</li>
<li>Collections</li>
<ol>
<li>List</li>
<li>Set</li>
<li>Map</li>
</ol>
<li>File IO operations</li>
<li>Class loaders</li>
</ol>
<br>
<br>
<br>
Give the XML Schema corresponding to the following XML document. We assume that StudID should
always be in the format s999999999 and Status takes one of the values “Freshman”, “Sophomore”,
“Junior”, and “Senior”. We assume there is, at least one student. The name and address are of type
string.
<br>
<br>
<Students> <br>
<Student> <br>
<StudId>s111111111</StudId> <br>
<Status>Freshman</Status> <br>
</Student> <br>
<Student> <br>
<StudId>s222222222</StudId> <br>
</Student> <br>
</Students><br>
<br>
<br>
<br>
<br>
<p>
The purpose of this project is to practice writing basic web pages with HTML and deploy them. You will
have to write two static web pages .You can do this using a text editor such as TextPad or Notepad
editor. You are not allowed to use any HTML-generating tools, such as FrontPage, for any part of this
project. The first web page is your personal home page. The second web page is your CSD 4464 course
page, where you will post your finished projects. </p>
<br>
<br>
<br>
Create a page named index.html that describes you. On your page, include some or all of the following
information (just a suggestion):
<ul>
<li>A list of classes you are taking right now. Make a link to your CSD 4464 course web page. </li>
<li>Your 3 favorite sports, movies, books, or TV shows. Make at least one link to an interesting site.
</li>
</ul>
<br>
<font size="4"><b> Part 2: Personal CSD 4464 Course Web Page </b></font>
<br>
<br>
Create a personal course web page that describes the course and a list of topics and assignments.
<br>
<br>
<br>
<br>
<hr>
<br>
<br>
</body>
</html>
OUTPUT:- Course Web Page