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
25
questions in
10 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. Consists of class libraries - a Java virtual machine (JVM) and class loader (which comprise the runtime environment) and a compiler - debugger and other tools (which comprise the development kit).
Java Platform
Jini Technology
Java Development Kit (JDK)
javax.servlet.http.*
2. Basic code block of a JSP page
boolean
OTS (Object Transaction Service)
javax.servlet.http.*
Scriptlets
3. A Web scripting language that is used in both browsers and Web servers. Like all scripting languages it is used primarily to tie other components together or to accept user input.
interface
int
JavaScript
wrapper class
4. Indicates that a value is a 64-bit number with one or more digits after the decimal point.
import
this
double
POA (Portable Object Adapter)
5. A test suite - a set of tools and other requirements used to certify a Java platform implementation conformant both to the applicable Java platform specifications and to Java Software reference implementations.
switch
ORB (Object Request Broker)
default
Java Compatibility Kit (JCK)
6. In the Java programming language specification - describes a floating point number that holds 64 bits of data. See also single precision.
double precision
private
ORB (Object Request Broker)
try
7. CRUD: Create - Retrieve - ________ - Delete
catch
double
CORBA
Update
8. A Java class that can be loaded into and run dynamically in a Servlet container on a web server; interact with web clients via a request-response model based on HTTP.
Servlet
do
void
Java Remote Method Invocation (RMI)
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 goto variable.
native
Java Runtime Environment (JRE)
Java Applet Definition
goto
10. Indicates that a method doesn't return a value.
do
void
JavaSpaces
OTS (Object Transaction Service)
11. Creates a newly defined type
if
enum
try
super
12. Indicates that if and when an object is serialized a variable's value doesn't need to be stored.
transient
JavaCheck
Java Interface Definition Language (IDL)
Servlet Chaining
13. 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
Java virtual machine
JSP Beans
JAR (Java Archive)
Declarations
14. Reuses the functionality from a previously defined interface.
finally
JDK (Java Development Kit)
do
implements
15. 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.
double precision
Jini Technology
native
Servlet container
16. A tool for checking compliance of applications and applets to a specification.
JavaCheck
JDK (Java Development Kit)
int
synchronized
17. Tests to see whether a certain object comes from a certain class.
IIOP (Internet Inter-ORB Protocol)
ORB (Object Request Broker)
instanceof
Java Compatibility Kit (JCK)
18. Indicates that a value is a 16-bit whole number.
Java Native Interface
DTD (Document Type Definition)
Java Remote Method Invocation (RMI)
short
19. Causes the computer to repeat some statements over and over again (for instance as long as the computer keeps getting unacceptable results).
jsp:include Action element (with jsp:param)
catch
do
ORB (Object Request Broker)
20. Limits the computer's ability to represent extra large or extra small numbers when the computer does intermediate calculations on float and double values.
strictfp
JavaSpaces
Java Compatibility Kit (JCK)
ORB (Object Request Broker)
21. 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.
Java Development Kit (JDK)
interface
throws
native
22. Indicates that a value is either true or false in the Java sense.
try
Java Compatibility Kit (JCK)
boolean
switch
23. Introduces statements that are executed when something interrupts the flow of execution in a try clause.
javax.servlet.http.*
OTS (Object Transaction Service)
catch
IIOP (Internet Inter-ORB Protocol)
24. Type of Java program (as opposed to a stand-alone program) which is embedded in a web page (requested from a server) and run on a client-side browser
protected
Page Directive element
Java Applet Definition
static
25. ______ 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
switch
assert
JSP
wrapper class