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 Programming Basics
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. Causes the computer to repeat some statements over and over again (for instance as long as the computer keeps getting unacceptable results).
POA (Portable Object Adapter)
JavaSafe
JavaScript
do
2. Tells the computer to follow one of many possible paths of execution (one of many possible cases) depending on the value of an expression.
switch
Servlet Chaining
final
synchronized
3. A tool for checking compliance of applications and applets to a specification.
transient
JavaCheck
class
JSP
4. Basic code block of a JSP page
ORB (Object Request Broker)
Scriptlets
switch
JSP Beans
5. Includes a new tag library into page - allows use of tags in page
Tag Library Directive element
Update
public
Semaphore
6. An opensource Java Application Server
JBossn
Servlet container
Java Compatibility Kit (JCK)
volatile
7. Creates an object from an existing class.
for
new
transient
void
8. Introduces statements that are executed when the condition in an if statement isn't true.
Semaphore
else
Java Media Framework
IIOP (Internet Inter-ORB Protocol)
9. You can't use this word in a Java program. The word has no meaning. Because it's a keyword - you can't create a const variable.
ORB (Object Request Broker)
const
Java virtual machine
private
10. A set of APIs that support the integration of audio and video clips & 2D fonts & graphics and images as well as 3D models and telephony.
Java Media APIs
Semaphore
while
interface
11. Indicates that a variable or class or method can be used by any other Java code.
jsp:forware Action element (with jsp:param)
public
try
default
12. Two Servlet API packages: javax.servlet.* ___________
for
javax.servlet.http.*
boolean
switch
13. Introduces a path of execution to take when no case is a match in a switch statement.
JavaSpaces
Servlet container
extends
default
14. Servlet is: loaded by servlet container when 1st requested; is then forwarded the user's request; processes the user's request; returns the response back to the servlet container. Servlet container sends this response back to the user. Servlet stays
Java Native Interface
Servlet workings
JavaSafe
Java Interface Definition Language (IDL)
15. This separates the content presentation (View) from the underlying business operations/content generation (Model) using infrastructure/controller Servlet (Controller) which exists between the client browser and the JSP/Servlet-generated pages. Contro
MVC Architecture
double precision
Page Directive element
interface
16. A software development environment for writing applets and application in Java .
continue
JDK (Java Development Kit)
byte
Java Native Interface
17. Keeps two threads from interfering with one another.
Tag Library Directive element
continue
synchronized
Expressions
18. Introduces the last will and testament of the statements in a try clause.
JavaSpaces
Servlet
OTS (Object Transaction Service)
finally
19. Introduces statements that are watched (during runtime) for things that can go wrong.
JavaCheck
synchronized
jsp:include Action element (with jsp:param)
try
20. A special Java servlet-aware web server process.
this
final
jsp:plugin (uses jsp:params and jsp:fallback)
Servlet container
21. Introduces one of several possible paths of execution in a switch statement.
case
instanceof
jsp:include Action element (with jsp:param)
extends
22. Limits the computer's ability to represent extra large or extra small numbers when the computer does intermediate calculations on float and double values.
interface
Java Interface Definition Language (IDL)
strictfp
Java virtual machine
23. A set of Java APIs that provide CORBA (Common Object Request Broker Architecture) interoperability and connectivity capabilities for the J2EE platform. These capabilities enable J2EE applications to invoke operations on remote network services using
jsp:include Action element (with jsp:param)
if
void
Java Interface Definition Language (IDL)
24. Indicates that a variable or method belongs to a class rather than to any object created from the class.
JavaScript
double
DOM (Document Object Model)
static
25. Tests to see whether a certain object comes from a certain class.
return
while
double
instanceof
26. ______ uses HTML-like tags in a "*.jsp" web-page on a web server linked to from the client's web-browser as short-hand to render Java Servlet code in a Java .class file by the Servlet/JSP container (done by the "page-compiler" Servlet) running on the
Java Native Interface
double
Java Database Connectivity (JDBC)
JSP
27. Indicates that a variable or method can be used in subclasses from another package.
jsp:plugin (uses jsp:params and jsp:fallback)
Java Native Interface
assert
protected
28. Indicates that a value is either true or false in the Java sense.
boolean
catch
float
void
29. A platform-independent file format that aggregates many files into one. Multiple applets written in the Java programming language and their requisite components (.class files & images & sounds and other resource files) can be bundled in a JAR file an
implements
Java Foundation Classes (JFC)
JAR (Java Archive)
jsp:plugin (uses jsp:params and jsp:fallback)
30. Indicates that a value is a 16-bit whole number.
Java Development Kit (JDK)
short
Java Runtime Environment (JRE)
Servlet workings
31. Introduces an interface which is like a class but less specific.
Java Native Interface
ORB (Object Request Broker)
Java Platform
interface
32. An extension that adds graphical user interface class libraries to the Abstract Windowing Toolkit (AWT).
goto
return
Java Foundation Classes (JFC)
Servlet container
33. CRUD: Create - Retrieve - ________ - Delete
Update
Java Media Framework
Java virtual machine
jsp:plugin (uses jsp:params and jsp:fallback)
34. A class that wraps primitives - Integer or Boolean...
long
wrapper class
synchronized
JSP Beans
35. Refers to the superclass of the code in which the word super appears.
Java Runtime Environment (JRE)
super
int
break
36. A tool for tracking and managing source file changes - written in Java.
JavaCheck
return
static
JavaSafe
37. A set of Java APIs that may be incorporated an optional package for any Java 2 Platform Edition. The Jini APIs enable transparent networking of devices and services and eliminates the need for system or network administration intervention by a user.
MVC Architecture
Jini Technology
return
default
38. A library than enables CORBA objects to locate and communicate with one another.
DTD (Document Type Definition)
JavaBeans
ORB (Object Request Broker)
JDK (Java Development Kit)
39. You can't use this word in a Java program. The word has no meaning. Because it's a keyword you can't create a goto variable.
Java Media APIs
goto
static
jsp:plugin (uses jsp:params and jsp:fallback)
40. Puts the code into a package
package
do
Java Naming and Directory Interface (JNDI)
Page-centric architecture
41. _______ separates Java code/functionality from page design and use of tags in JSP and allows for re-use of beans
strictfp
Page Directive element
Java Applet Definition
JSP Beans
42. A lock that can be counted - i.e. how many times a resouce has been accessed and locked
for
else
Semaphore
interface
43. Indicates that a value is an 8-bit whole number.
byte
private
Page-centric architecture
OTS (Object Transaction Service)
44. A software development environment for writing applets and applications in the Java programming language. Technically - the JDK is the correct name for all versions of the Java platform from 1.0 to 1.1.x.
try
Java Development Kit (JDK)
static
Java Database Connectivity (JDBC)
45. Common Object Request Broker Architecture. A language independent distributed object model specified by the Object Management Group (OMG).
JBossn
CORBA
private
catch
46. A description of the structure and properties of a class of XML files.
Java Naming and Directory Interface (JNDI)
DTD (Document Type Definition)
JDK (Java Development Kit)
if
47. Indicates that a variable's value cannot be changed - that a class's functionality cannot be extended or that a method cannot be overridden.
IIOP (Internet Inter-ORB Protocol)
enum
final
instanceof
48. Indicates that a value is a 32-bit number with one or more digits after the decimal point.
JSP
float
Page Directive element
jsp:forware Action element (with jsp:param)
49. Forces the abrupt end of the current loop iteration and begins another iteration.
continue
JavaScript
return
extends
50. A standard programming interface for writing Java native methods and embedding the JVM into native applications. The primary goal is binary compatibility of native method libraries across all JVM implementations on a given platform.
continue
Java Foundation Classes (JFC)
for
Java Native Interface
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