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. This term describes an action for which performing the action twice has the same effect as performing it once
ANT dependency
idempotent
getter
Model
2. Open-source servlet container. popular servlet engine of the apache project
Tomcat
box model
package
JSTL (JavaServer Pages Standard Tag Library)
3. Technology specifically designed for automated logic testing of Web applications
stateless
build.xml
JUnit
Cascade delete
4. This Java class is used in JDBC pages to execute SQL statements and provides protection against SQL scripting attacks
$_REQUEST
PreparedStatement
ResultSet
build.xml
5. In the relational database model is a collection of similar entities. An entity is represented by
Entity class
setter
Driver
redirect
6. 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)
visibility
Connection
catch
7. What to attempt to do; requires a "catch" statement
try
fixed positioning
tag
auto_increment
8. Gets the value of a Bean property so that you can display it in a result page.
Java Standard Tag Library
<jsp:getProperty>
import statement
ANT target
9. Script that contains one project and at least one (default) target. Targets contain task elements. Used by ANT
build.xml
table
relative positioning
submit element
10. Record consisting of one or more fields that are links to other nodes and a data field
Node
catch
Spec comment
refractor
11. Ascripting language used to make HTML pages interactive
JavaScript
template
persistence
response
12. Keyword that can be used inside any method to refer to the current object
Spec comment
constructor
this()
primary key
13. Represents a table in a relational database; each instance corresponds to a row in that table
Expression Scriptlet
session object
input element
entity
14. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute
<jsp:useBean>
Extreme programming
session scope
stateless
15. A Java keyword used in method declarations that specify which exceptions are not handled within the method but rather passed to the next higher level of the program.
redirect
Data Access Object
throws
Event object
16. Part of JUnit and fails a test with no message
fail()
relational database
die()
tag
17. Makes it possible to easily access application data stored in JavaBeans components; replaces Java scriplets for reading information from the Bean
Tomcat
JAR file
tag
Expression Language
18. Returns a list of elements with the given tag name.
PreparedStatement
form
getElementsByTagName
Model
19. This component of the MVC architecture represents what is delivered to the client browser
cookie
JSP Expression Language
HTTP
View
20. This component of JSP pages replaces the above tag and allows more sophisticated manipulation of values from the bean
record
Java Standard Tag Library
mysqli
Dynamic web project
21. The act of sending onto another destination
helper class
weakly typed language
forwarding
Driver
22. Controlling the exact location of text and pictures on a web page by specifying coordinates on the page.
View
absolute positioning
helper class
Controller
23. A project that contains resources for a Web application with dynamic content such as servlets or JavaServer Pages (JSP) files
application scope
input element
Dynamic web project
idempotent
24. Success
absolute positioning
Data Access Object
visibility
2xx status code
25. This component of the MVC architecture directs client requests to the appropriate resource
<jsp:useBean> tag
session scope
Controller
CSS Property
26. A communications protocol that treats each request as an independent transaction that is unrelated to any previous request so that the communication consists of independent pairs of requests and responses. Does not require the server to retain sessio
JavaScript
subclass
stateless
submit element
27. A class that provides its attributes and methods to a subclass.
POST
superclass
session attribute
build.xml
28. 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.
refractor
Caching
Driver
padding
29. This term describes an action for which performing the action twice has the same effect as performing it once
forward
POST
idempotent
CSS selector
30. In this handler use event object to determine event target
Model
WAR webxml attribute
Dynamically installed event handler
session
31. 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.
entity
cookie
refractor
NodeList
32. Object reference
foreign key
record
rs.next()
$
33. 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).
CSS selector
response
dynamic content
Tomcat
34. HTTP request method. Parameters are passed to the server through a separate input channel. used for non-dempotent requests.
POST
JavaScript
CSS selector
agile programming
35. This ANT element defines all of the places a Java task would look for classes to load
foreign key constraint
form action
Model
classpath element
36. The function for the browser to run when the server responds to your request
URL
Asynchronous method
<c:forEach> tag
onreadystatechange
37. Pseudo-relational database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools
MS Access
className attribute
<jsp:useBean>
JSP tag
38. 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).
form action
input element
request
constructor chaining
39. 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.
attribute
session object
XHTML (Extensible Hypertext Mark-up Language)
safe
40. Something that is not included in a rule or group or list or that does not behave in the expected way
public
Exception
input element
Java Standard Tag Library
41. Provides the abstraction of an ordered collection of nodes without defining or constraining how this collection is implemented
NodeList
tag
class
JSP Expression Language
42. A pseudo-method that creates an object. Instance methods with the same name as their class. are invoked using the new keyword.
CSS
viewport
constructor
JavaBean
43. a constructor calls another constructor in its class using the ": this()" designation
foreign key
constructor chaining
war task
javac task
44. API for valid HTML and well-formed XML documents. defines logical structure of documents and the way a document is accessed & manipulated
class library
build.xml
W3C DOM
event handler
45. 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.
Java Standard Tag Library
import statement
cookie
pathelement element
46. Sets values for parameters in JDBC
try
public
<jsp:useBean> tag
setXXX method
47. an individual component of a document
$_REQUEST
Static class member
element
package
48. String that is the result of submitting an HTTP request/form with query that specifies the name/value pairs
try
box model
request parameter
request attribute
49. A set of assertion methods useful for writing tests. Only failed assertions are recorded.
catch
Extreme programming
Class.forName()
assertEquals method
50. Specifies what aspect of the element you are choosing to style.(width - color - bg-color)
relational database
CSS property
DriverManager
margins
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