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. A class that wraps primitives - Integer or Boolean...
Java Remote Method Invocation (RMI)
extends
wrapper class
assert
2. Introduces one of several possible paths of execution in a switch statement.
public
case
byte
double precision
3. Gets the computer to repeat some statements over and over again (for instance a certain number of times).
for
volatile
super
Java Foundation Classes (JFC)
4. Creates an object from an existing class.
new
MVC Architecture
protected
static
5. Used to generate HTML
Java Database Connectivity (JDBC)
JBossn
jsp:plugin (uses jsp:params and jsp:fallback)
Page Directive element
6. Enables the programmer to abbreviate the names of classes defined in a package.
continue
JBossn
import
Java Runtime Environment (JRE)
7. Tells the computer to follow one of many possible paths of execution (one of many possible cases) depending on the value of an expression.
JavaSpaces
Java Runtime Environment (JRE)
double precision
switch
8. Introduces an interface which is like a class but less specific.
Java Native Interface
Servlet
interface
Java Media APIs
9. Introduces a path of execution to take when no case is a match in a switch statement.
package
Servlet Aliasing
Page-centric architecture
default
10. Indicates that a variable or method can be used in subclasses from another package.
boolean
DOM (Document Object Model)
protected
this
11. Indicates that a variable or class or method can be used by any other Java code.
Java Platform
wrapper class
POA (Portable Object Adapter)
public
12. A protocol used for communication between CORBA object request brokers.
class
IIOP (Internet Inter-ORB Protocol)
JavaCheck
JBossn
13. Introduces statements that are executed when the condition in an if statement isn't true.
Java Media Framework
else
Servlet Aliasing
strictfp
14. 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.
JavaSafe
Java Media Framework
enum
Servlet
15. A software "execution engine" that safely and compatibly executes the byte codes in Java class files on a microprocessor (whether in a computer or in another electronic device).
package
if
JSP Beans
Java virtual machine
16. Ends execution of a method and possibly returns a value to the calling code.
assert
JAR (Java Archive)
Servlet Aliasing
return
17. CRUD: Create - Retrieve - ________ - Delete
Update
DTD (Document Type Definition)
while
goto
18. Indicates that if and when an object is serialized a variable's value doesn't need to be stored.
implements
goto
default
transient
19. Causes the computer to repeat some statements over and over again (for instance as long as the computer keeps getting unacceptable results).
ORB (Object Request Broker)
default
do
public
20. Indicates that a variable's value cannot be changed - that a class's functionality cannot be extended or that a method cannot be overridden.
abstract
Java Applet Definition
throws
final
21. A portable platform-independent reusable component model. A component that conforms to this model is called a bean.
OTS (Object Transaction Service)
POA (Portable Object Adapter)
JavaBeans
DOM (Document Object Model)
22. Similar to the include Directive but can pass information to the included resource
case
jsp:include Action element (with jsp:param)
Java Native Interface
public
23. 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
short
Servlet workings
Servlet Aliasing
Java Development Kit (JDK)
24. Jumps out of a loop or switch.
double precision
break
static
extends
25. A CORBA standard for building server-side applications that are portable across heterogeneous ORBs.
strictfp
POA (Portable Object Adapter)
native
while
26. Reuses the functionality from a previously defined interface.
Servlet Aliasing
Java Interface Definition Language (IDL)
implements
Declarations
27. ______ 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
import
JSP
Java Naming and Directory Interface (JNDI)
JavaCheck
28. Indicates that a value is either true or false in the Java sense.
JAR (Java Archive)
synchronized
goto
boolean
29. A software development environment for writing applets and application in Java .
boolean
MVC Architecture
Java Interface Definition Language (IDL)
JDK (Java Development Kit)
30. 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.
long
continue
Update
goto
31. Imposes strict rules on the use of a variable by more than one thread at a time.
DTD (Document Type Definition)
import
ORB (Object Request Broker)
volatile
32. A distributed object model for Java program to Java program in which the methods of remote objects written in the Java programming language can be invoked from other Java virtual machines1 - possibly on different hosts.
default
Servlet
MVC Architecture
Java Remote Method Invocation (RMI)
33. The output of one servlet act as a input to another servlet.
public
Servlet Chaining
synchronized
import
34. Tests to see whether a certain object comes from a certain class.
instanceof
char
assert
throws
35. Indicates that a value is an 8-bit whole number.
byte
IIOP (Internet Inter-ORB Protocol)
Page-centric architecture
new
36. A tree of objects with interfaces for traversing the tree and writing an XML version of it as defined by the W3C specification.
break
DOM (Document Object Model)
throw
native
37. A lock that can be counted - i.e. how many times a resouce has been accessed and locked
Java Native Interface
for
Semaphore
POA (Portable Object Adapter)
38. A library than enables CORBA objects to locate and communicate with one another.
ORB (Object Request Broker)
Servlet workings
OTS (Object Transaction Service)
char
39. Tests the truth of a condition that the programmer believes is true.
javax.servlet.http.*
enum
assert
OS principal
40. Forces the abrupt end of the current loop iteration and begins another iteration.
finally
super
continue
jsp:plugin (uses jsp:params and jsp:fallback)
41. A definition of the interfaces that permit CORBA objects to participate in transactions.
OTS (Object Transaction Service)
Java Foundation Classes (JFC)
implements
do
42. Indicates that a value is a 64-bit whole number.
CORBA
long
Java Platform
import
43. Common Object Request Broker Architecture. A language independent distributed object model specified by the Object Management Group (OMG).
Semaphore
volatile
Java Naming and Directory Interface (JNDI)
CORBA
44. A special Java servlet-aware web server process.
JavaSafe
Servlet container
Update
MVC Architecture
45. A tool for checking compliance of applications and applets to a specification.
JavaCheck
Update
Semaphore
Scriptlets
46. Tests to see whether a condition is true. If it's true the computer executes certain statements; otherwise the computer executes other statements.
Semaphore
if
jsp:include Action element (with jsp:param)
Java virtual machine
47. Indicates that a value is a 16-bit whole number.
MVC Architecture
short
instanceof
public
48. 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
wrapper class
JAR (Java Archive)
Expressions
continue
49. Refers to the superclass of the code in which the word super appears.
Jini Technology
super
public
Servlet
50. 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.
Servlet workings
CORBA
finally
Java Database Connectivity (JDBC)
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