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. an individual component of a document
ANT target
form
element
superclass
2. Runs tests in ANT; just have <formatter> - <test> and <classpath>
scriptlet
doPost()
junit task
JavaBean
3. Code indicating status that server sends back to you.
<jsp:setProperty> tag
status code
Entity class
Element
4. Bean that only survives for current request
W3C
Driver
session scope
request scope
5. The act of sending onto another destination
GET
Transitional
HTTP
forward
6. Returns a list of elements with the given tag name.
DriverManager
<c:forEach>
submit element
getElementsByTagName
7. Associative array that by default contains contents of $_GET and $_POST and $_COOKIE
$_REQUEST
document.getElementById()
request attribute
JUnit
8. Scope of variables whose values persist through several client visits back to the same site but not over the life of the application
ServletContext
form
TextNode
session scope
9. stores information about or change settings for a user session. Variables stored in it hold information about one single user and are available to all pages in one application.
session object
JavaBean
W3C
getter
10. ${myBean.name}... Java code that evaluates to a value
W3C
Expression Scriptlet
Class.forName()
id attribute
11. Your computer sends a request for some file (e.g. "Get me the file 'home.html'") and the web server sends back a _______ ("Here's the file" - followed by the file itself).
classes nested element
response
redirect
superclass
12. A collection of standard programs and subroutines that are stored and available for immediate use
scriptlet
JSTL (JavaServer Pages Standard Tag Library)
library
element
13. A document type that allows the use of deprecated tags.
request attribute
Transitional
session attribute
visibility
14. This component of JSP pages replaces the above tag and allows more sophisticated manipulation of values from the bean
container
application scope
HTML DOM
Java Standard Tag Library
15. Element that will be completed as part of a parent element/task
event handler
qualified name
Spec comment
classes nested element
16. allows client software to communicate with database server software
WAR file
external style sheet
Connection
Expression Scriptlet
17. Open-source SQL (Structured Query Language) database implementation. persistence provider.
URL
static content
MySQL
foreign key
18. A document type that allows the use of deprecated tags.
Transitional
event handler
method signature
block display
19. Tells a Browser how and where to display text and images on a web page.
setXXX method
field
Extreme programming
tag
20. Name which includes a directive to a particular class or object in its reference (ex. System.in); use the .(dot) operator
JUnit test
qualified name
document.getElementById()
relational database
21. The function for the browser to run when the server responds to your request
foreign key constraint
auto_increment
relative positioning
onreadystatechange
22. Specification about a tag (first ordered list: 1-2-3 or A-B-C)
WAR file
attribute
status code
Element
23. Any item that can be manipulated such as picture and data file or text.
object
Dynamic web project
this()
assertEquals()
24. String that is the result of submitting an HTTP request/form with query that specifies the name/value pairs
request Bean scope
attribute
Expression language
request parameter
25. Method for just getting (retrieving) data.
setter
GET
Servlet
die()
26. This part of a CSS rule specifies the set of HTML elements to which a defined style should apply
URL
request
CSS selector
JSP
27. These auto-generated methods allow us to change data members of a Java class
Spec comment
URL
setter method
Data Access Object
28. A module of Java code that is hosted on a web server
assertEquals method
Servlet
response
session Bean scope
29. a single instance of that member shared by all instances of this class
URL
Static class member
status code
Event object
30. XML element that contains other elements and/or attributes
complex type
assignment statement
session Bean scope
super()
31. a single instance of that member shared by all instances of this class
mysqli
Static class member
object
form
32. Java Server Page - web page coding standard that allows developers to dynamically generate web pages in response to user request
JSP
absolute positioning
weakly typed language
doPost()
33. This component of the MVC architecture holds business data that will be displayed in the JSP page
Model
input element
table
container
34. A class that provides its attributes and methods to a subclass.
input element
superclass
2xx status code
ANT target
35. jQuery provides a single object with the most important properties.
Exception
persistence
Event object
expression scriptlet
36. Success
public
HTTP
viewport
2xx status code
37. 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
Expression language
inline display
stateless
abstract class
38. Name of the tag to which the style declarations have been assigned
selector
Session
dynamic content
Event object
39. In the relational database model is a collection of similar entities. An entity is represented by
hidden input element
refractor
Entity class
Expression Scriptlet
40. Gets the value of a Bean property so that you can display it in a result page.
request.getAttribute
visibility
<jsp:getProperty>
jQuery
41. Open-source servlet container. popular servlet engine of the apache project
field
refractor
ServletContext
Tomcat
42. Object used for executing a static SQL statement and returning the result it produces
public
restricted type
Statement
Expression Language
43. Generic name for a Java class that manages data on behalf of a JSP page
CSS Property
Hibernate
4XX status code
JavaBean
44. Bean that only survives for current request
request Bean scope
MS Access
fixed positioning
Servlet
45. Written programs or procedures or rules and associated documentation pertaining to the operation of a computer system and that are stored in read/write memory
Connection
package
dependency
well-formed
46. Provides the abstraction of an ordered collection of nodes without defining or constraining how this collection is implemented
request object
NodeList
box model
class
47. The character that seperates one field from another in a plain text file.
Spec comment
document.getElementById()
delimiter
NodeList
48. Identifies the document as a web page.
request attribute
DTD
junit task
Expression Scriptlet
49. Server error
5XX status code
WAR file
Entity class
event handler
50. This can be of two types: loaded from an external tag library or predefined tag; do not use <% but just the < character
jQuery theme
relative positioning
JSP tag
getter method