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. Indicates that a variable or method can be used in subclasses from another package.
short
for
Jini Technology
protected
2. An opensource Java Application Server
Java Remote Method Invocation (RMI)
double
JBossn
if
3. A tree of objects with interfaces for traversing the tree and writing an XML version of it as defined by the W3C specification.
jsp:plugin (uses jsp:params and jsp:fallback)
try
DOM (Document Object Model)
implements
4. 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.
JavaScript
for
const
JavaCheck
5. 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.
Page-centric architecture
Java Applet Definition
Java Development Kit (JDK)
short
6. Indicates that a value is a character (a single letter or digit or punctuation symbol and so on) stored in 16 bits of memory.
return
char
do
Scriptlets
7. 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.
JavaScript
Java Remote Method Invocation (RMI)
implements
default
8. 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 Native Interface
MVC Architecture
JAR (Java Archive)
Servlet workings
9. Keeps two threads from interfering with one another.
JSP Beans
synchronized
OS principal
MVC Architecture
10. Tests the truth of a condition that the programmer believes is true.
interface
finally
assert
float
11. Creates a subclass
const
extends
OTS (Object Transaction Service)
public
12. Indicates that a value is a 16-bit whole number.
short
throw
catch
Java Compatibility Kit (JCK)
13. Common Object Request Broker Architecture. A language independent distributed object model specified by the Object Management Group (OMG).
CORBA
long
JavaScript
Servlet workings
14. A software development environment for writing applets and application in Java .
case
JDK (Java Development Kit)
javax.servlet.http.*
Java Applet Definition
15. Repeats some statements over and over again (as long as a condition is still true).
while
Servlet container
jsp:plugin (uses jsp:params and jsp:fallback)
POA (Portable Object Adapter)
16. Imposes strict rules on the use of a variable by more than one thread at a time.
this
volatile
jsp:include Action element (with jsp:param)
private
17. Indicates that a value is a 64-bit number with one or more digits after the decimal point.
Java Database Connectivity (JDBC)
double
long
strictfp
18. Indicates that a variable or method can be used only within a certain class.
char
int
static
private
19. Introduces statements that are watched (during runtime) for things that can go wrong.
if
try
transient
final
20. Creates a newly defined type
strictfp
enum
jsp:forware Action element (with jsp:param)
double
21. Introduces a path of execution to take when no case is a match in a switch statement.
catch
goto
Java Media Framework
default
22. A CORBA standard for building server-side applications that are portable across heterogeneous ORBs.
class
POA (Portable Object Adapter)
Java virtual machine
Java Media Framework
23. A portable platform-independent reusable component model. A component that conforms to this model is called a bean.
do
JavaBeans
break
DOM (Document Object Model)
24. An industry standard for database-independent connectivity between the Java platform and a wide range of databases. The JDBC provides a call-level API for SQL-based database access.
Java Platform
CORBA
Java Database Connectivity (JDBC)
OTS (Object Transaction Service)
25. A protocol used for communication between CORBA object request brokers.
Page Directive element
extends
CORBA
IIOP (Internet Inter-ORB Protocol)
26. A tool for tracking and managing source file changes - written in Java.
Java Applet Definition
Java Interface Definition Language (IDL)
JavaSafe
abstract
27. Used to generate HTML
default
JSP Beans
jsp:plugin (uses jsp:params and jsp:fallback)
Java Foundation Classes (JFC)
28. Reuses the functionality from a previously defined interface.
implements
Java Media APIs
Java Development Kit (JDK)
JDK (Java Development Kit)
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
extends
package
Java Interface Definition Language (IDL)
Include Directive element
30. Puts the code into a package
JavaScript
package
const
Servlet container
31. 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
Java Applet Definition
JAR (Java Archive)
Servlet container
32. Tests to see whether a certain object comes from a certain class.
Page-centric architecture
Semaphore
continue
instanceof
33. 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
JavaScript
Page-centric architecture
else
34. 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.
private
goto
Expressions
finally
35. A tool for checking compliance of applications and applets to a specification.
JavaCheck
transient
OS principal
jsp:include Action element (with jsp:param)
36. 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
default
Java Development Kit (JDK)
Java Applet Definition
DOM (Document Object Model)
37. A definition of the interfaces that permit CORBA objects to participate in transactions.
throws
OTS (Object Transaction Service)
IIOP (Internet Inter-ORB Protocol)
if
38. Enables the programmer to use code that was written in another language (one of those awful languages other than Java).
throws
DOM (Document Object Model)
short
native
39. A self-reference
Update
continue
this
MVC Architecture
40. Indicates that if and when an object is serialized a variable's value doesn't need to be stored.
Declarations
transient
try
static
41. Limits the computer's ability to represent extra large or extra small numbers when the computer does intermediate calculations on float and double values.
synchronized
Jini Technology
throws
strictfp
42. Sets attributes and properties specific to the current JSP page
Page Directive element
super
Java Media APIs
default
43. Used to terminate the execution of the current JSP page and switch control to another resource
jsp:forware Action element (with jsp:param)
continue
JavaBeans
OTS (Object Transaction Service)
44. Indicates that a value is a 64-bit whole number.
const
long
Java Native Interface
Page-centric architecture
45. An extension that adds graphical user interface class libraries to the Abstract Windowing Toolkit (AWT).
Update
else
void
Java Foundation Classes (JFC)
46. The core framework supports clocks for synchronizing between different media (e.g. audio and video output). The standard extension framework allows users to do full audio and video streaming.
do
Java Media Framework
Servlet workings
ORB (Object Request Broker)
47. _______ separates Java code/functionality from page design and use of tags in JSP and allows for re-use of beans
Include Directive element
JSP Beans
Jini Technology
Java Interface Definition Language (IDL)
48. Introduces the last will and testament of the statements in a try clause.
assert
Scriptlets
finally
JavaCheck
49. A subset of the Java Development Kit (JDK) for end-users and developers who want to redistribute the runtime environment alone. The Java runtime environment consists of the Java virtual machine1 - the Java core classes and supporting files.
protected
Java Remote Method Invocation (RMI)
Java Runtime Environment (JRE)
Jini Technology
50. Evaluates interior code to a String and feeds it to the implicit "out" print writer (JspWriter) - done at time of JSP page request
Expressions
public
float
continue
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