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. The act of sending onto another destination
forward
forwarding
jQuery
form action
2. Attribute that can be used to generate a unique identity for new rows
visibility
auto_increment
DriverManager
test method
3. Elements of the programming language which have essentially evolved out of use/style. Example of this is the java.awt package and its replacement javax.swing
package
rs.next()
deprecated
2xx status code
4. Specifies that the child elements must appear in an order
sequence
SQL injection attack
scriptlet
superclass
5. This can be of two types: loaded from an external tag library or predefined tag; do not use <% but just the < character
CSS Property
template
JSP tag
TCP (Transport Layer Protocol)
6. Any item that can be manipulated such as picture and data file or text.
Java Standard Tag Library
class library
scriptlet
object
7. Java class specifically created to enable communication with a particular database management product such as MySQL
4XX status code
entity
Driver
session
8. 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
restricted type
Class.forName()
<jsp:useBean> tag
static content
9. A system where Web pages and their associated graphics are stored locally on a client computer to reduce Internet traffic and download wait time the next time the page is viewed.
JavaScript
Javadoc
Caching
id attribute
10. Code indicating status that server sends back to you.
status code
jQuery
class
entity
11. Object used for executing a static SQL statement and returning the result it produces
Statement
entity
Element
import statement
12. Methodology that anticipates need for flexibility. focuses on keeping code simple and testing often and delivering functional bits of application as soon as they're ready. goal is to build upon small client-approved parts as the project progresses as
attribute
agile programming
inline display
TextNode
13. Scope of variables that would be stored in a database
application scope
stateless
field
Cascade delete
14. A pseudo-method that creates an object. Instance methods with the same name as their class. are invoked using the new keyword.
constructor
parent element
visibility
W3C
15. A style sheet containing format and layout settings that is stored in a separate file.
persistence
dynamic content
SQL injection attack
external style sheet
16. Name of the tag to which the style declarations have been assigned
<jsp:getProperty>
selector
setter method
Cascade delete
17. Field that uniquely identifies a record in a table
onreadystatechange
4XX status code
primary key
try
18. Script that contains one project and at least one (default) target. Targets contain task elements. Used by ANT
build.xml
subclass
fixed positioning
JUnit
19. Method that sets value of the attribute for the request which is retrieved later in either the current JSP page or another JSP page
library
session object
request.setAttribute
namespace
20. After a database query is performed this Java class provides access to the records extracted from the database
getter
input element
validator
ResultSet
21. Computer stops examining comparisons as soon as it determines the final outcome
private
ANT target
short-circuit boolean evaluation
Statement
22. an individual component of a document
element
agile programming
className attribute
object
23. Java Server Page - web page coding standard that allows developers to dynamically generate web pages in response to user request
ServletContext
JSP
View
jQuery theme
24. Technology specifically designed for automated logic testing of Web applications
superclass
JUnit
JAR file
filtering
25. Web page content that changes or is changed automatically based on database content or user information.
super()
dynamic content
4XX status code
visibility
26. Can't attempt one task until a previous task is successful
method signature
ANT dependency
form method
Class.forName()
27. 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.
Extreme programming
assignment statement
selector
<jsp:useBean> tag
28. 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.
submit element
request object
WAR file
box model
29. This Java class is used in JDBC pages to execute SQL statements and provides protection against SQL scripting attacks
absolute positioning
PreparedStatement
agile programming
jQuery theme
30. 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.
Model
assertEquals method
parameter
JSTL (JavaServer Pages Standard Tag Library)
31. Test class used to test your code automatically
setter
JUnit test
input element
block display
32. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - node fills this role
JSTL (JavaServer Pages Standard Tag Library)
session scope
ANT target
className attribute
33. Governing body for the development of platform independent web standards
PreparedStatement
scriptlet
W3C
war task
34. A set of assertion methods useful for writing tests. Only failed assertions are recorded.
Dynamically installed event handler
Attribute
form
assertEquals method
35. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - id fills this role
Tomcat
dependency
delimiter
id attribute
36. Retrieves values in JDBC
getXXX method
fail()
getter method
assignment statement
37. HTTP request method. Parameters are passed to the server through a separate input channel. used for non-dempotent requests.
POST
JUnit test
getter
field
38. This ANT element defines all of the places a Java task would look for classes to load
ANT dependency
abstract class
classpath element
absolute positioning
39. Specifies what aspect of the element you are choosing to style.(width - color - bg-color)
safe
CSS property
event handler
JUnit
40. Specifies that the Node will contain text elements
Model
TextNode
assertEquals method
library
41. Handles the error if it does not satisfy the "try" statement
JavaBean
HttpSession
catch
document.getElementById()
42. Ascripting language used to make HTML pages interactive
JavaScript
jQuery theme
response
Model
43. Generic name for a Java class that manages data on behalf of a JSP page
setXXX method
Asynchronous method
Expression language
JavaBean
44. Causes the chosen class to be dynamically loaded (at runtime)
ServletContext
inline display
input element
Class.forName()
45. After a database query is performed - this Java class provides access to the records extracted from the database
catch
ResultSet
submit element
status code
46. an object that provides an abstract interface to some type of database
Expression language
Data Access Object
Caching
package
47. This component of the MVC architecture holds business data that will be displayed in the JSP page
Event object
Driver
table
Model
48. attributes that are bound to a session as a mean to provide state to a set of related HTTP requests
stateless
doPost()
JSP Expression Language
session attribute
49. 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.
object
PreparedStatement
ANT
className attribute
50. 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.
getElementsByTagName
form
object
abstract class