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. Can't attempt one task until a previous task is successful
string interpolation
Event object
CSS
ANT dependency
2. Manages the behavior and data of the application. Logic and data java class
XPATH
JSP Expression Language
CSS selector
Model
3. Uses the equal sign to give the object property on the left of the equal sign the value on the right of the equal sign.
assignment statement
ANT target
field
form
4. 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.
javac task
fixed positioning
JavaBean
form
5. Formatting language for XML data
status code
setXXX method
XSL
restricted type
6. Elements that are rendered (displayed) directly in line with the text
inline display
Expression language
onreadystatechange
JSP
7. Accessor whose purpose is to return the value stored in an instance variable.
throws
$_REQUEST
entity
getter method
8. Causes the chosen class to be dynamically loaded (at runtime)
Model
TextNode
Class.forName()
box model
9. Advances the record cursor by one record. Returns a boolean value indicating success or failure. Failure occurs if the cursor moved past the last record.
PreparedStatement
scriptlet
HTTP
rs.next()
10. This Java object is used by a controller servlet to send the request to the appropriate JSP page
Apache
RequestDispatcher
W3C
record
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).
RequestDispatcher
abstract class
response
doGet()
12. Class that extends the attributes and methods of a superclass
margins
subclass
4XX status code
ANT target
13. Java class specifically created to enable communication with a particular database management product such as MySQL
getter method
Driver
setter
session Bean scope
14. Marks successful completion of one or more tasks - what you are trying to get to.
constructor chaining
ANT target
<jsp:useBean> tag
cookie
15. This can be of two types: loaded from an external tag library or predefined tag; do not use <% but just the < character
session Bean scope
CSS
request attribute
JSP tag
16. A software program that checks an HTML document for syntactical errors.
Caching
subclass
XMLHttpRequest
validator
17. Text boxes and radio buttons and check boxes in a Web page are instances of this more general type of element
4XX status code
where clause
getter method
input element
18. Runs tests in ANT; just have <formatter> - <test> and <classpath>
junit task
object
well-formed
ANT
19. Content- Padding - Border- Margin
W3C
box model
package
Element
20. Database that represents data as a collection of tables in which all data relationships are represented by common values in related tables
status code
dynamic content
ANT dependency
relational database
21. Represents a table in a relational database; each instance corresponds to a row in that table
idempotent
entity
WAR file
DriverManager
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
Structured Query Language
container
library
23. Sets values for parameters in JDBC
<jsp:setProperty> tag
ANT target
assertEquals method
setXXX method
24. a piece of Java-code embedded in the HTML-like JSP code
scriptlet
Content negotiation
container
Object-Relational Mapping
25. 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
visibility
Expression language
Entity class
selector
26. This part of a CSS rule specifies the set of HTML elements to which a defined style should apply
AJAX
POST
CSS selector
HttpSession
27. An element in a dialog box that allows the user to choose from a set of options
$
Class.forName()
radio button
NodeList
28. Pseudo-relational database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools
test method
MS Access
string interpolation
setter
29. Generic name for a Java class that manages data on behalf of a JSP page
Structured Query Language
JavaBean
simple type
validator
30. Open-source SQL (Structured Query Language) database implementation. persistence provider.
form action
Model
test method
MySQL
31. This part of a CSS rule specifies the set of HTML elements to which a defined style should apply
CSS selector
forwarding
delimiter
package
32. Name which includes a directive to a particular class or object in its reference (ex. System.in); use the .(dot) operator
JavaBean
absolute positioning
qualified name
submit element
33. Used to insert Java values directly into the output. It has the following form: <%= Java expression %>
expression scriptlet
entity
W3C
table
34. Specifies that the Node will contain text elements
JavaBean
Tomcat
DriverManager
TextNode
35. This Java class is used in JDBC pages to execute SQL statements and and provides protection against SQL scripting attacks
request scope
superclass
PreparedStatement
Exception
36. The act of intercepting requests and responses to transform or use info contained in the requests or responses; can transform response from a servlet or JSP page
margins
filtering
table
GET
37. Tells a Browser how and where to display text and images on a web page.
static content
tag
GET
record
38. a JAR file used to distribute a collection of JavaServer Pages and servlets and Java classes and XML files and tag libraries and static Web pages (HTML and related files) that together constitute a Web application.
unit test
throws
helper class
WAR file
39. Attribute used to associate a template with an XML element; also used to define a template for the entire XML document
Controller
Dynamic web project
template-match
jQuery theme
40. an object that provides an abstract interface to some type of database
test method
WAR webxml attribute
Data Access Object
TCP (Transport Layer Protocol)
41. allows you to create and bind objects to a session. is often used for managing security credentials and for managing state among multiple pages (such as in a Web-based wizard). Lasts for life of request
radio button
Cascade delete
session scope
relational database
42. A system where Web pages and their associated graphics are stored locally on a client computer to reduce Internet traffic and download wait time the next time the page is viewed.
CSS selector
Caching
Servlet
request
43. The data transfer protocol used on the World Wide Web. About requests and responses. Uses TCP.
HTTP
Connection
scriptlet
<jsp:setProperty> tag
44. Type of method that returns the state of one field in an object.
margins
event handler
getter
<jsp:getProperty>
45. This XML processing technology is used to identify sets of elements - such as all the <title> elements that occur as children of <item> elements
CSS property
assertEquals()
MySQL
XPATH
46. Describes the styles of the page elements - such as their colors and font sizes and background colors.
qualified name
RequestDispatcher
CSS
View
47. Open-source SQL (Structured Query Language) database implementation. persistence provider.
XSL
Expression Scriptlet
margins
MySQL
48. Method that may involve anything - like storing or updating data or ordering a product or sending E-mail.
XHTML (Extensible Hypertext Mark-up Language)
POST
test method
HTML DOM
49. 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
classes nested element
<jsp:setProperty> tag
Expression language
agile programming
50. An open source software implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed under the Java Community Process.
classpath element
<jsp:useBean>
W3C DOM
Tomcat