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. A communications protocol that treats each request as an independent transaction that is unrelated to any previous request so that the communication consists of independent pairs of requests and responses. Does not require the server to retain sessio
stateless
fail()
JavaScript
doPost()
2. A program that extracts comments from Java Source files and produces documentation files in HTML.
Javadoc
getter
Connection
import statement
3. This component of the MVC architecture represents what is delivered to the client browser
session object
JSP tag
HTML strict
View
4. In the XML fragment <node id="7" x_pos="330" ypos="450">Smallville</node> - id fills this role
external style sheet
event handler
Apache
id attribute
5. Method that may involve anything - like storing or updating data or ordering a product or sending E-mail.
catch
Java Standard Tag Library
POST
unit test
6. Test class used to test your code automatically
private
form
ANT task
JUnit test
7. Protocol layering is a common technique to simplify designs by dividing them into functional layers each concerned primarily with one task.
private
protocol layering principle
element
<c:if>
8. The element containing the current element with no intervening container elements.
parent element
this()
submit element
setter
9. Object associated with a visitor; similar to a Hashtable; different set of data kept for each visitor to the site
ServletContext
helper class
Session
where clause
10. The address of a website. Uniform Resource locator.
subclass
PreparedStatement
Tomcat
URL
11. Used to pass data to a server. can contain input elements like text fields and checkboxes and radio-buttons and submit buttons and more. It can also contain select lists and textarea and fieldset and legend and label elements.
CSS selector
session scope
form
submit element
12. Open-source servlet container. popular servlet engine of the apache project
box model
Tomcat
simple type
Extreme programming
13. Success
JUnit test
HTML DOM
2xx status code
SQL injection attack
14. The act of sending onto another destination
forward
parameter
<jsp:getProperty>
session Bean scope
15. Bean that only survives for current request
request Bean scope
Dynamic web project
test method
DriverManager
16. Channel into a new direction (to a different page)
redirect
scriptlet
input element
record
17. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute
relational database
Element
<jsp:useBean> tag
super()
18. a class whose primary purpose is to define an interface deferring some or all of its implementations to subclasses. Cannot be instantiated
ServletContext
CSS property
abstract class
auto_increment
19. Primary key of one table that appears as an attribute in another table and acts to provide a logical relationship between the two tables
<jsp:getProperty>
foreign key
ANT target
response
20. Defines a standard way for accessing and manipulating HTML documents.
HTML DOM
ANT
package
<jsp:setProperty> tag
21. Scope of variables whose values persist through several client visits back to the same site but not over the life of the application
Tomcat
abstract class
ServletContext
session scope
22. Can't attempt one task until a previous task is successful
response
session object
ANT dependency
ANT task
23. The data transfer protocol used on the World Wide Web. About requests and responses. Uses TCP.
protocol layering principle
safe
HTTP
CSS
24. 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
superclass
input element
package
session Bean scope
25. 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
ANT task
4XX status code
Tomcat
TCP (Transport Layer Protocol)
26. This Java object encapsulates the information that a servlet sends back to the client
response
protocol layering principle
Connection
View
27. 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.
Attribute
Static class member
rs.next()
Expression Scriptlet
28. Java classes inside a package that have already been compiled into byte code.
Extreme programming
Apache
GET
JAR file
29. Design pattern for asynchronous invocation of potentially long-running methods of an object
Asynchronous method
inline display
table
viewport
30. One or more complete Java statements grouped together logically - <% %>
build.xml
scriptlet
DriverManager
super()
31. Makes it possible to easily access application data stored in JavaBeans components; replaces Java scriplets for reading information from the Bean
scriptlet
Caching
Object-Relational Mapping
JSP Expression Language
32. Design pattern for asynchronous invocation of potentially long-running methods of an object
Controller
CSS Property
Asynchronous method
constructor chaining
33. Objects of any type that are explicitly placed on the request object via a call to the setAttribute() method
WAR file
request attribute
HTTP
class library
34. A web development technique that allows portions of Web pages to reload with fresh data instead of requiring the entire Web page to reload
AJAX
tag
Statement
request parameter
35. An element in a dialog box that allows the user to choose from a set of options
TCP (Transport Layer Protocol)
well-formed
radio button
weakly typed language
36. Declares JavaBean class within the JSP page in whatever scope is specified in its scope attribute
refractor
<jsp:useBean>
subclass
forward
37. Language that support either implicit type conversion (nearly all languages support at least one implicit type conversion) and ad-hoc polymorphism (also known as overloading) or both (ex. PHP)
SQL injection attack
<jsp:setProperty> tag
weakly typed language
session attribute
38. Defines restrictions on a simpleType or simpleContent or complexContent definition; names that are reserved by XML
DriverManager
session scope
AJAX
restricted type
39. Accessor whose purpose is to return the value stored in an instance variable.
static content
catch
external style sheet
getter method
40. Spaces at the top and bottom and left and right of the document between the edges of the text; the absolute boundary of text and graphics on a page
margins
URL
HttpSession
document.getElementById()
41. Handles the error if it does not satisfy the "try" statement
catch
JavaScript
Driver
className attribute
42. An API used to send HTTP requests directly to a web server and load the server response data directly back into the script.
idempotent
URL
XMLHttpRequest
primary key
43. a JAR file used to distribute a collection of JavaServer Pages and servlets and Java classes and XML files and tag libraries and static Web pages (HTML and related files) that together constitute a Web application.
PreparedStatement
fixed positioning
WAR file
Hibernate
44. A pseudo-method that creates an object. Instance methods with the same name as their class. are invoked using the new keyword.
View
JSP tag
record
constructor
45. Method that tests the program
URL
try
test method
library
46. 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
GET
external style sheet
HTTP
47. Elements that are rendered (displayed) with empty space above and below
record
Dynamic web project
block display
MS Access
48. Specific style elements such as background-color and font-size fill this role in CSS
well-formed
$
CSS Property
classpath element
49. A software program that checks an HTML document for syntactical errors.
ANT dependency
input element
getXXX method
validator
50. Used to insert Java values directly into the output. It has the following form: <%= Java expression %>
abstract class
W3C DOM
expression scriptlet
submit element
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