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. Database that represents data as a collection of tables in which all data relationships are represented by common values in related tables
javac task
where clause
relational database
JavaBean
2. Requires every value of one attribute of a table to exist as a value of another attribute in a different relation (table)
input element
Driver
request attribute
foreign key constraint
3. Any item that can be manipulated such as picture and data file or text.
object
WAR file
entity
scriptlet
4. Class of agile programming in which "waterfall" loop is compressed into shorter loops. each iteration adds functionality & client is responsible for acceptance testing.
ResultSet
servlet
Extreme programming
redirect
5. 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
JavaBean
JSTL
entity
Java Standard Tag Library
6. Computer stops examining comparisons as soon as it determines the final outcome
short-circuit boolean evaluation
classpath element
delimiter
test method
7. This Java object is used by a controller servlet to send the request to the appropriate JSP page
ResultSet
assignment statement
RequestDispatcher
stateless
8. Used to insert Java values directly into the output. It has the following form: <%= Java expression %>
expression scriptlet
response
Data Access Object
padding
9. Method that retrieves the values corresponding to the given attribute name that is set through setAttribute()
input element
setter method
Node
request.getAttribute
10. Attribute that can be used to generate a unique identity for new rows
doGet()
auto_increment
<jsp:useBean> tag
<jsp:setProperty> tag
11. A component of the Java EE Web application development platform. It extends the JSP specification by adding a tag library of JSP tags for common tasks such as XML data processing etc.
JSTL (JavaServer Pages Standard Tag Library)
superclass
PreparedStatement
helper class
12. Object reference
table
$
private
Data Access Object
13. In the relational database model is a collection of similar entities. An entity is represented by
attribute
Entity class
subclass
<jsp:useBean> tag
14. 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.
RequestDispatcher
Static class member
input element
document.getElementById()
15. Record consisting of one or more fields that are links to other nodes and a data field
Node
auto_increment
throws
DriverManager
16. This component of the MVC architecture holds business data that will be displayed in the JSP page
Model
PreparedStatement
tag
<jsp:setProperty> tag
17. 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.
CSS property
relative positioning
JSTL (JavaServer Pages Standard Tag Library)
JavaBean
18. 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
ANT task
ServletContext
restricted type
foreign key
19. Does nothing if expected value equals actual value but throws error otherwise
assertEquals()
XMLHttpRequest
Exception
ResultSet
20. 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
session scope
package
session attribute
HttpSession
21. A GET request results from a normal request for a URL or from an HTML form that has no METHOD specified and it should be handled by this method.
assignment statement
doGet()
request
Tomcat
22. Clears an area around the content which is inside of the border of an element (length-%)
RequestDispatcher
MySQL
padding
Object-Relational Mapping
23. All data for a single member (object)
session object
request.getAttribute
request parameter
Attribute
24. allows client software to communicate with database server software
mysqli
Expression Scriptlet
event handler
Connection
25. Class that extends the attributes and methods of a superclass
Cascade delete
PreparedStatement
subclass
<jsp:setProperty>
26. Ascripting language used to make HTML pages interactive
SQL injection attack
Attribute
JavaScript
Connection
27. The data transfer protocol used on the World Wide Web. About requests and responses. Uses TCP.
public
event bubbling
getElementsByTagName
HTTP
28. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - node fills this role
padding
idempotent
className attribute
try
29. A style sheet containing format and layout settings that is stored in a separate file.
Tomcat
relational database
external style sheet
getter
30. a class whose primary purpose is to define an interface deferring some or all of its implementations to subclasses. Cannot be instantiated
build.xml
abstract class
Structured Query Language
POST
31. anyone can use to create and manipulate objects. forms public interface.
junit task
assertEquals()
public
View
32. After a database query is performed - this Java class provides access to the records extracted from the database
tag
ResultSet
fixed positioning
library
33. A popular persistence provider used with Java Web servers
assertEquals method
request attribute
JSTL (JavaServer Pages Standard Tag Library)
Hibernate
34. a test of each individual component (often a program) to ensure that it is as defect-free as possible
Java class
entity
setXXX method
unit test
35. This term describes an action for which performing the action twice has the same effect as performing it once
idempotent
Controller
URL
constructor chaining
36. Manages the behavior and data of the application. Logic and data java class
Structured Query Language
template-match
Model
idempotent
37. Technology specifically designed for automated logic testing of Web applications
JSTL (JavaServer Pages Standard Tag Library)
document.getElementById()
JUnit
primary key
38. Renders the model into a form suitable for interaction - typically a user interface element. HTML and CSS
GET
View
session object
fail()
39. Element that will be completed as part of a parent element/task
form method
request object
XPATH
classes nested element
40. a database view that allows the user to see all fields for one record and enter them one at a time.
Javadoc
$
attribute
form
41. The event gets sent to the most specific element and after this element has an opportunity to react - the event bubbles up to more general elements.
request scope
HTML DOM
protocol layering principle
event bubbling
42. A deletion that triggers another deletion. A cascade delete can be specified for an entity bean that has container-managed persistence.
Cascade delete
response
response
session Bean scope
43. This Java object encapsulates the information that a servlet sends back to the client
response
setXXX method
id attribute
XML Schema
44. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables
setXXX method
private
Dynamically installed event handler
foreign key
45. This part of a CSS rule specifies the set of HTML elements to which a defined style should apply
CSS selector
ServletContext
weakly typed language
Driver
46. Extension of JAR task with special treatment for files that should end up in WEB-INF directories of the Web Application Archive
viewport
war task
weakly typed language
Statement
47. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
MySQL
XMLHttpRequest
request scope
mysqli
48. 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.
parent element
document.getElementById()
ANT
abstract class
49. Object used for executing a static SQL statement and returning the result it produces
JUnit
RequestDispatcher
object
Statement
50. Bean that only survives for current request
library
weakly typed language
WAR webxml attribute
request scope
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