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. Specifies whether or not an element is visible
request attribute
setter
submit element
visibility
2. Object used for executing a static SQL statement and returning the result it produces
field
weakly typed language
PreparedStatement
Statement
3. Short for World Wide Web Consortium. It is the international governing body for the development of platform independent web standards and specifications.
assertEquals()
scriptlet
W3C
Driver
4. If the XML file containing the fragment above were parsed with a W3C DOM parser (as in our programming assignment) - the contents of the fragment above would appear as an object satisfying this interface
Element
forwarding
class
request parameter
5. This component of the MVC architecture directs client requests to the appropriate resource
MySQL
attribute
Controller
primary key
6. This ANT element defines all of the places a Java task would look for classes to load
DriverManager
classpath element
cookie
safe
7. Specifies where to send the form-data when a form is submitted.
selector
W3C
viewport
form action
8. Scope of variables whose values persist through several client visits back to the same site but not over the life of the application
package
session scope
Node
W3C
9. Positioned outside of the relative positioning. The element is positioned in a fixed position on the document.
setter
response
box model
fixed positioning
10. Accessor whose purpose is to return the value stored in an instance variable.
Connection
import statement
XMLHttpRequest
getter method
11. 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
package
Spec comment
request.getAttribute
scriptlet
12. Object used for executing a static SQL statement and returning the result it produces
Statement
Driver
stateless
foreign key
13. This XML processing technology is used to identify sets of elements - such as all the <title> elements that occur as children of <item> elements
well-formed
deprecated
XPATH
POST
14. Defines objects which can connect Java applications to a JDBC Driver
Connection
DriverManager
MS Access
Expression language
15. This component of JSP pages replaces the above tag and allows more sophisticated manipulation of values from the bean
application scope
entity
Java Standard Tag Library
request parameter
16. Client error
build.xml
ANT task
HTTP
4XX status code
17. Attribute used to associate a template with an XML element; also used to define a template for the entire XML document
template-match
validator
selector
PreparedStatement
18. A deletion that triggers another deletion. A cascade delete can be specified for an entity bean that has container-managed persistence.
Cascade delete
className attribute
session object
request scope
19. Returns a list of elements with the given tag name.
JSTL
Tomcat
getElementsByTagName
Expression Language
20. Server error
5XX status code
package
short-circuit boolean evaluation
request.setAttribute
21. A pseudo-method that creates an object. Instance methods with the same name as their class. are invoked using the new keyword.
ResultSet
id attribute
jQuery theme
constructor
22. Causes the chosen class to be dynamically loaded (at runtime)
redirect
foreign key constraint
CSS selector
Class.forName()
23. The exclusive address of a web page. The official term is Uniform Resource Locator.
jQuery theme
submit element
URL
safe
24. Success
protocol layering principle
$_SESSION
2xx status code
delimiter
25. ${myBean.name}... Java code that evaluates to a value
attribute
Expression Scriptlet
TextNode
session
26. Insert a string or replace a variable with its value; makes string formatting and specifying contents more intuitive
Static class member
className attribute
string interpolation
Element
27. Class of agile programming in which "waterfall" loop is compressed into shorter loops. each iteration adds functionality & client is responsible for acceptance testing.
Extreme programming
static content
JavaScript
View
28. The function for the browser to run when the server responds to your request
session attribute
doGet()
constructor
onreadystatechange
29. Channel into a new direction (to a different page)
JavaBean
visibility
Apache PHP module
redirect
30. Part of JUnit and fails a test with no message
public
assertEquals method
fail()
RequestDispatcher
31. allows client software to communicate with database server software
constructor
Connection
relational database
CSS Property
32. Content- Padding - Border- Margin
box model
className attribute
Expression Language
Content negotiation
33. Used to pass data to a server. can contain input elements like text fields and checkboxes and radio-buttons and submit buttons and more. It can also contain select lists and textarea and fieldset and legend and label elements.
form
HTML strict
doGet()
Object-Relational Mapping
34. an object that provides an abstract interface to some type of database
MS Access
class library
Data Access Object
dynamic content
35. Elements of the programming language which have essentially evolved out of use/style. Example of this is the java.awt package and its replacement javax.swing
deprecated
PreparedStatement
TextNode
simple type
36. Method that retrieves the values corresponding to the given attribute name that is set through setAttribute()
simple type
rs.next()
<jsp:useBean>
request.getAttribute
37. 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.
event bubbling
setXXX method
getter
form
38. An element in a dialog box that allows the user to choose from a set of options
JSP
radio button
View
selector
39. Requires every value of one attribute of a table to exist as a value of another attribute in a different relation (table)
PreparedStatement
4XX status code
$
foreign key constraint
40. Entries in a database
URL
record
event handler
Connection
41. Does nothing if expected value equals actual value but throws error otherwise
assertEquals()
CSS selector
status code
superclass
42. What to attempt to do; requires a "catch" statement
constructor
TextNode
Session
try
43. Causes the chosen class to be dynamically loaded (at runtime)
valid
submit element
event bubbling
Class.forName()
44. This modifier on a Java class member directs that the member should have a single value that is shared by all instances of this class
static content
jQuery
ResultSet
forward
45. 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
form
ANT target
ServletContext
JavaBean
46. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute
ANT dependency
deprecated
session scope
<jsp:useBean> tag
47. attributes that are bound to a session as a mean to provide state to a set of related HTTP requests
GET
session attribute
View
response
48. Object used for executing a static SQL statement and returning the result it produces
Transitional
Statement
form method
onreadystatechange
49. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - id fills this role
cookie
id attribute
className attribute
Transitional
50. A set of assertion methods useful for writing tests. Only failed assertions are recorded.
ANT task
foreign key
assertEquals method
CSS Property