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. HTTP request method. Parameters are passed to the server through a separate input channel. used for non-dempotent requests.
JUnit test
NodeList
2xx status code
POST
2. This term describes an action for which performing the action twice has the same effect as performing it once
idempotent
JAR file
primary key
Controller
3. An action that ANT will attempt to do
doPost()
sequence
ANT task
classpath element
4. JavaScript library that emphasizes interaction between JavaScript and HTML.
$_REQUEST
jQuery
SQL injection attack
session
5. an object that provides an abstract interface to some type of database
table
Data Access Object
where clause
application scope
6. 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.
request object
Entity class
form method
assignment statement
7. Makes it possible to easily access application data stored in JavaBeans components; replaces Java scriplets for reading information from the Bean
JSP Expression Language
try
foreign key constraint
<jsp:setProperty>
8. XHTML element - a class name - an id name
CSS selector
doGet()
Extreme programming
superclass
9. This DTD contains all HTML elements and attributes but does NOT INCLUDE presentational or deprecated elements (like font). Framesets are not allowed.
W3C DOM
attribute
HTML strict
box model
10. a class whose primary purpose is to define an interface deferring some or all of its implementations to subclasses. Cannot be instantiated
abstract class
WAR file
Dynamic web project
catch
11. An action that ANT will attempt to do
WAR webxml attribute
session attribute
Static class member
ANT task
12. In this handler use event object to determine event target
where clause
Dynamically installed event handler
request.getAttribute
5XX status code
13. A web server software notable for playing a key role in the initial growth of the World Wide Web.
Apache
super()
Driver
getXXX method
14. Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
parameter
DriverManager
request attribute
HttpSession
15. This component of the MVC architecture directs client requests to the appropriate resource
parent element
request object
simple type
Controller
16. This Java object is used by a controller servlet to send the request to the appropriate JSP page
refractor
constructor
abstract class
RequestDispatcher
17. Part of class definition that tells control what to do in response to event
Controller
expression scriptlet
event handler
setXXX method
18. Server error
5XX status code
doPost()
form action
POST
19. Specifies that the child elements must appear in an order
Dynamic web project
sequence
classpath element
abstract class
20. A POST request results from an HTML form that specifically lists POST as the METHOD and it should be handled by this method.
doPost()
ResultSet
$_REQUEST
getXXX method
21. Enables a subclass to call the methods and fields of its superclass
Transitional
request parameter
MySQL
super()
22. 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
fail()
XML Schema
Java Standard Tag Library
session scope
23. reduces the amount of redundancy in code that may connect to the database (assists in some functionality)
visibility
class
helper class
dependency
24. This Java object encapsulates the information that a servlet sends back to the client
scriptlet
sequence
document.getElementById()
response
25. The window or viewing area that displays web pages and if smaller than the web page - scroll bars should be available.
viewport
redirect
Exception
Asynchronous method
26. Specifies whether or not an element is visible
ServletContext
validator
visibility
JUnit test
27. 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.
submit element
session object
test method
CSS selector
28. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables
request parameter
ResultSet
foreign key constraint
foreign key
29. One or more complete Java statements grouped together logically - <% %>
scriptlet
where clause
JUnit
fail()
30. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables
auto_increment
foreign key
MS Access
Model
31. 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.
fail()
protocol layering principle
cookie
XHTML (Extensible Hypertext Mark-up Language)
32. Provides a way to identify a user across more than one page request or visit to a Web site and to store information about that user.
HttpSession
sequence
agile programming
super()
33. Runs tests in ANT; just have <formatter> - <test> and <classpath>
block display
constructor
junit task
JSP
34. Well-formed XML document which also conforms to rules of a Document Type Definition (DTD) or an XML Schema (XSD)
valid
URL
getElementsByTagName
W3C
35. 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.
package
package
WAR file
POST
36. Elements that are rendered (displayed) directly in line with the text
inline display
agile programming
doPost()
CSS selector
37. Short for World Wide Web Consortium. It is the international governing body for the development of platform independent web standards and specifications.
ResultSet
W3C
subclass
primary key
38. reduces the amount of redundancy in code that may connect to the database (assists in some functionality)
Static class member
Expression language
helper class
Model
39. Formatting language for XML data
XSL
external style sheet
Apache PHP module
DriverManager
40. Scope of variables whose values persist through several client visits back to the same site but not over the life of the application
session object
filtering
session scope
throws
41. Tag that gives you the option to iterate over arrays and collections
onreadystatechange
<c:forEach>
static content
Statement
42. Tag that gives you the option to iterate over arrays and collections
hidden input element
<c:forEach> tag
entity
margins
43. 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).
response
field
TCP (Transport Layer Protocol)
getElementsByTagName
44. This component of the MVC architecture holds business data that will be displayed in the JSP page
weakly typed language
status code
radio button
Model
45. Element that will be completed as part of a parent element/task
rs.next()
classes nested element
method signature
external style sheet
46. Class that extends the attributes and methods of a superclass
Expression language
Apache PHP module
subclass
Tomcat
47. 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.
idempotent
jQuery theme
document.getElementById()
input element
48. 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
Element
field
cookie
submit element
49. a database view that allows the user to see all fields for one record and enter them one at a time.
CSS selector
Java class
selector
form
50. A deletion that triggers another deletion. A cascade delete can be specified for an entity bean that has container-managed persistence.
Cascade delete
external style sheet
auto_increment
tag
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