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. Introduces statements that are watched (during runtime) for things that can go wrong.
try
OTS (Object Transaction Service)
short
byte
2. Refers to the superclass of the code in which the word super appears.
goto
Tag Library Directive element
super
implements
3. Two Servlet API packages: javax.servlet.* ___________
javax.servlet.http.*
byte
JAR (Java Archive)
class
4. Introduces a path of execution to take when no case is a match in a switch statement.
Servlet Aliasing
Java Naming and Directory Interface (JNDI)
default
assert
5. A principal native to the operating system on which the Java platform is executing.
Jini Technology
Java Media Framework
Java Development Kit (JDK)
OS principal
6. A tree of objects with interfaces for traversing the tree and writing an XML version of it as defined by the W3C specification.
JavaBeans
DOM (Document Object Model)
Declarations
default
7. A tool for tracking and managing source file changes - written in Java.
goto
Scriptlets
JavaSafe
JBossn
8. Forces the abrupt end of the current loop iteration and begins another iteration.
Servlet container
Update
Java Database Connectivity (JDBC)
continue
9. Indicates that a variable or method can be used only within a certain class.
Servlet Chaining
Servlet workings
private
float
10. Introduces the last will and testament of the statements in a try clause.
Java Database Connectivity (JDBC)
super
finally
char
11. Introduces statements that are executed when something interrupts the flow of execution in a try clause.
Servlet Chaining
POA (Portable Object Adapter)
Jini Technology
catch
12. 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.
JAR (Java Archive)
final
Servlet Aliasing
goto
13. 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.
protected
JAR (Java Archive)
throws
const
14. A software development environment for writing applets and application in Java .
JAR (Java Archive)
break
JDK (Java Development Kit)
this
15. CRUD: Create - Retrieve - ________ - Delete
int
for
Update
boolean
16. 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
Servlet container
volatile
final
JAR (Java Archive)
17. A protocol used for communication between CORBA object request brokers.
Include Directive element
IIOP (Internet Inter-ORB Protocol)
Java Media APIs
Java Development Kit (JDK)
18. Basic code block of a JSP page
Servlet container
long
for
Scriptlets
19. A portable platform-independent reusable component model. A component that conforms to this model is called a bean.
JavaBeans
JSP Beans
goto
interface
20. Tests to see whether a condition is true. If it's true the computer executes certain statements; otherwise the computer executes other statements.
DOM (Document Object Model)
private
if
POA (Portable Object Adapter)
21. A description of the structure and properties of a class of XML files.
long
byte
DTD (Document Type Definition)
transient
22. 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.
Java Platform
Java Compatibility Kit (JCK)
Scriptlets
instanceof
23. 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.
native
Jini Technology
Scriptlets
JavaCheck
24. Limits the computer's ability to represent extra large or extra small numbers when the computer does intermediate calculations on float and double values.
throw
goto
Tag Library Directive element
strictfp
25. In the Java programming language specification - describes a floating point number that holds 64 bits of data. See also single precision.
Include Directive element
JDK (Java Development Kit)
else
double precision
26. Indicates that a value is a 16-bit whole number.
Java Compatibility Kit (JCK)
JSP Beans
short
default
27. Indicates that the details of a class or a method or an interface are given elsewhere in the code.
assert
float
POA (Portable Object Adapter)
abstract
28. Allows us to invoke more than one servlet in sequence when the URL is opened with a common servlet alias.
Servlet Aliasing
Java Media APIs
package
Page Directive element
29. 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
Java Media Framework
ORB (Object Request Broker)
Page Directive element
Java Interface Definition Language (IDL)
30. A definition of the interfaces that permit CORBA objects to participate in transactions.
OTS (Object Transaction Service)
long
Java Applet Definition
wrapper class
31. Tells the computer to follow one of many possible paths of execution (one of many possible cases) depending on the value of an expression.
instanceof
double
volatile
switch
32. 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.
case
Java Media Framework
javax.servlet.http.*
JavaScript
33. A tool for checking compliance of applications and applets to a specification.
assert
int
native
JavaCheck
34. An extension that adds graphical user interface class libraries to the Abstract Windowing Toolkit (AWT).
Java Foundation Classes (JFC)
enum
class
Java Media Framework
35. Indicates that a value is a 32-bit number with one or more digits after the decimal point.
if
double
float
Servlet container
36. An opensource Java Application Server
Java Remote Method Invocation (RMI)
JBossn
Java Naming and Directory Interface (JNDI)
for
37. A class that wraps primitives - Integer or Boolean...
wrapper class
Servlet workings
Java Interface Definition Language (IDL)
strictfp
38. _______ separates Java code/functionality from page design and use of tags in JSP and allows for re-use of beans
switch
JSP Beans
void
default
39. Used to generate HTML
new
Page-centric architecture
Servlet workings
jsp:plugin (uses jsp:params and jsp:fallback)
40. A set of APIs that assists with the interfacing to multiple naming and directory services.
Java Naming and Directory Interface (JNDI)
Servlet workings
Servlet Chaining
byte
41. Jumps out of a loop or switch.
return
protected
finally
break
42. A CORBA standard for building server-side applications that are portable across heterogeneous ORBs.
throw
byte
POA (Portable Object Adapter)
Servlet container
43. A technology that provides distributed persistence and data exchange mechanisms for code in Java.
enum
JavaSpaces
super
JSP
44. Gets the computer to repeat some statements over and over again (for instance a certain number of times).
Java virtual machine
for
Jini Technology
POA (Portable Object Adapter)
45. Indicates that a value is a 64-bit whole number.
long
jsp:plugin (uses jsp:params and jsp:fallback)
javax.servlet.http.*
static
46. Indicates that a variable or method belongs to a class rather than to any object created from the class.
Servlet container
Java Media APIs
static
JavaScript
47. 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.
final
Java Development Kit (JDK)
boolean
wrapper class
48. Creates a subclass
JavaCheck
finally
extends
JavaSpaces
49. Introduces an interface which is like a class but less specific.
Java Remote Method Invocation (RMI)
goto
void
interface
50. A self-reference
Java virtual machine
MVC Architecture
Java Native Interface
this
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