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. This is used to select user information.
unit test
helper class
class
input element
2. 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
relational database
package
session scope
URL
3. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - id fills this role
Element
HttpSession
id attribute
classes nested element
4. 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
View
delimiter
W3C
5. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
session attribute
assertEquals()
$_REQUEST
XMLHttpRequest
6. A document type that allows the use of deprecated tags.
Caching
Transitional
2xx status code
MySQL
7. Scope of variables that would be stored in a database
application scope
class library
record
ANT task
8. 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
Driver
POST
Element
test method
9. Name of the tag to which the style declarations have been assigned
session object
form
AJAX
selector
10. Bean that only survives for current request
<c:forEach>
request Bean scope
ANT dependency
string interpolation
11. Ascripting language used to make HTML pages interactive
JavaScript
Cascade delete
session object
request attribute
12. XHTML element - a class name - an id name
XSL
field
CSS selector
document.getElementById()
13. The window or viewing area that displays web pages and if smaller than the web page - scroll bars should be available.
Class.forName()
margins
GET
viewport
14. Extension of JAR task with special treatment for files that should end up in WEB-INF directories of the Web Application Archive
war task
CGI variable
session scope
ServletContext
15. 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
Driver
TextNode
Servlet
16. A project that contains resources for a Web application with dynamic content such as servlets or JavaServer Pages (JSP) files
getter method
request Bean scope
JSP
Dynamic web project
17. A web development technique that allows portions of Web pages to reload with fresh data instead of requiring the entire Web page to reload
Hibernate
die()
form method
AJAX
18. Combination of data and operations that can be performed on that data; specification of the data members and methods of the object.
5XX status code
class
dynamic content
parent element
19. Certain look for a jquery element
jQuery theme
URL
response
parameter
20. Technology specifically designed for automated logic testing of Web applications
JUnit
where clause
class
event bubbling
21. Runs tests in ANT; just have <formatter> - <test> and <classpath>
Dynamic web project
junit task
selector
Caching
22. What to attempt to do; requires a "catch" statement
object
Model
try
$_SESSION
23. Servlet configuration descriptor to use WEB-INF/web.xml; required most of the time in WAR task
Spec comment
session attribute
template-match
WAR webxml attribute
24. A special type of button in your forms that will perform the form's set action.
package
submit element
Asynchronous method
MySQL
25. Can't attempt one task until a previous task is successful
ANT dependency
<c:forEach> tag
Structured Query Language
constructor chaining
26. Success
package
CSS property
2xx status code
test method
27. This is used to select user information.
Structured Query Language
request
selector
input element
28. Client error
4XX status code
parent element
refractor
RequestDispatcher
29. Java classes inside a package that have already been compiled into byte code.
scriptlet
inline display
JAR file
public
30. Compiles a java source tree
javac task
Cascade delete
JSP tag
<jsp:useBean>
31. Bean that only survives for current request
form
W3C
request scope
form method
32. Defines a standard way for accessing and manipulating HTML documents.
foreign key constraint
HTML DOM
request.setAttribute
Driver
33. Set of data elements (values) that is organized using a model of vertical columns (identified by their name) and horizantal rows
relational database
table
primary key
HTTP
34. Objects of any type that are explicitly placed on the request object via a call to the setAttribute() method
HTML DOM
request attribute
Tomcat
attribute
35. Method that may involve anything - like storing or updating data or ordering a product or sending E-mail.
5XX status code
form action
POST
<c:forEach> tag
36. Object used for executing a static SQL statement and returning the result it produces
<c:if>
id attribute
Statement
refractor
37. This term describes an action for which performing the action twice has the same effect as performing it once
idempotent
response
HTTP
Attribute
38. Bean that only survives for current request
View
parameter
request scope
complex type
39. 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.
session attribute
Tomcat
$
Expression language
40. If you want to use the same path-like structure for several tasks - you can define them with this
simple type
pathelement element
subclass
RequestDispatcher
41. Specifies constraints and information about the values of attributes or text-only elements
simple type
public
delimiter
response
42. Specification about a tag (first ordered list: 1-2-3 or A-B-C)
setter method
SQL injection attack
attribute
external style sheet
43. Renders the model into a form suitable for interaction - typically a user interface element. HTML and CSS
ResultSet
<jsp:setProperty> tag
junit task
View
44. After a database query is performed this Java class provides access to the records extracted from the database
JSP Expression Language
ResultSet
Static class member
well-formed
45. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables
foreign key
JSP Expression Language
input element
session
46. Attribute used to associate a template with an XML element; also used to define a template for the entire XML document
$
CSS property
Connection
template-match
47. Document that conforms to SML syntax rules (ex. start tag without end tag)
CSS selector
well-formed
valid
POST
48. A GET request results from a normal request for a URL or from an HTML form that has no METHOD specified and it should be handled by this method.
doGet()
method signature
session scope
<jsp:useBean> tag
49. In the relational database model is a collection of similar entities. An entity is represented by
record
event bubbling
Entity class
<jsp:useBean>
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
application scope
this()
margins
AJAX