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. Attribute that can be used to generate a unique identity for new rows
Java Standard Tag Library
auto_increment
Element
absolute positioning
2. Marks successful completion of one or more tasks - what you are trying to get to.
ANT target
viewport
<jsp:setProperty> tag
persistence
3. The window or viewing area that displays web pages and if smaller than the web page - scroll bars should be available.
viewport
input element
selector
Controller
4. All data for a single member (object)
session object
attribute
validator
protocol layering principle
5. 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.
Caching
JSTL (JavaServer Pages Standard Tag Library)
TCP (Transport Layer Protocol)
Expression language
6. The exclusive address of a web page. The official term is Uniform Resource Locator.
URL
weakly typed language
throws
Connection
7. The character that seperates one field from another in a plain text file.
catch
Dynamic web project
dependency
delimiter
8. API for valid HTML and well-formed XML documents. defines logical structure of documents and the way a document is accessed & manipulated
scriptlet
session scope
W3C DOM
selector
9. XML element that contains other elements and/or attributes
W3C
Javadoc
CSS Property
complex type
10. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables
relational database
hidden input element
foreign key
input element
11. A notation that shows all of the information needed to invoke (or call) the method
session attribute
method signature
AJAX
RequestDispatcher
12. Sets values for parameters in JDBC
sequence
URL
setXXX method
restricted type
13. 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
MySQL
redirect
filtering
stateless
14. Part of class definition that tells control what to do in response to event
WAR file
deprecated
object
event handler
15. After a database query is performed - this Java class provides access to the records extracted from the database
Object-Relational Mapping
block display
ResultSet
record
16. HTTP request method. Parameters are encoded in URL. used for idempotent requests.
Tomcat
GET
Node
ServletContext
17. Improving the design of existing software code. doesn't change the observable behavior of the software; it improves its internal structure
TCP (Transport Layer Protocol)
refractor
fail()
Spec comment
18. The function for the browser to run when the server responds to your request
viewport
getXXX method
onreadystatechange
attribute
19. Keyword that can be used inside any method to refer to the current object
submit element
class library
redirect
this()
20. Specifies where to send the form-data when a form is submitted.
form action
block display
Extreme programming
where clause
21. Defines a standard way for accessing and manipulating HTML documents.
Dynamically installed event handler
HTML DOM
request.getAttribute
getter
22. Runs tests in ANT; just have <formatter> - <test> and <classpath>
HTML strict
junit task
<jsp:getProperty>
GET
23. Object used for executing a static SQL statement and returning the result it produces
Statement
javac task
Data Access Object
Dynamically installed event handler
24. The next generation of HTML and is a hybrid between HTML and XML. XML was designed to describe data. HTML was designed to display data.
tag
XHTML (Extensible Hypertext Mark-up Language)
try
qualified name
25. Objects of any type that are explicitly placed on the request object via a call to the setAttribute() method
View
safe
request attribute
request scope
26. This part of a CSS rule specifies the set of HTML elements to which a defined style should apply
superclass
class
W3C DOM
CSS selector
27. Retrieves values in JDBC
getXXX method
HTML strict
unit test
JSP
28. These auto-generated methods allow us to change data members of a Java class
package
dynamic content
setter method
GET
29. A class that provides its attributes and methods to a subclass.
<jsp:getProperty>
superclass
doGet()
AJAX
30. Computer stops examining comparisons as soon as it determines the final outcome
short-circuit boolean evaluation
CGI variable
<jsp:useBean>
build.xml
31. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
this()
XMLHttpRequest
session scope
import statement
32. A set of assertion methods useful for writing tests. Only failed assertions are recorded.
application scope
View
<c:forEach> tag
assertEquals method
33. Certain look for a jquery element
Element
assertEquals()
jQuery theme
classes nested element
34. Sets a property value or values in a Bean.
JSTL (JavaServer Pages Standard Tag Library)
auto_increment
<jsp:setProperty>
URL
35. A collection of standard programs and subroutines that are stored and available for immediate use
hidden input element
library
Extreme programming
className attribute
36. Description of a set of requirements to be satisfied by a method
GET
Spec comment
WAR file
CSS selector
37. Part of class definition that tells control what to do in response to event
W3C
abstract class
Expression Scriptlet
event handler
38. a set of classes that supports the development of programs
class library
<c:if>
request scope
Cascade delete
39. Java classes inside a package that have already been compiled into byte code.
template-match
try
JAR file
status code
40. Describes the styles of the page elements - such as their colors and font sizes and background colors.
event handler
CSS
<c:if>
cookie
41. The element containing the current element with no intervening container elements.
parent element
attribute
forwarding
CSS property
42. Specifies whether or not an element is visible
JSTL (JavaServer Pages Standard Tag Library)
JavaBean
visibility
response
43. Generic name for a Java class that manages data on behalf of a JSP page
safe
session scope
Driver
JavaBean
44. Manages the behavior and data of the application. Logic and data java class
complex type
Model
CSS selector
Dynamic web project
45. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - node fills this role
request parameter
className attribute
external style sheet
entity
46. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute
Tomcat
class library
CSS
<jsp:useBean> tag
47. Type of method that changes the state of one field in an object.
public
session attribute
setter
Java class
48. A web server software notable for playing a key role in the initial growth of the World Wide Web.
assertEquals method
ANT task
Apache
try
49. Object reference
DriverManager
viewport
$
form action
50. Governing body for the development of platform independent web standards
request
qualified name
JSTL (JavaServer Pages Standard Tag Library)
W3C