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. A program that extracts comments from Java Source files and produces documentation files in HTML.
GET
Javadoc
junit task
super()
2. Text boxes and radio buttons and check boxes in a Web page are instances of this more general type of element
padding
input element
Dynamically installed event handler
MS Access
3. Requires every value of one attribute of a table to exist as a value of another attribute in a different relation (table)
form
foreign key constraint
abstract class
session scope
4. 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.
DriverManager
external style sheet
constructor
session
5. All data for a single member (object)
table
session object
Driver
box model
6. What to attempt to do; requires a "catch" statement
template
ServletContext
try
jQuery
7. ${myBean.name}... Java code that evaluates to a value
refractor
HTTP
Expression Scriptlet
<jsp:setProperty> tag
8. Web page content that changes or is changed automatically based on database content or user information.
ANT
dynamic content
XMLHttpRequest
constructor
9. 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.
HTML strict
relative positioning
HttpSession
$_REQUEST
10. A component of the Java EE Web application development platform. It extends the JSP specification by adding a tag library of JSP tags for common tasks such as XML data processing etc.
super()
jQuery
JSTL (JavaServer Pages Standard Tag Library)
Asynchronous method
11. Method for just getting (retrieving) data.
<jsp:useBean>
GET
response
foreign key
12. Represents a table in a relational database; each instance corresponds to a row in that table
selector
assertEquals()
ANT dependency
entity
13. This generic technique (not a Java class) associates Java objects with records in a database
URL
simple type
Object-Relational Mapping
JavaBean
14. 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
session
auto_increment
protocol layering principle
agile programming
15. Specifies constraints and information about the values of attributes or text-only elements
simple type
Event object
JUnit
Session
16. This component of the MVC architecture directs client requests to the appropriate resource
selector
Dynamically installed event handler
Controller
dependency
17. 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.
$_REQUEST
ANT
field
PreparedStatement
18. an object that provides an abstract interface to some type of database
Data Access Object
rs.next()
JSP tag
assertEquals()
19. Scope of variables whose values persist through several client visits back to the same site but not over the life of the application
JSP tag
Expression Scriptlet
session scope
relative positioning
20. attributes that are bound to a session as a mean to provide state to a set of related HTTP requests
assignment statement
Element
form method
session attribute
21. This ANT element defines all of the places a Java task would look for classes to load
classpath element
catch
ResultSet
Apache
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
request attribute
XHTML (Extensible Hypertext Mark-up Language)
POST
JavaBean
23. Bean that only survives for current request
margins
MS Access
request scope
request parameter
24. Used for an origin website to send state information to a user's browser and for the browser to return the state information to the origin site.
Model
margins
simple type
cookie
25. Specifies that the Node will contain text elements
parameter
TextNode
attribute
entity
26. This component of the MVC architecture holds business data that will be displayed in the JSP page
dynamic content
Model
JavaBean
form
27. This is used to select user information.
JavaBean
Static class member
input element
Tomcat
28. Tells the compiler where to access certain classes
import statement
Structured Query Language
die()
safe
29. The function for the browser to run when the server responds to your request
CSS selector
absolute positioning
table
onreadystatechange
30. Database that represents data as a collection of tables in which all data relationships are represented by common values in related tables
setter
HttpSession
relational database
Extreme programming
31. This Java class is used in JDBC pages to execute SQL statements and provides protection against SQL scripting attacks
assertEquals method
PreparedStatement
request attribute
well-formed
32. Used to amplify tags
try
attribute
entity
Dynamic web project
33. Scope of variables that would be stored in a database
application scope
ServletContext
getter
constructor
34. stores information about or change settings for a user session. Variables stored in it hold information about one single user and are available to all pages in one application.
parameter
MySQL
WAR file
session object
35. HTTP request method. Parameters are encoded in URL. used for idempotent requests.
relative positioning
GET
MySQL
URL
36. This provides methods that allow you to retrieve header information as well as information about the client and server.
CSS selector
valid
URL
request object
37. Tells a Browser how and where to display text and images on a web page.
package
tag
super()
CSS property
38. 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.
response
helper class
delimiter
event bubbling
39. Defines a standard way for accessing and manipulating HTML documents.
id attribute
session Bean scope
table
HTML DOM
40. Object created by servlet container for Servlets to access environment information and provide ability for Servlet to bind object attributes to the invironment scope by name
form method
stateless
W3C
ServletContext
41. Java Server Page - web page coding standard that allows developers to dynamically generate web pages in response to user request
response
superclass
JSP
foreign key
42. Language that support either implicit type conversion (nearly all languages support at least one implicit type conversion) and ad-hoc polymorphism (also known as overloading) or both (ex. PHP)
XHTML (Extensible Hypertext Mark-up Language)
weakly typed language
pathelement element
Exception
43. This Java object is used by a controller servlet to send the request to the appropriate JSP page
RequestDispatcher
request object
jQuery theme
request parameter
44. In this handler use event object to determine event target
Dynamically installed event handler
XHTML (Extensible Hypertext Mark-up Language)
request
request parameter
45. Open-source servlet container. popular servlet engine of the apache project
well-formed
weakly typed language
Tomcat
Content negotiation
46. 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.
View
refractor
rs.next()
Spec comment
47. This XML processing technology is used to identify sets of elements - such as all the <title> elements that occur as children of <item> elements
2xx status code
XPATH
Extreme programming
status code
48. jQuery provides a single object with the most important properties.
Attribute
JSP Expression Language
Event object
setter
49. Specifies where to send the form-data when a form is submitted.
deprecated
form action
$
qualified name
50. 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.
validator
doGet()
response
private