0% found this document useful (0 votes)
3 views3 pages

Tutorial Week 3

The document is a tutorial for CSC584, focusing on Java Enterprise Edition and related topics. It includes questions about Java types, server differences, web application functionality, MVC framework components, HTML document declarations, and HTML coding tasks. Students are instructed to answer in their own words without copying from the web.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
3 views3 pages

Tutorial Week 3

The document is a tutorial for CSC584, focusing on Java Enterprise Edition and related topics. It includes questions about Java types, server differences, web application functionality, MVC framework components, HTML document declarations, and HTML coding tasks. Students are instructed to answer in their own words without copying from the web.
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Tutorial CSC584

Tutorial Week 3

Our readings (lecture notes and video lecture) this week discuss about Introduction to
Java Enterprise Edition. Write the answers for all questions in the table according to
your understanding. PLEASE USE YOUR OWN WORDS. DO NOT COPY FROM
THE WEB.
Question Answer

1.​There are three types of Java: Java SE, Java EE and Java
ME. What are the likely relations between these types of
Java?

2.​ Describe the difference between Web Server, Web


Container and Application Server?

3.​ Explain how the web application works.

MMR2020@FSKM
Tutorial CSC584

MMR2020@FSKM
Tutorial CSC584

4.​ Consider the following:

Identify Model, View and Controller of MVC framework from


this scenario.

5.​ Describe the HTML document type declaration that is


required in every HTML.

6.​ Write a simple HTML code to embed a video stored at


[Link] Give the video a width of
640 pixels by 360 pixels. Provide the user with controls.

7.​ Write the HTML tag for the following HTML elements:
●​ Insert a line break.
●​ Add a background color
●​ Define emphasized text
●​ Create a hyperlink
●​ Character to indicate an end tag
●​ Open a link in a new tab
●​ Make a numbered list
●​ Make a checkbox
●​ Make a text input field
●​ Insert an image
●​ Play video files
●​ Play audio files

MMR2020@FSKM

You might also like