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. Method that retrieves the values corresponding to the given attribute name that is set through setAttribute()
request scope
request.getAttribute
XHTML (Extensible Hypertext Mark-up Language)
Expression language
2. Clears an area around the content which is inside of the border of an element (length-%)
$
Data Access Object
padding
Java class
3. Positioned outside of the relative positioning. The element is positioned in a fixed position on the document.
session Bean scope
static content
parent element
fixed positioning
4. Field that uniquely identifies a record in a table
where clause
DriverManager
super()
primary key
5. Marks successful completion of one or more tasks - what you are trying to get to.
validator
ANT target
Data Access Object
class library
6. A deletion that triggers another deletion. A cascade delete can be specified for an entity bean that has container-managed persistence.
Driver
Cascade delete
constructor
CSS selector
7. A special kind of variable used in a subroutine to refer to one of the pieces of data provided as input to the subroutine
input element
mysqli
test method
parameter
8. Test class used to test your code automatically
JUnit test
helper class
public
Statement
9. a JAR file used to distribute a collection of JavaServer Pages and servlets and Java classes and XML files and tag libraries and static Web pages (HTML and related files) that together constitute a Web application.
method signature
throws
inline display
WAR file
10. A document type that allows the use of deprecated tags.
package
abstract class
Transitional
<jsp:useBean>
11. Marks successful completion of one or more tasks - what you are trying to get to.
ANT target
POST
className attribute
public
12. 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
attribute
stateless
table
scriptlet
13. The element containing the current element with no intervening container elements.
JAR file
CGI variable
forward
parent element
14. Retrieves values in JDBC
getXXX method
helper class
throws
URL
15. A collection of standard programs and subroutines that are stored and available for immediate use
template
2xx status code
document.getElementById()
library
16. In JSP; makes it possible to easily access application data stored in JavaBeans components (by using characters such as {...} - < - >). Used with JSTL to replace all JAVA
class
import statement
Expression language
request scope
17. ${myBean.name}... Java code that evaluates to a value
ANT dependency
foreign key
Expression Scriptlet
ResultSet
18. Specifies whether or not an element is visible
input element
class
visibility
Object-Relational Mapping
19. Channel into a new direction (to a different page)
GET
Expression Scriptlet
block display
redirect
20. Compiles a java source tree
HTML strict
WAR webxml attribute
javac task
Tomcat
21. Computer stops examining comparisons as soon as it determines the final outcome
GET
Model
Expression Scriptlet
short-circuit boolean evaluation
22. Causes the chosen class to be dynamically loaded (at runtime)
servlet
Content negotiation
table
Class.forName()
23. Scope of variables that would be stored in a database
dynamic content
<jsp:setProperty>
padding
application scope
24. All data for a single member (object)
session object
static content
XMLHttpRequest
junit task
25. A style sheet containing format and layout settings that is stored in a separate file.
external style sheet
className attribute
JSP Expression Language
MS Access
26. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute
this()
ANT task
servlet
<jsp:useBean>
27. An XML document whose content describes the structure of other XML documents.
jQuery theme
Statement
private
XML Schema
28. This term describes an action for which performing the action twice has the same effect as performing it once
idempotent
getter method
CSS selector
session Bean scope
29. The address of a website. Uniform Resource locator.
form
<jsp:useBean> tag
TextNode
URL
30. Scope of variables whose values persist through several client visits back to the same site but not over the life of the application
session scope
class library
absolute positioning
short-circuit boolean evaluation
31. Requires every value of one attribute of a table to exist as a value of another attribute in a different relation (table)
fixed positioning
AJAX
table
foreign key constraint
32. Text boxes and radio buttons and check boxes in a Web page are instances of this more general type of element
abstract class
input element
static content
viewport
33. API for valid HTML and well-formed XML documents. defines logical structure of documents and the way a document is accessed & manipulated
Asynchronous method
application scope
W3C DOM
refractor
34. 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.
Tomcat
TextNode
JSTL (JavaServer Pages Standard Tag Library)
Model
35. Accessor whose purpose is to return the value stored in an instance variable.
getter method
subclass
rs.next()
persistence
36. XHTML element - a class name - an id name
ANT
CSS selector
Class.forName()
servlet
37. 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.
redirect
W3C DOM
session
tag
38. The address of a website. Uniform Resource locator.
ServletContext
catch
NodeList
URL
39. Attribute used to associate a template with an XML element; also used to define a template for the entire XML document
classes nested element
scriptlet
doGet()
template-match
40. This Java class is used in JDBC pages to execute SQL statements and and provides protection against SQL scripting attacks
XMLHttpRequest
auto_increment
PreparedStatement
W3C
41. 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.
fail()
doGet()
record
Dynamically installed event handler
42. Not intended to be depended on by external code and thus are not part of the interface.
private
$_SESSION
request attribute
where clause
43. Type of method that changes the state of one field in an object.
JSTL (JavaServer Pages Standard Tag Library)
setter
assertEquals method
request
44. These auto-generated methods allow us to change data members of a Java class
request attribute
relational database
field
setter method
45. This component of JSP pages replaces the above tag and allows more sophisticated manipulation of values from the bean
Java Standard Tag Library
getter
Data Access Object
constructor chaining
46. Specifies constraints and information about the values of attributes or text-only elements
ANT task
CSS selector
well-formed
simple type
47. This Java class outputs the HTML content for a dynamically generated Web page
servlet
package
getXXX method
request Bean scope
48. Defines objects which can connect Java applications to a JDBC Driver
JSTL
DriverManager
JUnit test
form action
49. Type of method that returns the state of one field in an object.
external style sheet
document.getElementById()
getter
attribute
50. Not intended to be depended on by external code and thus are not part of the interface.
sequence
Transitional
private
5XX status code