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. The event gets sent to the most specific element and after this element has an opportunity to react - the event bubbles up to more general elements.
Expression language
where clause
throws
event bubbling
2. 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
Expression language
session object
field
2xx status code
3. Returns a list of elements with the given tag name.
getElementsByTagName
object
URL
form action
4. Method that tests the program
test method
assignment statement
Structured Query Language
helper class
5. Clears an area around the content which is inside of the border of an element (length-%)
import statement
NodeList
ANT target
padding
6. Description of a set of requirements to be satisfied by a method
request.setAttribute
Event object
session scope
Spec comment
7. 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.
filtering
form
HttpSession
Model
8. Specification about a tag (first ordered list: 1-2-3 or A-B-C)
HTML strict
idempotent
attribute
forward
9. An XML document whose content describes the structure of other XML documents.
unit test
dynamic content
XML Schema
catch
10. Used to amplify tags
Tomcat
import statement
attribute
absolute positioning
11. A software program that checks an HTML document for syntactical errors.
Session
View
Apache PHP module
validator
12. A module of Java code that is hosted on a web server
Node
JavaBean
<c:forEach>
Servlet
13. Keyword that can be used inside any method to refer to the current object
getXXX method
Caching
this()
ResultSet
14. Tag that gives you the option to iterate over arrays and collections
<jsp:setProperty>
<c:forEach> tag
<jsp:setProperty> tag
javac task
15. Success
$
session Bean scope
2xx status code
event handler
16. Process the tag contents if a test condition is satisfied
padding
$_SESSION
<c:if>
cookie
17. a test of each individual component (often a program) to ensure that it is as defect-free as possible
unit test
Data Access Object
simple type
<jsp:setProperty> tag
18. This can be of two types: loaded from an external tag library or predefined tag; do not use <% but just the < character
relational database
JSP tag
session attribute
TextNode
19. A deletion that triggers another deletion. A cascade delete can be specified for an entity bean that has container-managed persistence.
RequestDispatcher
element
Cascade delete
application scope
20. Tells the compiler where to access certain classes
import statement
throws
helper class
JUnit
21. Bean that only survives for current request
status code
weakly typed language
catch
request Bean scope
22. Retrieves values in JDBC
<jsp:useBean> tag
Data Access Object
getXXX method
XSL
23. Objects of any type that are explicitly placed on the request object via a call to the setAttribute() method
helper class
request attribute
CSS
table
24. The function for the browser to run when the server responds to your request
CSS property
event bubbling
Class.forName()
onreadystatechange
25. Clears an area around the content which is inside of the border of an element (length-%)
WAR webxml attribute
assertEquals method
<jsp:useBean>
padding
26. 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
CSS selector
Attribute
package
assertEquals()
27. This provides methods that allow you to retrieve header information as well as information about the client and server.
CSS property
refractor
request object
selector
28. This Java object encapsulates the information that a servlet sends back to the client
viewport
response
ServletContext
XSL
29. Java classes inside a package that have already been compiled into byte code.
session attribute
JAR file
$
object
30. This component of the MVC architecture holds business data that will be displayed in the JSP page
$
RequestDispatcher
Model
redirect
31. One or more complete Java statements grouped together logically - <% %>
ANT dependency
scriptlet
View
Content negotiation
32. Marks successful completion of one or more tasks - what you are trying to get to.
session attribute
foreign key constraint
ANT target
attribute
33. A document type that allows the use of deprecated tags.
delimiter
Transitional
getXXX method
Cascade delete
34. 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.
Transitional
application scope
session
object
35. Script that contains one project and at least one (default) target. Targets contain task elements. Used by ANT
getXXX method
CSS selector
POST
build.xml
36. Scope of variables whose values persist through several client visits back to the same site but not over the life of the application
element
GET
session scope
PreparedStatement
37. The window or viewing area that displays web pages and if smaller than the web page - scroll bars should be available.
Apache PHP module
viewport
static content
ServletContext
38. Java Server Page - web page coding standard that allows developers to dynamically generate web pages in response to user request
assignment statement
TextNode
fixed positioning
JSP
39. Servlet configuration descriptor to use WEB-INF/web.xml; required most of the time in WAR task
Hibernate
Controller
form
WAR webxml attribute
40. a single instance of that member shared by all instances of this class
getXXX method
Dynamically installed event handler
ANT task
Static class member
41. This tag in a JSP page directs the associated Bean to receive a property when the user clicks a Submit button in the JSP page
relative positioning
DriverManager
<jsp:setProperty> tag
request attribute
42. Specifies how to send form-data (the form-data is sent to the page specified in the action attribute). POST or GET
element
external style sheet
<c:if>
form method
43. Marks successful completion of one or more tasks - what you are trying to get to.
request parameter
ANT target
this()
Expression Scriptlet
44. Method for just getting (retrieving) data.
GET
Model
Class.forName()
stateless
45. Client error
weakly typed language
JUnit test
4XX status code
TCP (Transport Layer Protocol)
46. a Java library and command-line tool whose mission is to drive processes described in build files as targets and extension points dependent upon each other. Development Automation Tool.
foreign key
ANT
CSS selector
JAR file
47. Elements that are rendered (displayed) directly in line with the text
auto_increment
this()
inline display
session
48. A collection of standard programs and subroutines that are stored and available for immediate use
XPATH
library
table
external style sheet
49. Specific style elements such as background-color and font-size fill this role in CSS
class library
CSS Property
catch
static content
50. This Java class outputs the HTML content for a dynamically generated Web page
servlet
RequestDispatcher
getter
ResultSet