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 method or constructor may pass the buck when an exception is thrown.
throws
static
else
MVC Architecture
2. Indicates that if and when an object is serialized a variable's value doesn't need to be stored.
JavaScript
OTS (Object Transaction Service)
transient
Java Compatibility Kit (JCK)
3. The output of one servlet act as a input to another servlet.
Servlet Chaining
Java Platform
do
abstract
4. A principal native to the operating system on which the Java platform is executing.
OS principal
this
char
protected
5. 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.
JavaSafe
Update
Java Media APIs
JavaCheck
6. Forces the abrupt end of the current loop iteration and begins another iteration.
native
protected
Expressions
continue
7. 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
IIOP (Internet Inter-ORB Protocol)
assert
Java Remote Method Invocation (RMI)
8. A lock that can be counted - i.e. how many times a resouce has been accessed and locked
JDK (Java Development Kit)
throw
break
Semaphore
9. Introduces a path of execution to take when no case is a match in a switch statement.
JBossn
default
else
interface
10. A tool for checking compliance of applications and applets to a specification.
Include Directive element
extends
MVC Architecture
JavaCheck
11. Evaluates interior code to a String and feeds it to the implicit "out" print writer (JspWriter) - done at time of JSP page request
finally
Expressions
interface
JAR (Java Archive)
12. Introduces an interface which is like a class but less specific.
Java Naming and Directory Interface (JNDI)
interface
Java Interface Definition Language (IDL)
OTS (Object Transaction Service)
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.
const
Java Media Framework
Servlet container
Java Platform
14. Indicates that a variable or method can be used only within a certain class.
Java Database Connectivity (JDBC)
private
Tag Library Directive element
abstract
15. Used to terminate the execution of the current JSP page and switch control to another resource
jsp:forware Action element (with jsp:param)
long
Java Platform
Expressions
16. A definition of the interfaces that permit CORBA objects to participate in transactions.
JBossn
Java Compatibility Kit (JCK)
OTS (Object Transaction Service)
Java Remote Method Invocation (RMI)
17. 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.
instanceof
Java Development Kit (JDK)
Java Media APIs
for
18. In the Java programming language specification - describes a floating point number that holds 64 bits of data. See also single precision.
while
instanceof
double precision
import
19. Two Servlet API packages: javax.servlet.* ___________
try
javax.servlet.http.*
do
POA (Portable Object Adapter)
20. Introduces statements that are watched (during runtime) for things that can go wrong.
while
synchronized
Semaphore
try
21. 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
Servlet Chaining
Servlet workings
throw
Java Applet Definition
22. Indicates that a variable's value cannot be changed - that a class's functionality cannot be extended or that a method cannot be overridden.
final
throw
Jini Technology
Java Applet Definition
23. Causes the computer to repeat some statements over and over again (for instance as long as the computer keeps getting unacceptable results).
Semaphore
JavaBeans
continue
do
24. An opensource Java Application Server
default
JBossn
JavaCheck
Java Applet Definition
25. A technology that provides distributed persistence and data exchange mechanisms for code in Java.
JavaSafe
Servlet Aliasing
super
JavaSpaces
26. Indicates that a value is a 16-bit whole number.
jsp:include Action element (with jsp:param)
javax.servlet.http.*
byte
short
27. 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.
switch
Expressions
JavaScript
case
28. Tests to see whether a condition is true. If it's true the computer executes certain statements; otherwise the computer executes other statements.
const
if
JBossn
transient
29. Keeps two threads from interfering with one another.
Java Remote Method Invocation (RMI)
Expressions
synchronized
implements
30. 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.
throws
short
Jini Technology
Java virtual machine
31. 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
DTD (Document Type Definition)
JSP
JavaSafe
Servlet workings
32. Includes a new tag library into page - allows use of tags in page
extends
Tag Library Directive element
volatile
Java Database Connectivity (JDBC)
33. A class that wraps primitives - Integer or Boolean...
return
Declarations
wrapper class
throws
34. 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.
if
Include Directive element
Java Remote Method Invocation (RMI)
continue
35. A library than enables CORBA objects to locate and communicate with one another.
while
ORB (Object Request Broker)
assert
DTD (Document Type Definition)
36. A software development environment for writing applets and application in Java .
char
jsp:plugin (uses jsp:params and jsp:fallback)
Page Directive element
JDK (Java Development Kit)
37. 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.
float
volatile
Java Media Framework
Java Compatibility Kit (JCK)
38. Indicates that a variable or class or method can be used by any other Java code.
Java Native Interface
Java Database Connectivity (JDBC)
Servlet Chaining
public
39. 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
OTS (Object Transaction Service)
JavaSpaces
enum
MVC Architecture
40. Introduces statements that are executed when the condition in an if statement isn't true.
interface
char
else
implements
41. Indicates that a value is a character (a single letter or digit or punctuation symbol and so on) stored in 16 bits of memory.
JavaCheck
JAR (Java Archive)
Page Directive element
char
42. A set of APIs that assists with the interfacing to multiple naming and directory services.
Java Remote Method Invocation (RMI)
synchronized
Java Naming and Directory Interface (JNDI)
IIOP (Internet Inter-ORB Protocol)
43. 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 Compatibility Kit (JCK)
Java Interface Definition Language (IDL)
OS principal
Page Directive element
44. Reuses the functionality from a previously defined interface.
JavaSafe
implements
case
Java Foundation Classes (JFC)
45. A special Java servlet-aware web server process.
try
Servlet container
transient
abstract
46. Introduces a class
protected
JavaScript
class
public
47. Tells the computer to follow one of many possible paths of execution (one of many possible cases) depending on the value of an expression.
byte
switch
Servlet Aliasing
Servlet
48. Indicates that a value is either true or false in the Java sense.
long
boolean
Java Database Connectivity (JDBC)
Servlet workings
49. 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).
Java virtual machine
for
finally
if
50. Indicates that a variable or method belongs to a class rather than to any object created from the class.
for
static
strictfp
abstract
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