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. 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.
Tomcat
application scope
assignment statement
Controller
2. Well-formed XML document which also conforms to rules of a Document Type Definition (DTD) or an XML Schema (XSD)
AJAX
form
helper class
valid
3. Set of data elements (values) that is organized using a model of vertical columns (identified by their name) and horizantal rows
superclass
table
Element
form
4. Ascripting language used to make HTML pages interactive
RequestDispatcher
JavaScript
ANT
dependency
5. Method that retrieves the values corresponding to the given attribute name that is set through setAttribute()
request.getAttribute
doGet()
war task
attribute
6. A collection of standard programs and subroutines that are stored and available for immediate use
Javadoc
DriverManager
library
persistence
7. An XML document whose content describes the structure of other XML documents.
Node
classpath element
public
XML Schema
8. Keyword that can be used inside any method to refer to the current object
Transitional
this()
MS Access
Java Standard Tag Library
9. Your computer sends a ______ for some file (e.g. "Get me the file 'home.html'") and the web server sends back a response ("Here's the file" - followed by the file itself).
request
<c:if>
5XX status code
JAR file
10. Identifies the document as a web page.
JavaBean
DTD
Dynamically installed event handler
Content negotiation
11. a database view that allows the user to see all fields for one record and enter them one at a time.
HTML strict
form
<jsp:useBean> tag
Tomcat
12. Test class used to test your code automatically
JUnit test
input element
this()
Event object
13. Can't attempt one task until a previous task is successful
form
delimiter
ANT dependency
JAR file
14. Specifies constraints and information about the values of attributes or text-only elements
simple type
parameter
absolute positioning
request attribute
15. The address of a website. Uniform Resource locator.
session scope
Extreme programming
URL
<jsp:setProperty> tag
16. Improving the design of existing software code. doesn't change the observable behavior of the software; it improves its internal structure
refractor
status code
request Bean scope
CSS Property
17. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - node fills this role
<c:forEach> tag
subclass
className attribute
application scope
18. Specifies where to send the form-data when a form is submitted.
session scope
form action
field
CSS property
19. Returns a list of elements with the given tag name.
request parameter
JAR file
private
getElementsByTagName
20. associative array containing session variables available to the current script
setter method
GET
$_SESSION
block display
21. Scope of variables whose values persist through several client visits back to the same site but not over the life of the application
session object
HTML strict
fixed positioning
session scope
22. This component of JSP pages replaces the above tag and allows more sophisticated manipulation of values from the bean
package
JSTL
View
Class.forName()
23. The address of a website. Uniform Resource locator.
MS Access
box model
URL
CSS Property
24. 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
CSS Property
response
helper class
25. Elements not displayed by the browser.
request parameter
constructor
selector
hidden input element
26. If you want to use the same path-like structure for several tasks - you can define them with this
JavaBean
getter
classes nested element
pathelement element
27. In the XML element <g:start_time> - g plays this role
<jsp:useBean> tag
Cascade delete
namespace
abstract class
28. an individual component of a document
element
Tomcat
<jsp:useBean>
ResultSet
29. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute
<jsp:useBean> tag
inline display
Apache PHP module
classpath element
30. Programming language designed for managing data in relational database management systems
ResultSet
Structured Query Language
XMLHttpRequest
war task
31. 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.
4XX status code
Element
Tomcat
dependency
32. This Java object is used by a controller servlet to send the request to the appropriate JSP page
RequestDispatcher
POST
auto_increment
JavaBean
33. Tells a Browser how and where to display text and images on a web page.
tag
POST
input element
parent element
34. Something that is not included in a rule or group or list or that does not behave in the expected way
View
Exception
HTTP
application scope
35. Used to amplify tags
attribute
doGet()
Expression Scriptlet
Expression Scriptlet
36. Web page content that changes or is changed automatically based on database content or user information.
relative positioning
dynamic content
$
assertEquals()
37. A POST request results from an HTML form that specifically lists POST as the METHOD and it should be handled by this method.
Apache
request
response
doPost()
38. 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
die()
session Bean scope
inline display
package
39. Improving the design of existing software code. doesn't change the observable behavior of the software; it improves its internal structure
dynamic content
Apache
View
refractor
40. A notation that shows all of the information needed to invoke (or call) the method
TextNode
method signature
dynamic content
this()
41. 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.
DTD
PreparedStatement
assignment statement
deprecated
42. Java class specifically created to enable communication with a particular database management product such as MySQL
agile programming
Event object
Driver
superclass
43. 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.
request parameter
TextNode
Apache PHP module
rs.next()
44. Pseudo-relational database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools
padding
form
Driver
MS Access
45. XHTML element - a class name - an id name
JavaBean
AJAX
event handler
CSS selector
46. Certain look for a jquery element
jQuery theme
try
Caching
<c:forEach> tag
47. Runs tests in ANT; just have <formatter> - <test> and <classpath>
junit task
namespace
<jsp:setProperty>
doGet()
48. 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
relative positioning
ANT
Element
protocol layering principle
49. Object used for executing a static SQL statement and returning the result it produces
Statement
response
radio button
package
50. Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
HttpSession
expression scriptlet
W3C
constructor chaining