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. Part of JUnit and fails a test with no message
event handler
fail()
Attribute
inline display
2. attributes that are bound to a session as a mean to provide state to a set of related HTTP requests
form action
session attribute
attribute
<jsp:useBean> tag
3. These auto-generated methods allow us to change data members of a Java class
restricted type
setter method
<jsp:useBean>
JUnit test
4. Requires every value of one attribute of a table to exist as a value of another attribute in a different relation (table)
TCP (Transport Layer Protocol)
fail()
Extreme programming
foreign key constraint
5. Returns a list of elements with the given tag name.
build.xml
MySQL
getElementsByTagName
Structured Query Language
6. Accessor whose purpose is to return the value stored in an instance variable.
JSTL
getter method
event bubbling
restricted type
7. Object associated with a visitor; similar to a Hashtable; different set of data kept for each visitor to the site
Controller
Session
Tomcat
JSTL (JavaServer Pages Standard Tag Library)
8. 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
W3C
document.getElementById()
getter
ServletContext
9. Specification about a tag (first ordered list: 1-2-3 or A-B-C)
attribute
submit element
jQuery theme
simple type
10. Bean that only survives for current request
request scope
ResultSet
XHTML (Extensible Hypertext Mark-up Language)
Extreme programming
11. 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.
assignment statement
assertEquals method
JSTL (JavaServer Pages Standard Tag Library)
HttpSession
12. After a database query is performed - this Java class provides access to the records extracted from the database
ResultSet
JavaScript
margins
AJAX
13. Elements that are rendered (displayed) directly in line with the text
external style sheet
relative positioning
inline display
JSTL (JavaServer Pages Standard Tag Library)
14. Bean that only survives for current request
request Bean scope
JSTL (JavaServer Pages Standard Tag Library)
inline display
cookie
15. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables
jQuery theme
Model
foreign key
this()
16. Set of data elements (values) that is organized using a model of vertical columns (identified by their name) and horizantal rows
table
helper class
form method
HttpSession
17. 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
record
session scope
visibility
application scope
18. A web development technique that allows portions of Web pages to reload with fresh data instead of requiring the entire Web page to reload
safe
stateless
form method
AJAX
19. Java Server Page - web page coding standard that allows developers to dynamically generate web pages in response to user request
status code
Static class member
redirect
JSP
20. a class whose primary purpose is to define an interface deferring some or all of its implementations to subclasses. Cannot be instantiated
JUnit test
JSP
abstract class
CGI variable
21. Attribute that can be used to generate a unique identity for new rows
GET
auto_increment
validator
submit element
22. Handles the error if it does not satisfy the "try" statement
ANT dependency
build.xml
catch
MySQL
23. Method for just getting (retrieving) data.
scriptlet
GET
session Bean scope
public
24. Needs to be installed to run PHP on Apache
package
JUnit test
Apache PHP module
PreparedStatement
25. Short for World Wide Web Consortium. It is the international governing body for the development of platform independent web standards and specifications.
W3C
margins
JSTL (JavaServer Pages Standard Tag Library)
constructor chaining
26. Provides the abstraction of an ordered collection of nodes without defining or constraining how this collection is implemented
NodeList
box model
try
event handler
27. Java Server Page - web page coding standard that allows developers to dynamically generate web pages in response to user request
delimiter
JSP
request attribute
HTTP
28. Something that is not included in a rule or group or list or that does not behave in the expected way
Exception
Content negotiation
visibility
JUnit
29. HTTP request method. Parameters are passed to the server through a separate input channel. used for non-dempotent requests.
request parameter
subclass
HttpSession
POST
30. This term describes an action for which performing the action twice has the same effect as performing it once
idempotent
Javadoc
GET
ANT task
31. Success
2xx status code
event bubbling
foreign key
test method
32. This component of the MVC architecture represents what is delivered to the client browser
table
View
radio button
W3C DOM
33. Controlling the exact location of text and pictures on a web page by specifying coordinates on the page.
document.getElementById()
absolute positioning
DTD
entity
34. Clears an area around the content which is inside of the border of an element (length-%)
relational database
fail()
padding
URL
35. Programming language designed for managing data in relational database management systems
abstract class
event bubbling
padding
Structured Query Language
36. Set of data elements (values) that is organized using a model of vertical columns (identified by their name) and horizantal rows
refractor
servlet
table
Data Access Object
37. String that is the result of submitting an HTTP request/form with query that specifies the name/value pairs
request parameter
GET
visibility
entity
38. 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
try
complex type
response
39. A special kind of variable used in a subroutine to refer to one of the pieces of data provided as input to the subroutine
Structured Query Language
parameter
JSTL (JavaServer Pages Standard Tag Library)
HTML DOM
40. Class that extends the attributes and methods of a superclass
subclass
assignment statement
refractor
Java Standard Tag Library
41. The element containing the current element with no intervening container elements.
XMLHttpRequest
parent element
Class.forName()
AJAX
42. Specification about a tag (first ordered list: 1-2-3 or A-B-C)
form
persistence
attribute
Node
43. Scope of variables whose values persist through several client visits back to the same site but not over the life of the application
fail()
external style sheet
session scope
<jsp:useBean> tag
44. Record consisting of one or more fields that are links to other nodes and a data field
Node
PreparedStatement
block display
PreparedStatement
45. API for valid HTML and well-formed XML documents. defines logical structure of documents and the way a document is accessed & manipulated
protocol layering principle
W3C DOM
rs.next()
JSP Expression Language
46. jQuery provides a single object with the most important properties.
Event object
fixed positioning
Exception
PreparedStatement
47. a set of classes that supports the development of programs
foreign key constraint
ServletContext
class library
entity
48. String that is the result of submitting an HTTP request/form with query that specifies the name/value pairs
form
request parameter
jQuery
attribute
49. Advances the record cursor by one record. Returns a boolean value indicating success or failure. Failure occurs if the cursor moved past the last record.
setter method
ANT target
Class.forName()
rs.next()
50. Used to affect a certain portion of your material. They utilize the on/off approach.
where clause
input element
container
URL
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