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. Generic name for a Java class that manages data on behalf of a JSP page
cookie
MS Access
JavaBean
Data Access Object
2. Certain look for a jquery element
relational database
jQuery theme
5XX status code
POST
3. Formatting language for XML data
XSL
Dynamically installed event handler
session
W3C
4. 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.
import statement
cookie
field
abstract class
5. 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).
Data Access Object
try
JavaScript
response
6. reduces the amount of redundancy in code that may connect to the database (assists in some functionality)
container
Element
JSP tag
helper class
7. Element that will be completed as part of a parent element/task
abstract class
classes nested element
<c:if>
idempotent
8. Not intended to be depended on by external code and thus are not part of the interface.
private
URL
HTTP
validator
9. Associative array that by default contains contents of $_GET and $_POST and $_COOKIE
$_REQUEST
doPost()
doGet()
JSTL (JavaServer Pages Standard Tag Library)
10. Elements that are rendered (displayed) with empty space above and below
input element
assertEquals()
block display
auto_increment
11. 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
Static class member
getXXX method
getElementsByTagName
ServletContext
12. This component of the MVC architecture holds business data that will be displayed in the JSP page
request parameter
Model
POST
ANT task
13. In the XML element <g:start_time> - g plays this role
namespace
<jsp:setProperty> tag
dependency
Apache
14. A mechanism defined in the HTTP specification that makes it possible to serve different versions of a document (a resource representation) at the same URI so that user agents can specify which version fit their capabilities the best.
rs.next()
TCP (Transport Layer Protocol)
Asynchronous method
Content negotiation
15. Describes the styles of the page elements - such as their colors and font sizes and background colors.
doGet()
Transitional
inline display
CSS
16. 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()
scriptlet
JSP tag
container
17. Short for World Wide Web Consortium. It is the international governing body for the development of platform independent web standards and specifications.
short-circuit boolean evaluation
tag
relational database
W3C
18. Open-source servlet container. popular servlet engine of the apache project
Tomcat
field
attribute
AJAX
19. This component of JSP pages replaces the above tag and allows more sophisticated manipulation of values from the bean
Hibernate
JSTL
GET
dynamic content
20. Ascripting language used to make HTML pages interactive
fixed positioning
DTD
Apache
JavaScript
21. Script that contains one project and at least one (default) target. Targets contain task elements. Used by ANT
form action
Spec comment
TextNode
build.xml
22. Marks successful completion of one or more tasks - what you are trying to get to.
Statement
ANT target
Model
ANT
23. In the relational database model is a collection of similar entities. An entity is represented by
Dynamic web project
library
Entity class
forward
24. 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.
session object
Statement
field
assignment statement
25. Computer stops examining comparisons as soon as it determines the final outcome
request parameter
short-circuit boolean evaluation
ServletContext
validator
26. associative array containing session variables available to the current script
block display
$_SESSION
idempotent
Data Access Object
27. 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.
ANT
DriverManager
getter method
hidden input element
28. Can't attempt one task until the previous task is successful
Expression Scriptlet
W3C
entity
dependency
29. 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
stateless
request Bean scope
form method
pathelement element
30. what an MVC is given by a database
getXXX method
Expression language
rs.next()
persistence
31. JavaScript library that emphasizes interaction between JavaScript and HTML.
jQuery
Static class member
$
Structured Query Language
32. Object used for executing a static SQL statement and returning the result it produces
TextNode
session scope
Transitional
Statement
33. Type of method that changes the state of one field in an object.
private
JUnit
setter
Java Standard Tag Library
34. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - node fills this role
Statement
setter
className attribute
Structured Query Language
35. This Java class outputs the HTML content for a dynamically generated Web page
servlet
CSS selector
XHTML (Extensible Hypertext Mark-up Language)
padding
36. All data for a single member (object)
<jsp:setProperty>
doGet()
doPost()
session object
37. This component of the MVC architecture represents what is delivered to the client browser
View
field
<jsp:setProperty>
session scope
38. A deletion that triggers another deletion. A cascade delete can be specified for an entity bean that has container-managed persistence.
expression scriptlet
Cascade delete
fail()
POST
39. Represents a table in a relational database; each instance corresponds to a row in that table
doGet()
Entity class
entity
session attribute
40. a set of classes that supports the development of programs
class library
Entity class
CSS property
public
41. String that is the result of submitting an HTTP request/form with query that specifies the name/value pairs
request parameter
super()
ResultSet
JSP Expression Language
42. HTTP request method. Parameters are passed to the server through a separate input channel. used for non-dempotent requests.
WAR file
POST
hidden input element
Element
43. anyone can use to create and manipulate objects. forms public interface.
public
safe
status code
idempotent
44. A pseudo-method that creates an object. Instance methods with the same name as their class. are invoked using the new keyword.
constructor
hidden input element
Tomcat
forwarding
45. Part of JUnit and fails a test with no message
Event object
event handler
fail()
auto_increment
46. Object reference
valid
expression scriptlet
$
HTML DOM
47. An action that ANT will attempt to do
ANT task
Java class
GET
private
48. The default positioning system used by web pages and browsers for where objects in a web page will be displayed. Objects are placed depending on where they occur in the code sequence.
package
relative positioning
throws
jQuery
49. a constructor calls another constructor in its class using the ": this()" designation
stateless
constructor chaining
super()
CSS Property
50. Client error
4XX status code
HTML strict
Model
XMLHttpRequest