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 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.
this()
request
Content negotiation
Apache
2. 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
XHTML (Extensible Hypertext Mark-up Language)
helper class
NodeList
package
3. Extension of JAR task with special treatment for files that should end up in WEB-INF directories of the Web Application Archive
AJAX
namespace
Java class
war task
4. Test class used to test your code automatically
jQuery theme
constructor chaining
JUnit test
relational database
5. Method that may involve anything - like storing or updating data or ordering a product or sending E-mail.
agile programming
JSTL (JavaServer Pages Standard Tag Library)
JUnit
POST
6. what an MVC is given by a database
persistence
setter method
viewport
servlet
7. 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()
record
hidden input element
relational database
8. Tells the compiler where to access certain classes
Cascade delete
Java class
parent element
import statement
9. Part of JUnit and fails a test with no message
fail()
POST
Model
Data Access Object
10. Describes the styles of the page elements - such as their colors and font sizes and background colors.
Hibernate
CSS
margins
forwarding
11. reduces the amount of redundancy in code that may connect to the database (assists in some functionality)
ANT target
CSS
helper class
classpath element
12. Any item that can be manipulated such as picture and data file or text.
object
subclass
abstract class
Class.forName()
13. What to attempt to do; requires a "catch" statement
try
setter method
application scope
jQuery theme
14. Client error
CSS selector
RequestDispatcher
attribute
4XX status code
15. Elements not displayed by the browser.
XPATH
margins
absolute positioning
hidden input element
16. Used to insert Java values directly into the output. It has the following form: <%= Java expression %>
CSS Property
expression scriptlet
application scope
DTD
17. 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.
setXXX method
Expression language
Tomcat
assertEquals method
18. Sets a property value or values in a Bean.
public
ANT target
Driver
<jsp:setProperty>
19. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - id fills this role
entity
relational database
ServletContext
id attribute
20. Specifies whether or not an element is visible
Node
helper class
HTML strict
visibility
21. This Java class outputs the HTML content for a dynamically generated Web page
response
View
servlet
relative positioning
22. Tells a Browser how and where to display text and images on a web page.
entity
request parameter
tag
Controller
23. Specifies constraints and information about the values of attributes or text-only elements
subclass
Expression language
status code
simple type
24. Bean that survives for the life of the HTTP session
Model
session Bean scope
response
cookie
25. HTTP request method. Parameters are encoded in URL. used for idempotent requests.
build.xml
qualified name
GET
XMLHttpRequest
26. Specifies what aspect of the element you are choosing to style.(width - color - bg-color)
CSS property
HTTP
relational database
Expression language
27. HTTP request method. Parameters are passed to the server through a separate input channel. used for non-dempotent requests.
JSTL (JavaServer Pages Standard Tag Library)
POST
JSP
build.xml
28. Specific style elements such as background-color and font-size fill this role in CSS
<jsp:useBean> tag
JavaBean
<jsp:setProperty> tag
CSS Property
29. 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
viewport
session scope
radio button
attribute
30. Controlling the exact location of text and pictures on a web page by specifying coordinates on the page.
absolute positioning
submit element
className attribute
foreign key
31. A Java keyword used in method declarations that specify which exceptions are not handled within the method but rather passed to the next higher level of the program.
throws
test method
input element
MS Access
32. Success
event handler
<jsp:getProperty>
2xx status code
ServletContext
33. This Java class outputs the HTML content for a dynamically generated Web page
servlet
Spec comment
foreign key constraint
attribute
34. A program that extracts comments from Java Source files and produces documentation files in HTML.
Javadoc
W3C
attribute
View
35. Method that tests the program
JavaBean
inline display
test method
Driver
36. Used to affect a certain portion of your material. They utilize the on/off approach.
JavaScript
CSS selector
GET
container
37. Java Server Page - web page coding standard that allows developers to dynamically generate web pages in response to user request
selector
external style sheet
JSP
super()
38. 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
W3C
jQuery
stateless
auto_increment
39. 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
ServletContext
die()
container
parent element
40. 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
container
AJAX
static content
ServletContext
41. 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.
template
try
ANT
foreign key constraint
42. Defines objects which can connect Java applications to a JDBC Driver
GET
DriverManager
request parameter
Model
43. Objects of any type that are explicitly placed on the request object via a call to the setAttribute() method
build.xml
agile programming
request attribute
public
44. Runs tests in ANT; just have <formatter> - <test> and <classpath>
junit task
request attribute
assertEquals method
JSP
45. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - node fills this role
foreign key constraint
className attribute
expression scriptlet
doGet()
46. 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.
cookie
request parameter
event bubbling
block display
47. 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
input element
event bubbling
field
48. Bean that only survives for current request
redirect
View
dynamic content
request scope
49. Clears an area around the content which is inside of the border of an element (length-%)
padding
Controller
assertEquals()
input element
50. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables
RequestDispatcher
request parameter
foreign key
complex type