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 character that seperates one field from another in a plain text file.
delimiter
package
Dynamic web project
status code
2. Class of agile programming in which "waterfall" loop is compressed into shorter loops. each iteration adds functionality & client is responsible for acceptance testing.
entity
field
Extreme programming
public
3. Not intended to be depended on by external code and thus are not part of the interface.
Tomcat
JavaBean
private
event handler
4. This Java class is used in JDBC pages to execute SQL statements and provides protection against SQL scripting attacks
getElementsByTagName
PreparedStatement
padding
<c:forEach> tag
5. 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
getter method
throws
request.getAttribute
6. String that is the result of submitting an HTTP request/form with query that specifies the name/value pairs
dependency
XSL
Model
request parameter
7. A document type that allows the use of deprecated tags.
Asynchronous method
refractor
JSP
Transitional
8. Your computer sends a ______ for some file (e.g. "Get me the file 'home.html'") and the web server sends back a response ("Here's the file" - followed by the file itself).
CSS selector
XHTML (Extensible Hypertext Mark-up Language)
short-circuit boolean evaluation
request
9. Part of class definition that tells control what to do in response to event
event handler
Extreme programming
Spec comment
AJAX
10. Class of agile programming in which "waterfall" loop is compressed into shorter loops. each iteration adds functionality & client is responsible for acceptance testing.
Extreme programming
CSS
persistence
JUnit test
11. Script that contains one project and at least one (default) target. Targets contain task elements. Used by ANT
onreadystatechange
build.xml
form
field
12. This Java object encapsulates the information that a servlet sends back to the client
response
absolute positioning
import statement
fixed positioning
13. Class that extends the attributes and methods of a superclass
subclass
agile programming
Transitional
library
14. Part of JUnit and fails a test with no message
className attribute
onreadystatechange
build.xml
fail()
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.
<jsp:useBean>
assertEquals method
relative positioning
response
16. Causes the chosen class to be dynamically loaded (at runtime)
Java Standard Tag Library
<jsp:useBean>
CSS selector
Class.forName()
17. Positioned outside of the relative positioning. The element is positioned in a fixed position on the document.
namespace
fixed positioning
Tomcat
well-formed
18. 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.
Tomcat
doGet()
throws
document.getElementById()
19. Tells a Browser how and where to display text and images on a web page.
Driver
HTTP
parent element
tag
20. Server error
POST
5XX status code
View
HTTP
21. Record consisting of one or more fields that are links to other nodes and a data field
XPATH
Node
ANT dependency
superclass
22. a class with a default constructor that exposes properties through its (get) and (set) methods - Generic name for a Java class that manages data on behalf of a JSP page
abstract class
JavaScript
JavaBean
deprecated
23. allows you to create and bind objects to a session. is often used for managing security credentials and for managing state among multiple pages (such as in a Web-based wizard). Lasts for life of request
TCP (Transport Layer Protocol)
valid
build.xml
session scope
24. reduces the amount of redundancy in code that may connect to the database (assists in some functionality)
helper class
ServletContext
assertEquals method
form
25. Script that contains one project and at least one (default) target. Targets contain task elements. Used by ANT
war task
build.xml
test method
superclass
26. Formatting language for XML data
Dynamic web project
test method
XSL
request parameter
27. Identifies the document as a web page.
pathelement element
PreparedStatement
DTD
Apache
28. attributes that are bound to a session as a mean to provide state to a set of related HTTP requests
constructor
JUnit
session attribute
table
29. The element containing the current element with no intervening container elements.
parent element
record
DriverManager
try
30. a single instance of that member shared by all instances of this class
Static class member
package
foreign key
JUnit
31. Java classes inside a package that have already been compiled into byte code.
Event object
JAR file
template-match
request parameter
32. Type of method that changes the state of one field in an object.
5XX status code
setter
JAR file
response
33. A POST request results from an HTML form that specifically lists POST as the METHOD and it should be handled by this method.
relative positioning
absolute positioning
form action
doPost()
34. The next generation of HTML and is a hybrid between HTML and XML. XML was designed to describe data. HTML was designed to display data.
pathelement element
XHTML (Extensible Hypertext Mark-up Language)
ServletContext
session object
35. Method that retrieves the values corresponding to the given attribute name that is set through setAttribute()
Driver
request.getAttribute
dynamic content
unit test
36. Does nothing if expected value equals actual value but throws error otherwise
Statement
dynamic content
Spec comment
assertEquals()
37. a class with a default constructor that exposes properties through its (get) and (set) methods - Generic name for a Java class that manages data on behalf of a JSP page
input element
JavaBean
box model
setXXX method
38. This provides methods that allow you to retrieve header information as well as information about the client and server.
junit task
setter method
request object
Dynamic web project
39. Represents a table in a relational database; each instance corresponds to a row in that table
jQuery
dynamic content
entity
container
40. Defines restrictions on a simpleType or simpleContent or complexContent definition; names that are reserved by XML
restricted type
MS Access
Tomcat
assignment statement
41. Used to affect a certain portion of your material. They utilize the on/off approach.
container
application scope
Controller
expression scriptlet
42. Tells a Browser how and where to display text and images on a web page.
onreadystatechange
tag
valid
assertEquals()
43. Makes it possible to easily access application data stored in JavaBeans components; replaces Java scriplets for reading information from the Bean
JSP Expression Language
method signature
expression scriptlet
Transitional
44. Servlet configuration descriptor to use WEB-INF/web.xml; required most of the time in WAR task
primary key
WAR webxml attribute
request
input element
45. Computer stops examining comparisons as soon as it determines the final outcome
short-circuit boolean evaluation
scriptlet
parameter
form method
46. Client error
foreign key constraint
4XX status code
inline display
<jsp:useBean>
47. Accessor whose purpose is to return the value stored in an instance variable.
getter method
helper class
POST
table
48. Does nothing if expected value equals actual value but throws error otherwise
POST
assertEquals()
<jsp:useBean> tag
object
49. Specific style elements such as background-color and font-size fill this role in CSS
form method
classes nested element
weakly typed language
CSS Property
50. A class that provides its attributes and methods to a subclass.
superclass
relational database
abstract class
id attribute
Sorry!:) No result found.
Can you answer 50 questions in 15 minutes?
Let me suggest you:
Browse all subjects
Browse all tests
Most popular tests
Major Subjects
Tests & Exams
AP
CLEP
DSST
GRE
SAT
GMAT
Certifications
CISSP go to https://www.isc2.org/
PMP
ITIL
RHCE
MCTS
More...
IT Skills
Android Programming
Data Modeling
Objective C Programming
Basic Python Programming
Adobe Illustrator
More...
Business Skills
Advertising Techniques
Business Accounting Basics
Business Strategy
Human Resource Management
Marketing Basics
More...
Soft Skills
Body Language
People Skills
Public Speaking
Persuasion
Job Hunting And Resumes
More...
Vocabulary
GRE Vocab
SAT Vocab
TOEFL Essential Vocab
Basic English Words For All
Global Words You Should Know
Business English
More...
Languages
AP German Vocab
AP Latin Vocab
SAT Subject Test: French
Italian Survival
Norwegian Survival
More...
Engineering
Audio Engineering
Computer Science Engineering
Aerospace Engineering
Chemical Engineering
Structural Engineering
More...
Health Sciences
Basic Nursing Skills
Health Science Language Fundamentals
Veterinary Technology Medical Language
Cardiology
Clinical Surgery
More...
English
Grammar Fundamentals
Literary And Rhetorical Vocab
Elements Of Style Vocab
Introduction To English Major
Complete Advanced Sentences
Literature
Homonyms
More...
Math
Algebra Formulas
Basic Arithmetic: Measurements
Metric Conversions
Geometric Properties
Important Math Facts
Number Sense Vocab
Business Math
More...
Other Major Subjects
Science
Economics
History
Law
Performing-arts
Cooking
Logic & Reasoning
Trivia
Browse all subjects
Browse all tests
Most popular tests