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. Code indicating status that server sends back to you.
JSP Expression Language
status code
getter method
table
2. This Java object is used by a controller servlet to send the request to the appropriate JSP page
<jsp:setProperty> tag
WAR file
sequence
RequestDispatcher
3. Computer stops examining comparisons as soon as it determines the final outcome
forward
XPATH
short-circuit boolean evaluation
scriptlet
4. These auto-generated methods allow us to change data members of a Java class
table
<jsp:setProperty> tag
setter method
superclass
5. 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
foreign key
element
document.getElementById()
6. After a database query is performed this Java class provides access to the records extracted from the database
ResultSet
doGet()
Spec comment
short-circuit boolean evaluation
7. associative array containing session variables available to the current script
submit element
$_SESSION
this()
constructor
8. Short for World Wide Web Consortium. It is the international governing body for the development of platform independent web standards and specifications.
request Bean scope
Connection
form
W3C
9. Sets a property value or values in a Bean.
JSTL
servlet
className attribute
<jsp:setProperty>
10. Represents a table in a relational database; each instance corresponds to a row in that table
5XX status code
HTML DOM
entity
ResultSet
11. Specifies what aspect of the element you are choosing to style.(width - color - bg-color)
Asynchronous method
getXXX method
CSS property
constructor
12. Renders the model into a form suitable for interaction - typically a user interface element. HTML and CSS
deprecated
refractor
JSTL
View
13. 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.
JSTL
HttpSession
Dynamic web project
Model
14. what an MVC is given by a database
persistence
template-match
where clause
HTML strict
15. Generic name for a Java class that manages data on behalf of a JSP page
Node
JavaBean
pathelement element
package
16. Combination of data and operations that can be performed on that data; specification of the data members and methods of the object.
form
scriptlet
class
input element
17. 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).
request scope
cookie
response
getXXX method
18. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute
javac task
selector
className attribute
<jsp:useBean> tag
19. A notation that shows all of the information needed to invoke (or call) the method
Tomcat
ANT target
XPATH
method signature
20. Positioned outside of the relative positioning. The element is positioned in a fixed position on the document.
CSS property
fixed positioning
template
mysqli
21. Design pattern for asynchronous invocation of potentially long-running methods of an object
validator
setter
Asynchronous method
ServletContext
22. Bean that only survives for current request
session scope
request scope
refractor
table
23. 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.
GET
POST
throws
<jsp:useBean> tag
24. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - id fills this role
class library
id attribute
<jsp:useBean> tag
JUnit
25. One or more set of rules in an XSL style sheet
entity
forwarding
template
request Bean scope
26. Elements that are rendered (displayed) with empty space above and below
viewport
block display
session scope
Node
27. 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
setXXX method
Static class member
package
URL
28. Bean that survives for the life of the HTTP session
response
build.xml
session Bean scope
Controller
29. a database view that allows the user to see all fields for one record and enter them one at a time.
Asynchronous method
form
request
POST
30. 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.
element
jQuery theme
ANT
rs.next()
31. Rreduces the amount of redundancy in code that may connect to the database (assists in some functionality)
weakly typed language
helper class
Servlet
visibility
32. a constructor calls another constructor in its class using the ": this()" designation
constructor chaining
<jsp:getProperty>
assignment statement
scriptlet
33. The element containing the current element with no intervening container elements.
parent element
PreparedStatement
Transitional
mysqli
34. Accessor whose purpose is to return the value stored in an instance variable.
HTML DOM
W3C
getter method
Tomcat
35. A module of Java code that is hosted on a web server
MySQL
short-circuit boolean evaluation
session scope
Servlet
36. Channel into a new direction (to a different page)
class library
assertEquals method
Object-Relational Mapping
redirect
37. API for valid HTML and well-formed XML documents. defines logical structure of documents and the way a document is accessed & manipulated
this()
W3C DOM
where clause
POST
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
Hibernate
setter
public
39. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute
<jsp:useBean> tag
Dynamically installed event handler
table
JSTL (JavaServer Pages Standard Tag Library)
40. HTTP request method. Parameters are passed to the server through a separate input channel. used for non-dempotent requests.
Class.forName()
Javadoc
POST
Java Standard Tag Library
41. Document that conforms to SML syntax rules (ex. start tag without end tag)
well-formed
agile programming
padding
inline display
42. 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.
refractor
dynamic content
DTD
doGet()
43. This term describes an action for which performing the action twice has the same effect as performing it once
JAR file
Java Standard Tag Library
idempotent
session scope
44. Objects of any type that are explicitly placed on the request object via a call to the setAttribute() method
CSS Property
Dynamically installed event handler
request attribute
<jsp:useBean>
45. Improving the design of existing software code. doesn't change the observable behavior of the software; it improves its internal structure
weakly typed language
constructor chaining
response
refractor
46. Specific style elements such as background-color and font-size fill this role in CSS
CSS Property
constructor
junit task
short-circuit boolean evaluation
47. Channel into a new direction (to a different page)
redirect
table
inline display
URL
48. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute
<jsp:useBean>
input element
Node
<jsp:setProperty> tag
49. This can be of two types: loaded from an external tag library or predefined tag; do not use <% but just the < character
ANT dependency
<jsp:setProperty>
JSP tag
fixed positioning
50. Associative array that by default contains contents of $_GET and $_POST and $_COOKIE
$_REQUEST
doPost()
request
superclass
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