Download as pdf or txt
Download as pdf or txt
You are on page 1of 11

FSKM 2020 CSC444 – JAVA PROGRAMMING

Universiti Teknologi MARA, Kampus Jasin, Melaka

Faculty of Computer Science and Mathematics

Assignment 3 - Cover Sheet


Course Code Assignment due date Lecturer’s Name
CSC 444 15 Jan 2021 (Week 13th) DR. SITI FEIRUSZ BINTI AHMAD FESOL
Course Name Group
JAVA PROGRAMMING CS2464C
System Title

Assignment 3 – JSP, Servlet, DAO, JDBC Full project

This statement should be completed and signed by the student(s) participating in preparation of the
assignment / project.

Declaration and statement of authorship:

1. I/we hold a copy of this assignment, which can be produced if the original is lost / damaged.
2. This assignment is my/our original work and no part of it has been copied from any other student’s work or
from any other source except where due acknowledgment is made.
3. No part of this assignment has been written for me/us by any other person except where such collaboration
has been authorised by the lecturer/teacher concerned and is clearly acknowledged in the assignment.
4. I/we have not previously submitted or currently submitting this work for any other course/unit.
5. This work may be reproduced and/or communicated for the purpose of detecting plagiarism.
6. I/we give permission for a copy of my/our marked work to be retained by the School for review by external
examiners.
7. I/we understand that plagiarism is the presentation of the work, idea or creation of another person as though
it is your own. It is a form of cheating and is a very serious academic offence that may lead to expulsion from
the University. Plagiarised material can be drawn from, and presented in, written, graphic and visual form,
including electronic data, and oral presentations. Plagiarism occurs when the origin of the material used is not
appropriately cited.
8. Enabling plagiarism is the act of assisting or allowing another person to plagiarise or to copy your work.

Student Name Student number Student signature


NURUL IZZATIE izzatie

Assessor’s comments Grade

By Raymond Chew-FSKM 1
FSKM 2020 CSC444 – JAVA PROGRAMMING
Universiti Teknologi MARA, Kampus Jasin, Melaka

INPUT AND OUTPUT

Registered user

By Raymond Chew-FSKM 2
FSKM 2020 CSC444 – JAVA PROGRAMMING
Universiti Teknologi MARA, Kampus Jasin, Melaka

Unregistered user

By Raymond Chew-FSKM 3
FSKM 2020 CSC444 – JAVA PROGRAMMING
Universiti Teknologi MARA, Kampus Jasin, Melaka

Source Code

LoginServlet.java

By Raymond Chew-FSKM 4
FSKM 2020 CSC444 – JAVA PROGRAMMING
Universiti Teknologi MARA, Kampus Jasin, Melaka

UserDAO.java

By Raymond Chew-FSKM 5
FSKM 2020 CSC444 – JAVA PROGRAMMING
Universiti Teknologi MARA, Kampus Jasin, Melaka

By Raymond Chew-FSKM 6
FSKM 2020 CSC444 – JAVA PROGRAMMING
Universiti Teknologi MARA, Kampus Jasin, Melaka

By Raymond Chew-FSKM 7
FSKM 2020 CSC444 – JAVA PROGRAMMING
Universiti Teknologi MARA, Kampus Jasin, Melaka

By Raymond Chew-FSKM 8
FSKM 2020 CSC444 – JAVA PROGRAMMING
Universiti Teknologi MARA, Kampus Jasin, Melaka

By Raymond Chew-FSKM 9
FSKM 2020 CSC444 – JAVA PROGRAMMING
Universiti Teknologi MARA, Kampus Jasin, Melaka

home.jsp

invalidLogin.jsp

By Raymond Chew-FSKM 10
FSKM 2020 CSC444 – JAVA PROGRAMMING
Universiti Teknologi MARA, Kampus Jasin, Melaka

index.jsp

By Raymond Chew-FSKM 11

You might also like