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. Any item that can be manipulated such as picture and data file or text.
class library
object
Entity class
Java Standard Tag Library
2. a set of classes that supports the development of programs
ANT
View
JSTL (JavaServer Pages Standard Tag Library)
class library
3. Causes the chosen class to be dynamically loaded (at runtime)
document.getElementById()
JavaBean
2xx status code
Class.forName()
4. Open-source SQL (Structured Query Language) database implementation. persistence provider.
MySQL
padding
PreparedStatement
HTTP
5. A web development technique that allows portions of Web pages to reload with fresh data instead of requiring the entire Web page to reload
AJAX
namespace
HttpSession
Java class
6. Part of class definition that tells control what to do in response to event
parameter
event handler
doPost()
Data Access Object
7. A notation that shows all of the information needed to invoke (or call) the method
jQuery theme
scriptlet
where clause
method signature
8. This component of the MVC architecture directs client requests to the appropriate resource
Object-Relational Mapping
object
Controller
<jsp:setProperty>
9. Part of class definition that tells control what to do in response to event
super()
event handler
form action
where clause
10. This provides methods that allow you to retrieve header information as well as information about the client and server.
request object
Java class
element
getElementsByTagName
11. Short for World Wide Web Consortium. It is the international governing body for the development of platform independent web standards and specifications.
View
W3C
superclass
JUnit
12. Database that represents data as a collection of tables in which all data relationships are represented by common values in related tables
status code
JUnit test
relational database
CSS
13. Returns a list of elements with the given tag name.
getElementsByTagName
Transitional
<c:forEach>
request attribute
14. Specifies that the child elements must appear in an order
<jsp:getProperty>
sequence
response
foreign key
15. Single piece of info; record is one complete set of these
selector
servlet
field
status code
16. This Java class is used in JDBC pages to execute SQL statements and and provides protection against SQL scripting attacks
PreparedStatement
id attribute
$_REQUEST
Event object
17. A special kind of variable used in a subroutine to refer to one of the pieces of data provided as input to the subroutine
XSL
parameter
setter
RequestDispatcher
18. Name which includes a directive to a particular class or object in its reference (ex. System.in); use the .(dot) operator
qualified name
constructor chaining
Tomcat
event bubbling
19. A class that provides its attributes and methods to a subclass.
Apache PHP module
superclass
request Bean scope
TextNode
20. The element containing the current element with no intervening container elements.
Javadoc
Driver
submit element
parent element
21. Java Server Page - web page coding standard that allows developers to dynamically generate web pages in response to user request
JSP
fail()
dependency
Driver
22. This can be of two types: loaded from an external tag library or predefined tag; do not use <% but just the < character
JAR file
jQuery theme
namespace
JSP tag
23. Generic name for a Java class that manages data on behalf of a JSP page
Class.forName()
cookie
fail()
JavaBean
24. Well-formed XML document which also conforms to rules of a Document Type Definition (DTD) or an XML Schema (XSD)
assertEquals method
valid
ANT
fail()
25. a database view that allows the user to see all fields for one record and enter them one at a time.
parameter
form
JSP Expression Language
onreadystatechange
26. Set of data elements (values) that is organized using a model of vertical columns (identified by their name) and horizantal rows
margins
AJAX
persistence
table
27. Positioned outside of the relative positioning. The element is positioned in a fixed position on the document.
fixed positioning
block display
status code
Tomcat
28. Used to pass data to a server. can contain input elements like text fields and checkboxes and radio-buttons and submit buttons and more. It can also contain select lists and textarea and fieldset and legend and label elements.
Structured Query Language
form
session object
private
29. A class that provides its attributes and methods to a subclass.
superclass
URL
relational database
PreparedStatement
30. Your computer sends a request for some file (e.g. "Get me the file 'home.html'") and the web server sends back a _______ ("Here's the file" - followed by the file itself).
JavaBean
className attribute
response
JAR file
31. a class whose primary purpose is to define an interface deferring some or all of its implementations to subclasses. Cannot be instantiated
abstract class
Driver
Class.forName()
parameter
32. Object used for executing a static SQL statement and returning the result it produces
getElementsByTagName
helper class
Statement
session object
33. All data for a single member (object)
W3C
session object
4XX status code
relational database
34. A program that extracts comments from Java Source files and produces documentation files in HTML.
jQuery theme
Expression language
dynamic content
Javadoc
35. Elements that are rendered (displayed) with empty space above and below
block display
ServletContext
Extreme programming
forward
36. The element containing the current element with no intervening container elements.
table
table
hidden input element
parent element
37. This component of the MVC architecture represents what is delivered to the client browser
block display
View
visibility
attribute
38. This Java object is used by a controller servlet to send the request to the appropriate JSP page
forwarding
block display
RequestDispatcher
GET
39. 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
package
<jsp:setProperty>
Expression Scriptlet
JSTL (JavaServer Pages Standard Tag Library)
40. This Java class is used in JDBC pages to execute SQL statements and provides protection against SQL scripting attacks
Expression Scriptlet
PreparedStatement
request Bean scope
Statement
41. Entries in a database
<c:forEach> tag
constructor chaining
record
2xx status code
42. In the XML element <g:start_time> - g plays this role
pathelement element
namespace
viewport
event handler
43. 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).
assertEquals()
dependency
request
ANT target
44. A communications protocol that treats each request as an independent transaction that is unrelated to any previous request so that the communication consists of independent pairs of requests and responses. Does not require the server to retain sessio
relative positioning
stateless
padding
<jsp:getProperty>
45. Specifies how to send form-data (the form-data is sent to the page specified in the action attribute). POST or GET
getter method
jQuery theme
form method
W3C
46. Method that tests the program
block display
pathelement element
Java Standard Tag Library
test method
47. 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)
weakly typed language
2xx status code
Servlet
RequestDispatcher
48. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables
JavaBean
W3C
weakly typed language
foreign key
49. allows you to create and bind objects to a session. is often used for managing security credentials and for managing state among multiple pages (such as in a Web-based wizard). Lasts for life of request
delimiter
NodeList
session scope
JAR file
50. Pseudo-relational database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools
Object-Relational Mapping
attribute
MS Access
Extreme programming