SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
|
Email
Search
Test your basic knowledge |
Java Web Programming
Start Test
Study First
Subject
:
it-skills
Instructions:
Answer 50 questions in 15 minutes.
If you are not ready to take this test, you can
study here
.
Match each statement with the correct term.
Don't refresh. All questions and answers are randomly picked and ordered every time you load a test.
This is a study tool. The 3 wrong answers for each question are randomly chosen from answers to other questions. So, you might find at times the answers obvious, but you will see it re-enforces your understanding as you take the test each time.
1. Objects of any type that are explicitly placed on the request object via a call to the setAttribute() method
session attribute
W3C
Dynamically installed event handler
request attribute
2. This Java object encapsulates the information that a servlet sends back to the client
relative positioning
superclass
response
scriptlet
3. Controlling the exact location of text and pictures on a web page by specifying coordinates on the page.
JSTL (JavaServer Pages Standard Tag Library)
absolute positioning
mysqli
padding
4. ${myBean.name}... Java code that evaluates to a value
assertEquals method
Expression Scriptlet
entity
form
5. The address of a website. Uniform Resource locator.
URL
Driver
cookie
XSL
6. Keyword that can be used inside any method to refer to the current object
this()
Data Access Object
pathelement element
<jsp:setProperty> tag
7. Bean that only survives for current request
refractor
Driver
request scope
CSS Property
8. In JSP; makes it possible to easily access application data stored in JavaBeans components (by using characters such as {...} - < - >). Used with JSTL to replace all JAVA
Entity class
Model
Expression language
jQuery theme
9. All data for a single member (object)
session object
Caching
<c:forEach>
box model
10. A web development technique that allows portions of Web pages to reload with fresh data instead of requiring the entire Web page to reload
AJAX
Data Access Object
ANT task
<jsp:setProperty> tag
11. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute
selector
external style sheet
<jsp:useBean> tag
Dynamically installed event handler
12. Clears an area around the content which is inside of the border of an element (length-%)
submit element
pathelement element
well-formed
padding
13. Design pattern for asynchronous invocation of potentially long-running methods of an object
Asynchronous method
event bubbling
entity
<jsp:getProperty>
14. Single piece of info; record is one complete set of these
abstract class
field
input element
doGet()
15. Tells the compiler where to access certain classes
5XX status code
import statement
URL
JUnit
16. Server error
status code
form action
5XX status code
application scope
17. The exclusive address of a web page. The official term is Uniform Resource Locator.
external style sheet
URL
session object
GET
18. Describes the styles of the page elements - such as their colors and font sizes and background colors.
padding
object
CSS
container
19. Scope of variables that would be stored in a database
catch
XHTML (Extensible Hypertext Mark-up Language)
superclass
application scope
20. Bean that survives for the life of the HTTP session
jQuery theme
session Bean scope
block display
die()
21. The event gets sent to the most specific element and after this element has an opportunity to react - the event bubbles up to more general elements.
$_REQUEST
event bubbling
form method
field
22. a class with a default constructor that exposes properties through its (get) and (set) methods - Generic name for a Java class that manages data on behalf of a JSP page
JavaBean
MS Access
Element
block display
23. Test class used to test your code automatically
CSS
JUnit test
session object
qualified name
24. Database that represents data as a collection of tables in which all data relationships are represented by common values in related tables
id attribute
idempotent
JSP Expression Language
relational database
25. Scope of variables whose values persist through several client visits back to the same site but not over the life of the application
session scope
auto_increment
CSS selector
Javadoc
26. Database that represents data as a collection of tables in which all data relationships are represented by common values in related tables
session attribute
relational database
test method
event bubbling
27. A document type that allows the use of deprecated tags.
class library
Asynchronous method
restricted type
Transitional
28. Well-formed XML document which also conforms to rules of a Document Type Definition (DTD) or an XML Schema (XSD)
Event object
import statement
valid
<c:forEach> tag
29. Controlling the exact location of text and pictures on a web page by specifying coordinates on the page.
absolute positioning
4XX status code
AJAX
session object
30. A project that contains resources for a Web application with dynamic content such as servlets or JavaServer Pages (JSP) files
GET
Java class
Dynamic web project
JavaBean
31. Used to insert Java values directly into the output. It has the following form: <%= Java expression %>
expression scriptlet
AJAX
Exception
pathelement element
32. Object reference
element
$
fail()
validator
33. Any item that can be manipulated such as picture and data file or text.
object
request object
unit test
Driver
34. This component of JSP pages replaces the above tag and allows more sophisticated manipulation of values from the bean
session scope
entity
JSTL
request Bean scope
35. Single piece of info; record is one complete set of these
Controller
die()
form action
field
36. Relational database driver used in PHP programming language to provide an interface with MYSQL databases
mysqli
Content negotiation
status code
Model
37. Returns a reference to the element by its ID where element is a reference to an Element object or null if an element with the specified ID is not in the document.
JavaScript
<jsp:getProperty>
document.getElementById()
request parameter
38. This Java class is used in JDBC pages to execute SQL statements and provides protection against SQL scripting attacks
super()
PreparedStatement
event bubbling
agile programming
39. Entries in a database
form method
record
Dynamic web project
id attribute
40. A notation that shows all of the information needed to invoke (or call) the method
method signature
try
request scope
View
41. Used to amplify tags
Tomcat
class
attribute
idempotent
42. Gets the value of a Bean property so that you can display it in a result page.
radio button
response
GET
<jsp:getProperty>
43. This part of a CSS rule specifies the set of HTML elements to which a defined style should apply
input element
CSS selector
HTML strict
Extreme programming
44. Set of data elements (values) that is organized using a model of vertical columns (identified by their name) and horizantal rows
table
TextNode
4XX status code
CSS Property
45. Single piece of info; record is one complete set of these
session attribute
field
auto_increment
<jsp:setProperty> tag
46. Positioned outside of the relative positioning. The element is positioned in a fixed position on the document.
Expression Language
setter method
CSS selector
fixed positioning
47. Object associated with a visitor; similar to a Hashtable; different set of data kept for each visitor to the site
Session
Driver
MS Access
doPost()
48. Specifies that the Node will contain text elements
TextNode
scriptlet
static content
<jsp:setProperty>
49. Pseudo-relational database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools
MS Access
WAR file
Tomcat
Spec comment
50. Part of class definition that tells control what to do in response to event
forwarding
event handler
ANT target
Element