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. Elements that are rendered (displayed) directly in line with the text
inline display
MS Access
request scope
idempotent
2. Elements not displayed by the browser.
hidden input element
Apache
$
classes nested element
3. Method that may involve anything - like storing or updating data or ordering a product or sending E-mail.
container
Entity class
URL
POST
4. A notation that shows all of the information needed to invoke (or call) the method
radio button
Transitional
method signature
protocol layering principle
5. 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
object
primary key
getter method
deprecated
6. Single piece of info; record is one complete set of these
helper class
method signature
W3C
field
7. Used to extract only those records that fulfill a specified criterion.
classpath element
where clause
Driver
XML Schema
8. A popular persistence provider used with Java Web servers
Hibernate
cookie
form method
input element
9. Retrieves values in JDBC
helper class
getXXX method
JSP Expression Language
Content negotiation
10. Name which includes a directive to a particular class or object in its reference (ex. System.in); use the .(dot) operator
form method
CSS property
classpath element
qualified name
11. an object associated with a visitor. Data can be put in this and retrieved from it - much like a Hashtable. A different set of data is kept for each visitor to the site.
XHTML (Extensible Hypertext Mark-up Language)
session
getter
TCP (Transport Layer Protocol)
12. Handles the error if it does not satisfy the "try" statement
DTD
box model
catch
margins
13. JavaScript library that emphasizes interaction between JavaScript and HTML.
<c:forEach> tag
jQuery
ServletContext
Apache
14. Enables a subclass to call the methods and fields of its superclass
event handler
PreparedStatement
W3C
super()
15. reduces the amount of redundancy in code that may connect to the database (assists in some functionality)
helper class
constructor
JavaBean
protocol layering principle
16. The act of sending onto another destination
ANT dependency
forwarding
setter
Class.forName()
17. jQuery provides a single object with the most important properties.
absolute positioning
Event object
MS Access
request object
18. Causes the chosen class to be dynamically loaded (at runtime)
dependency
table
Class.forName()
<c:forEach>
19. Accessor whose purpose is to return the value stored in an instance variable.
assertEquals method
getter method
jQuery theme
getElementsByTagName
20. This Java class is used in JDBC pages to execute SQL statements and provides protection against SQL scripting attacks
PreparedStatement
TCP (Transport Layer Protocol)
JSTL (JavaServer Pages Standard Tag Library)
classpath element
21. Manages the behavior and data of the application. Logic and data java class
Model
forwarding
scriptlet
request attribute
22. Used to affect a certain portion of your material. They utilize the on/off approach.
container
Java Standard Tag Library
<jsp:setProperty> tag
2xx status code
23. A Java keyword used in method declarations that specify which exceptions are not handled within the method but rather passed to the next higher level of the program.
auto_increment
template-match
throws
request attribute
24. The exclusive address of a web page. The official term is Uniform Resource Locator.
2xx status code
where clause
URL
Java class
25. The act of sending onto another destination
helper class
box model
forward
constructor
26. a piece of Java-code embedded in the HTML-like JSP code
scriptlet
build.xml
Model
getter method
27. A module of Java code that is hosted on a web server
HTML DOM
event bubbling
Servlet
Spec comment
28. Language that support either implicit type conversion (nearly all languages support at least one implicit type conversion) and ad-hoc polymorphism (also known as overloading) or both (ex. PHP)
protocol layering principle
weakly typed language
ServletContext
document.getElementById()
29. Tells the compiler where to access certain classes
Servlet
XPATH
import statement
XMLHttpRequest
30. Gets the value of a Bean property so that you can display it in a result page.
Dynamic web project
Attribute
<jsp:getProperty>
TCP (Transport Layer Protocol)
31. Specifies that the child elements must appear in an order
DriverManager
CSS property
JSTL
sequence
32. This component of JSP pages replaces the above tag and allows more sophisticated manipulation of values from the bean
session object
constructor chaining
JSTL
die()
33. Object associated with a visitor; similar to a Hashtable; different set of data kept for each visitor to the site
Java class
<c:forEach> tag
Node
Session
34. One or more set of rules in an XSL style sheet
Java class
template
JavaScript
HTML strict
35. Code indicating status that server sends back to you.
status code
setter
build.xml
private
36. Tag that gives you the option to iterate over arrays and collections
<c:forEach> tag
id attribute
this()
NodeList
37. A document type that allows the use of deprecated tags.
<jsp:setProperty> tag
W3C
Transitional
Spec comment
38. XHTML element - a class name - an id name
CSS selector
response
W3C
<jsp:useBean>
39. This generic technique (not a Java class) associates Java objects with records in a database
short-circuit boolean evaluation
Object-Relational Mapping
Javadoc
session attribute
40. Tag that gives you the option to iterate over arrays and collections
<c:forEach> tag
Exception
Expression language
<jsp:useBean> tag
41. Positioned outside of the relative positioning. The element is positioned in a fixed position on the document.
constructor
Element
Content negotiation
fixed positioning
42. The GET and HEAD are ____ methods and SHOULD NOT have the significance of taking an action other than retrieval.
safe
template-match
getElementsByTagName
tag
43. Client error
jQuery theme
Static class member
4XX status code
external style sheet
44. Methodology that anticipates need for flexibility. focuses on keeping code simple and testing often and delivering functional bits of application as soon as they're ready. goal is to build upon small client-approved parts as the project progresses as
well-formed
superclass
agile programming
W3C
45. Causes the chosen class to be dynamically loaded (at runtime)
external style sheet
Attribute
WAR file
Class.forName()
46. Text boxes and radio buttons and check boxes in a Web page are instances of this more general type of element
jQuery theme
library
input element
block display
47. This component of the MVC architecture directs client requests to the appropriate resource
Controller
Hibernate
doPost()
assignment statement
48. Pseudo-relational database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools
constructor chaining
persistence
MS Access
static content
49. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables
doPost()
session attribute
foreign key
Java class
50. Spaces at the top and bottom and left and right of the document between the edges of the text; the absolute boundary of text and graphics on a page
margins
absolute positioning
TCP (Transport Layer Protocol)
Object-Relational Mapping