SUBJECTS
|
BROWSE
|
CAREER CENTER
|
POPULAR
|
JOIN
|
LOGIN
Business Skills
|
Soft Skills
|
Basic Literacy
|
Certifications
About
|
Help
|
Privacy
|
Terms
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. 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
doGet()
import statement
HTTP
package
2. Clears an area around the content which is inside of the border of an element (length-%)
dynamic content
padding
JSTL
request parameter
3. Part of JUnit and fails a test with no message
form action
auto_increment
fail()
junit task
4. A pseudo-method that creates an object. Instance methods with the same name as their class. are invoked using the new keyword.
CSS
constructor
URL
ResultSet
5. Enables a subclass to call the methods and fields of its superclass
super()
TCP (Transport Layer Protocol)
JAR file
Transitional
6. This is used to select user information.
input element
object
attribute
getElementsByTagName
7. 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.
persistence
form
field
subclass
8. Success
protocol layering principle
2xx status code
setter
package
9. This term describes an action for which performing the action twice has the same effect as performing it once
request.setAttribute
idempotent
package
abstract class
10. API for valid HTML and well-formed XML documents. defines logical structure of documents and the way a document is accessed & manipulated
field
setter method
W3C DOM
superclass
11. an object that provides an abstract interface to some type of database
scriptlet
padding
table
Data Access Object
12. jQuery provides a single object with the most important properties.
assignment statement
constructor chaining
onreadystatechange
Event object
13. The act of sending onto another destination
event bubbling
forwarding
Element
<c:forEach> tag
14. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
Dynamically installed event handler
XMLHttpRequest
form action
constructor
15. Channel into a new direction (to a different page)
session scope
redirect
refractor
JAR file
16. 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)
weakly typed language
padding
JavaScript
jQuery
17. Open-source servlet container. popular servlet engine of the apache project
Tomcat
Content negotiation
where clause
subclass
18. Single piece of info; record is one complete set of these
field
selector
TCP (Transport Layer Protocol)
5XX status code
19. Method that may involve anything - like storing or updating data or ordering a product or sending E-mail.
POST
Extreme programming
TextNode
namespace
20. Can't attempt one task until the previous task is successful
Model
$_REQUEST
idempotent
dependency
21. A notation that shows all of the information needed to invoke (or call) the method
Event object
method signature
<c:forEach> tag
form
22. Elements that are rendered (displayed) directly in line with the text
class library
inline display
valid
ANT target
23. Java classes inside a package that have already been compiled into byte code.
JAR file
ResultSet
javac task
this()
24. Used to insert Java values directly into the output. It has the following form: <%= Java expression %>
JUnit test
expression scriptlet
jQuery
JSP tag
25. Keyword that can be used inside any method to refer to the current object
deprecated
container
this()
Dynamic web project
26. This Java object encapsulates the information that a servlet sends back to the client
response
JavaBean
idempotent
ResultSet
27. Your computer sends a request for some file (e.g. "Get me the file 'home.html'") and the web server sends back a _______ ("Here's the file" - followed by the file itself).
className attribute
response
class
Apache
28. 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
agile programming
Java Standard Tag Library
constructor chaining
ServletContext
29. Script that contains one project and at least one (default) target. Targets contain task elements. Used by ANT
this()
build.xml
table
form
30. Object used for executing a static SQL statement and returning the result it produces
package
box model
Class.forName()
Statement
31. 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
JSTL (JavaServer Pages Standard Tag Library)
JAR file
Event object
Element
32. Controlling the exact location of text and pictures on a web page by specifying coordinates on the page.
absolute positioning
JSP
Driver
static content
33. Used to extract only those records that fulfill a specified criterion.
where clause
this()
dependency
W3C
34. stores information about or change settings for a user session. Variables stored in it hold information about one single user and are available to all pages in one application.
session object
junit task
JSP Expression Language
container
35. 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
parent element
refractor
JSP
36. A web development technique that allows portions of Web pages to reload with fresh data instead of requiring the entire Web page to reload
AJAX
padding
entity
Controller
37. Used for an origin website to send state information to a user's browser and for the browser to return the state information to the origin site.
primary key
cookie
template-match
Expression language
38. Open-source SQL (Structured Query Language) database implementation. persistence provider.
MySQL
throws
expression scriptlet
attribute
39. Tells a Browser how and where to display text and images on a web page.
radio button
tag
box model
JSP Expression Language
40. allows client software to communicate with database server software
request object
Connection
HTML strict
getter method
41. Sets a property value or values in a Bean.
safe
JSP Expression Language
form method
<jsp:setProperty>
42. Can't attempt one task until a previous task is successful
ANT dependency
try
getElementsByTagName
URL
43. Database that represents data as a collection of tables in which all data relationships are represented by common values in related tables
class library
CSS
id attribute
relational database
44. Set of data elements (values) that is organized using a model of vertical columns (identified by their name) and horizantal rows
Connection
dynamic content
table
URL
45. Certain look for a jquery element
subclass
import statement
agile programming
jQuery theme
46. Any item that can be manipulated such as picture and data file or text.
object
input element
Cascade delete
servlet
47. The GET and HEAD are ____ methods and SHOULD NOT have the significance of taking an action other than retrieval.
JSTL (JavaServer Pages Standard Tag Library)
fail()
session scope
safe
48. a piece of Java-code embedded in the HTML-like JSP code
test method
scriptlet
getter method
Element
49. Returns a list of elements with the given tag name.
JUnit test
private
field
getElementsByTagName
50. associative array containing session variables available to the current script
form
<c:if>
$_SESSION
2xx status code