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. In JSP; makes it possible to easily access application data stored in JavaBeans components (by using characters such as {...} - < - >). Used with JSTL to replace all JAVA
Expression language
Driver
Servlet
Tomcat
2. jQuery provides a single object with the most important properties.
Event object
external style sheet
Class.forName()
Javadoc
3. Name which includes a directive to a particular class or object in its reference (ex. System.in); use the .(dot) operator
Content negotiation
W3C
validator
qualified name
4. Text boxes and radio buttons and check boxes in a Web page are instances of this more general type of element
input element
protocol layering principle
JUnit test
HTML DOM
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
block display
JavaBean
fail()
helper class
6. Makes it possible to easily access application data stored in JavaBeans components; replaces Java scriplets for reading information from the Bean
document.getElementById()
JSP Expression Language
HttpSession
fail()
7. The act of intercepting requests and responses to transform or use info contained in the requests or responses; can transform response from a servlet or JSP page
event bubbling
2xx status code
filtering
input element
8. The address of a website. Uniform Resource locator.
request scope
HTTP
javac task
URL
9. Extension of JAR task with special treatment for files that should end up in WEB-INF directories of the Web Application Archive
war task
<jsp:getProperty>
parent element
Transitional
10. Object reference
$
4XX status code
where clause
Dynamic web project
11. This Java class outputs the HTML content for a dynamically generated Web page
ANT
servlet
agile programming
request parameter
12. Class that extends the attributes and methods of a superclass
MS Access
JSP tag
WAR webxml attribute
subclass
13. Controlling the exact location of text and pictures on a web page by specifying coordinates on the page.
absolute positioning
URL
filtering
field
14. A POST request results from an HTML form that specifically lists POST as the METHOD and it should be handled by this method.
well-formed
Spec comment
Spec comment
doPost()
15. Database that represents data as a collection of tables in which all data relationships are represented by common values in related tables
relational database
subclass
status code
weakly typed language
16. an object associated with a visitor. Data can be put in this and retrieved from it - much like a Hashtable. A different set of data is kept for each visitor to the site.
Element
session
namespace
4XX status code
17. Code indicating status that server sends back to you.
container
<c:if>
parameter
status code
18. A project that contains resources for a Web application with dynamic content such as servlets or JavaServer Pages (JSP) files
method signature
Dynamic web project
Transitional
<jsp:getProperty>
19. Pseudo-relational database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools
application scope
JavaScript
foreign key
MS Access
20. Defines a standard way for accessing and manipulating HTML documents.
CSS Property
HTML DOM
request Bean scope
block display
21. This component of the MVC architecture directs client requests to the appropriate resource
ANT
XHTML (Extensible Hypertext Mark-up Language)
Controller
CSS selector
22. Part of JUnit and fails a test with no message
CSS property
CSS Property
fail()
AJAX
23. Relational database driver used in PHP programming language to provide an interface with MYSQL databases
ANT
form
mysqli
onreadystatechange
24. 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.
jQuery theme
Expression Scriptlet
session object
CSS selector
25. Specific style elements such as background-color and font-size fill this role in CSS
CSS Property
response
TCP (Transport Layer Protocol)
W3C DOM
26. 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
ServletContext
Model
weakly typed language
27. 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.
event bubbling
Structured Query Language
Driver
ResultSet
28. Description of a set of requirements to be satisfied by a method
Spec comment
Java Standard Tag Library
Element
Tomcat
29. This Java object encapsulates the information that a servlet sends back to the client
response
dynamic content
import statement
assertEquals()
30. One or more set of rules in an XSL style sheet
protocol layering principle
template
XMLHttpRequest
View
31. Java classes inside a package that have already been compiled into byte code.
jQuery
super()
JAR file
assignment statement
32. 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.
ANT dependency
event bubbling
scriptlet
request attribute
33. an object associated with a visitor. Data can be put in this and retrieved from it - much like a Hashtable. A different set of data is kept for each visitor to the site.
session
4XX status code
protocol layering principle
field
34. After a database query is performed this Java class provides access to the records extracted from the database
ResultSet
session
redirect
Hibernate
35. 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
Caching
Extreme programming
ServletContext
request
36. Elements of the programming language which have essentially evolved out of use/style. Example of this is the java.awt package and its replacement javax.swing
parameter
form action
URL
deprecated
37. Defines objects which can connect Java applications to a JDBC Driver
response
assignment statement
input element
DriverManager
38. The character that seperates one field from another in a plain text file.
protocol layering principle
delimiter
dynamic content
jQuery
39. This is used to select user information.
id attribute
input element
document.getElementById()
relational database
40. Short for World Wide Web Consortium. It is the international governing body for the development of platform independent web standards and specifications.
build.xml
CSS Property
W3C
session Bean scope
41. Used to insert Java values directly into the output. It has the following form: <%= Java expression %>
expression scriptlet
onreadystatechange
catch
idempotent
42. This Java object encapsulates the information that a servlet sends back to the client
JAR file
parent element
response
ServletContext
43. This tag in a JSP page directs the associated Bean to receive a property when the user clicks a Submit button in the JSP page
<jsp:setProperty> tag
status code
POST
5XX status code
44. A style sheet containing format and layout settings that is stored in a separate file.
try
request.setAttribute
response
external style sheet
45. Specifies where to send the form-data when a form is submitted.
expression scriptlet
URL
form action
getXXX method
46. After a database query is performed this Java class provides access to the records extracted from the database
ResultSet
refractor
absolute positioning
method signature
47. Manages the behavior and data of the application. Logic and data java class
Model
external style sheet
Statement
classes nested element
48. A web server software notable for playing a key role in the initial growth of the World Wide Web.
Apache
scriptlet
session Bean scope
request object
49. Code indicating status that server sends back to you.
status code
onreadystatechange
scriptlet
ServletContext
50. Specifies what aspect of the element you are choosing to style.(width - color - bg-color)
<jsp:useBean>
CSS property
JSP Expression Language
unit test
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