Chapter 33 Flashcards

1
Q

What is DAO

A

Database access object for database manipulation

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is JSP

A

JavaServer Pages (JSP) is a technology that helps software developers create dynamically generated web pages based on HTML, XML, or other document types.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is the difference between JSP and servlet

A

In servlet, We have Java code and from that code we use HTML code inside in servlet. On the other hand it is vice versa in case of JSP. We have HTML and we can call servlet code from it.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is package

A

A package is a namespace that organizes a set of related classes and interfaces.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly