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. reduces the amount of redundancy in code that may connect to the database (assists in some functionality)
table
Dynamic web project
helper class
POST
2. The data transfer protocol used on the World Wide Web. About requests and responses. Uses TCP.
HTTP
form method
setXXX method
well-formed
3. a single instance of that member shared by all instances of this class
Dynamic web project
class library
assertEquals()
Static class member
4. HTTP request method. Parameters are encoded in URL. used for idempotent requests.
Driver
stateless
template
GET
5. 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
redirect
status code
ServletContext
abstract class
6. anyone can use to create and manipulate objects. forms public interface.
scriptlet
qualified name
simple type
public
7. This part of a CSS rule specifies the set of HTML elements to which a defined style should apply
this()
JUnit test
javac task
CSS selector
8. Layer below HTTP. HTTP accesses this. Reliable data stream service. The Internet's primary transport protocol; provides a point-to-point channel for applications that require reliable communications
TCP (Transport Layer Protocol)
scriptlet
session Bean scope
method signature
9. 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.
well-formed
form action
form
safe
10. A class that provides its attributes and methods to a subclass.
package
attribute
superclass
<jsp:setProperty> tag
11. Specification about a tag (first ordered list: 1-2-3 or A-B-C)
inline display
form method
test method
attribute
12. 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.
Tomcat
test method
ANT task
external style sheet
13. Returns a reference to the element by its ID where element is a reference to an Element object or null if an element with the specified ID is not in the document.
request
dynamic content
SQL injection attack
document.getElementById()
14. A popular persistence provider used with Java Web servers
selector
ANT
Hibernate
GET
15. Specifies that the child elements must appear in an order
request attribute
2xx status code
sequence
assertEquals()
16. Makes it possible to easily access application data stored in JavaBeans components; replaces Java scriplets for reading information from the Bean
auto_increment
JSP Expression Language
Java Standard Tag Library
abstract class
17. This component of JSP pages replaces the above tag and allows more sophisticated manipulation of values from the bean
private
refractor
Java Standard Tag Library
Hibernate
18. JavaScript library that emphasizes interaction between JavaScript and HTML.
jQuery
Data Access Object
doGet()
XML Schema
19. Used to amplify tags
GET
request parameter
$_SESSION
attribute
20. ${myBean.name}... Java code that evaluates to a value
jQuery
Expression Scriptlet
Element
catch
21. The act of sending onto another destination
HTTP
response
forward
primary key
22. Any item that can be manipulated such as picture and data file or text.
DTD
scriptlet
object
attribute
23. Specification about a tag (first ordered list: 1-2-3 or A-B-C)
try
attribute
super()
expression scriptlet
24. an individual component of a document
application scope
element
getter method
Object-Relational Mapping
25. Bean that only survives for current request
absolute positioning
request scope
relative positioning
box model
26. A software program that checks an HTML document for syntactical errors.
ANT task
build.xml
validator
setter
27. An XML document whose content describes the structure of other XML documents.
ANT target
Expression Language
junit task
XML Schema
28. 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
<jsp:getProperty>
$
assignment statement
29. allows client software to communicate with database server software
Connection
JSTL (JavaServer Pages Standard Tag Library)
Caching
JavaBean
30. A blueprint for creating objects of a certain kind; defines data and methods.
static content
MS Access
<jsp:useBean>
Java class
31. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - id fills this role
Element
Expression language
request Bean scope
id attribute
32. This can be of two types: loaded from an external tag library or predefined tag; do not use <% but just the < character
POST
JSP tag
session scope
war task
33. Used to insert Java values directly into the output. It has the following form: <%= Java expression %>
expression scriptlet
Transitional
View
request.getAttribute
34. 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
tag
visibility
package
getter method
35. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables
getElementsByTagName
weakly typed language
restricted type
foreign key
36. 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.
RequestDispatcher
delimiter
selector
ANT
37. Design pattern for asynchronous invocation of potentially long-running methods of an object
scriptlet
ANT
Asynchronous method
method signature
38. Specifies where to send the form-data when a form is submitted.
form action
HTTP
session scope
catch
39. In the relational database model is a collection of similar entities. An entity is represented by
Entity class
TCP (Transport Layer Protocol)
attribute
GET
40. A project that contains resources for a Web application with dynamic content such as servlets or JavaServer Pages (JSP) files
getter
Dynamic web project
method signature
JSP tag
41. Open-source SQL (Structured Query Language) database implementation. persistence provider.
validator
element
form
MySQL
42. This component of the MVC architecture directs client requests to the appropriate resource
public
helper class
Controller
import statement
43. Manages the behavior and data of the application. Logic and data java class
fail()
Extreme programming
Tomcat
Model
44. A class that provides its attributes and methods to a subclass.
superclass
ANT task
MS Access
Structured Query Language
45. Object reference
servlet
object
$
persistence
46. Technology specifically designed for automated logic testing of Web applications
safe
JUnit
helper class
4XX status code
47. A pseudo-method that creates an object. Instance methods with the same name as their class. are invoked using the new keyword.
onreadystatechange
expression scriptlet
tag
constructor
48. 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
static content
fail()
dynamic content
<jsp:getProperty>
49. One or more set of rules in an XSL style sheet
helper class
template
setXXX method
fixed positioning
50. Open-source SQL (Structured Query Language) database implementation. persistence provider.
MySQL
cookie
WAR file
TextNode