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 the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - id fills this role
subclass
id attribute
doPost()
input element
2. 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).
Exception
response
doPost()
doPost()
3. An open source software implementation of the Java Servlet and JavaServer Pages technologies. The Java Servlet and JavaServer Pages specifications are developed under the Java Community Process.
inline display
library
Tomcat
XSL
4. This DTD contains all HTML elements and attributes but does NOT INCLUDE presentational or deprecated elements (like font). Framesets are not allowed.
W3C DOM
ANT dependency
Node
HTML strict
5. In the relational database model is a collection of similar entities. An entity is represented by
request parameter
Element
Entity class
doPost()
6. 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
setXXX method
Model
JUnit
ServletContext
7. Method that tests the program
visibility
test method
input element
request Bean scope
8. 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.
MS Access
agile programming
constructor
rs.next()
9. Describes the styles of the page elements - such as their colors and font sizes and background colors.
assignment statement
RequestDispatcher
CSS
document.getElementById()
10. Sets a property value or values in a Bean.
attribute
object
Dynamic web project
<jsp:setProperty>
11. 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).
HttpSession
response
scriptlet
Node
12. An element in a dialog box that allows the user to choose from a set of options
radio button
entity
Controller
forward
13. Set of data elements (values) that is organized using a model of vertical columns (identified by their name) and horizantal rows
table
session object
constructor chaining
ANT target
14. 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
TCP (Transport Layer Protocol)
JavaScript
abstract class
session scope
15. Compiles a java source tree
getXXX method
javac task
agile programming
ANT task
16. This modifier on a Java class member directs that the member should have a single value that is shared by all instances of this class
form method
static content
idempotent
try
17. 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
ServletContext
TCP (Transport Layer Protocol)
HTTP
element
18. Object reference
JSP tag
$
Model
ResultSet
19. 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.
relative positioning
Tomcat
DTD
method signature
20. Defines objects which can connect Java applications to a JDBC Driver
View
DriverManager
Servlet
Entity class
21. A POST request results from an HTML form that specifically lists POST as the METHOD and it should be handled by this method.
fail()
Statement
doPost()
safe
22. Something that is not included in a rule or group or list or that does not behave in the expected way
Exception
session Bean scope
assertEquals()
Entity class
23. Used to extract only those records that fulfill a specified criterion.
getElementsByTagName
request.getAttribute
PreparedStatement
where clause
24. an object that provides an abstract interface to some type of database
onreadystatechange
session scope
Data Access Object
Asynchronous method
25. A blueprint for creating objects of a certain kind; defines data and methods.
CSS
session attribute
Java class
container
26. Methodology that anticipates need for flexibility. focuses on keeping code simple and testing often and delivering functional bits of application as soon as they're ready. goal is to build upon small client-approved parts as the project progresses as
agile programming
tag
event handler
Java class
27. A collection of standard programs and subroutines that are stored and available for immediate use
setXXX method
where clause
ANT target
library
28. Governing body for the development of platform independent web standards
Object-Relational Mapping
CSS
getter method
W3C
29. Protocol layering is a common technique to simplify designs by dividing them into functional layers each concerned primarily with one task.
JSP
getter
protocol layering principle
radio button
30. reduces the amount of redundancy in code that may connect to the database (assists in some functionality)
PreparedStatement
stateless
helper class
Exception
31. The character that seperates one field from another in a plain text file.
delimiter
package
catch
View
32. Type of method that changes the state of one field in an object.
Servlet
CSS Property
assertEquals()
setter
33. After a database query is performed this Java class provides access to the records extracted from the database
redirect
test method
ResultSet
<jsp:setProperty> tag
34. Pseudo-relational database management system from Microsoft that combines the relational Microsoft Jet Database Engine with a graphical user interface and software-development tools
NodeList
servlet
Content negotiation
MS Access
35. Renders the model into a form suitable for interaction - typically a user interface element. HTML and CSS
View
method signature
$
library
36. Any item that can be manipulated such as picture and data file or text.
fixed positioning
object
attribute
helper class
37. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
XMLHttpRequest
request attribute
JSTL (JavaServer Pages Standard Tag Library)
assertEquals method
38. This component of JSP pages replaces the above tag and allows more sophisticated manipulation of values from the bean
try
submit element
Java Standard Tag Library
Apache
39. Represents a table in a relational database; each instance corresponds to a row in that table
record
assignment statement
entity
<jsp:setProperty>
40. Java Server Page - web page coding standard that allows developers to dynamically generate web pages in response to user request
form
redirect
Object-Relational Mapping
JSP
41. Enables a subclass to call the methods and fields of its superclass
super()
$
servlet
box model
42. Channel into a new direction (to a different page)
Connection
form method
redirect
rs.next()
43. Can't attempt one task until a previous task is successful
ANT dependency
servlet
Apache PHP module
event handler
44. Object associated with a visitor; similar to a Hashtable; different set of data kept for each visitor to the site
Session
ResultSet
Exception
status code
45. Specifies whether or not an element is visible
visibility
scriptlet
Data Access Object
input element
46. Method for just getting (retrieving) data.
GET
dependency
Asynchronous method
Apache
47. Test class used to test your code automatically
<c:forEach> tag
classpath element
JUnit test
namespace
48. 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
CGI variable
Driver
Node
TCP (Transport Layer Protocol)
49. Scope of variables that would be stored in a database
catch
application scope
request parameter
form action
50. Formatting language for XML data
template-match
primary key
XSL
jQuery theme
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