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. Manages the behavior and data of the application. Logic and data java class
getter method
Transitional
Model
SQL injection attack
2. Specifies what aspect of the element you are choosing to style.(width - color - bg-color)
JUnit test
unit test
CSS property
try
3. A special type of button in your forms that will perform the form's set action.
Event object
redirect
submit element
Transitional
4. Object used for executing a static SQL statement and returning the result it produces
form method
agile programming
Statement
<jsp:useBean> tag
5. Handles the error if it does not satisfy the "try" statement
catch
relational database
scriptlet
assertEquals method
6. a class whose primary purpose is to define an interface deferring some or all of its implementations to subclasses. Cannot be instantiated
refractor
input element
submit element
abstract class
7. 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.
Model
event bubbling
foreign key
<jsp:getProperty>
8. Improving the design of existing software code. doesn't change the observable behavior of the software; it improves its internal structure
HTTP
scriptlet
foreign key constraint
refractor
9. An element in a dialog box that allows the user to choose from a set of options
helper class
W3C
radio button
session object
10. Defines restrictions on a simpleType or simpleContent or complexContent definition; names that are reserved by XML
restricted type
helper class
box model
entity
11. 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.
form
well-formed
onreadystatechange
assignment statement
12. Specifies whether or not an element is visible
Tomcat
setter method
request scope
visibility
13. 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
<jsp:setProperty> tag
attribute
<jsp:setProperty>
Static class member
14. a test of each individual component (often a program) to ensure that it is as defect-free as possible
Entity class
attribute
unit test
session
15. 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.
relative positioning
GET
constructor
Entity class
16. This can be of two types: loaded from an external tag library or predefined tag; do not use <% but just the < character
<c:if>
getter method
response
JSP tag
17. Compiles a java source tree
class
W3C DOM
javac task
Caching
18. 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.
Content negotiation
ANT target
package
object
19. Used to affect a certain portion of your material. They utilize the on/off approach.
className attribute
ANT dependency
container
attribute
20. Elements that are rendered (displayed) directly in line with the text
external style sheet
object
inline display
Controller
21. A module of Java code that is hosted on a web server
Servlet
JavaBean
assignment statement
event bubbling
22. In this handler use event object to determine event target
response
super()
Entity class
Dynamically installed event handler
23. reduces the amount of redundancy in code that may connect to the database (assists in some functionality)
helper class
super()
auto_increment
object
24. Attribute used to associate a template with an XML element; also used to define a template for the entire XML document
event bubbling
template-match
this()
Element
25. ${myBean.name}... Java code that evaluates to a value
Expression Scriptlet
idempotent
MySQL
parameter
26. Programming language designed for managing data in relational database management systems
import statement
scriptlet
JSP Expression Language
Structured Query Language
27. Record consisting of one or more fields that are links to other nodes and a data field
Content negotiation
Expression language
response
Node
28. Manages the behavior and data of the application. Logic and data java class
rs.next()
Model
request
throws
29. 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.
relative positioning
XML Schema
CSS Property
form
30. One or more complete Java statements grouped together logically - <% %>
Element
scriptlet
constructor chaining
field
31. 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
JSP Expression Language
absolute positioning
session object
static content
32. If the XML file containing the fragment above were parsed with a W3C DOM parser (as in our programming assignment) - the contents of the fragment above would appear as an object satisfying this interface
URL
selector
XHTML (Extensible Hypertext Mark-up Language)
Element
33. A module of Java code that is hosted on a web server
onreadystatechange
HTML DOM
Servlet
JAR file
34. A program that extracts comments from Java Source files and produces documentation files in HTML.
Javadoc
HttpSession
object
id attribute
35. 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)
GET
weakly typed language
expression scriptlet
this()
36. 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
Dynamic web project
XML Schema
Javadoc
37. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
request attribute
XMLHttpRequest
CSS selector
fail()
38. This Java object is used by a controller servlet to send the request to the appropriate JSP page
RequestDispatcher
padding
ANT task
XMLHttpRequest
39. What to attempt to do; requires a "catch" statement
SQL injection attack
deprecated
class library
try
40. Success
WAR webxml attribute
container
2xx status code
W3C
41. Handles the error if it does not satisfy the "try" statement
Attribute
catch
Expression Scriptlet
block display
42. Describes the styles of the page elements - such as their colors and font sizes and background colors.
response
getter
getXXX method
CSS
43. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute
assertEquals()
JAR file
JSP Expression Language
<jsp:useBean> tag
44. Content- Padding - Border- Margin
Data Access Object
response
box model
superclass
45. Design pattern for asynchronous invocation of potentially long-running methods of an object
Asynchronous method
filtering
Statement
JSTL (JavaServer Pages Standard Tag Library)
46. Gets the value of a Bean property so that you can display it in a result page.
assertEquals()
JavaBean
<jsp:getProperty>
forward
47. Uses the equal sign to give the object property on the left of the equal sign the value on the right of the equal sign.
assignment statement
Transitional
submit element
filtering
48. Bean that only survives for current request
request Bean scope
PreparedStatement
cookie
jQuery
49. 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
this()
package
Javadoc
Attribute
50. Something that is not included in a rule or group or list or that does not behave in the expected way
Exception
super()
object
form method