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. Gets the computer to repeat some statements over and over again (for instance a certain number of times).
for
throw
new
JavaSpaces
2. Useful only for small sites
volatile
Page-centric architecture
jsp:include Action element (with jsp:param)
case
3. Includes a file in the page
implements
Include Directive element
class
Servlet container
4. Indicates that a method or constructor may pass the buck when an exception is thrown.
throws
Java Remote Method Invocation (RMI)
boolean
Java Native Interface
5. Creates a new exception object and indicates that an exceptional situation (usually something unwanted) has occurred.
super
synchronized
Java Development Kit (JDK)
throw
6. A library than enables CORBA objects to locate and communicate with one another.
continue
OS principal
implements
ORB (Object Request Broker)
7. Includes a new tag library into page - allows use of tags in page
JBossn
byte
Tag Library Directive element
Semaphore
8. 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.
strictfp
DOM (Document Object Model)
Page-centric architecture
JavaScript
9. A software development environment for writing applets and application in Java .
JDK (Java Development Kit)
package
Java Interface Definition Language (IDL)
JAR (Java Archive)
10. An extension that adds graphical user interface class libraries to the Abstract Windowing Toolkit (AWT).
Java Foundation Classes (JFC)
short
const
synchronized
11. Indicates that if and when an object is serialized a variable's value doesn't need to be stored.
strictfp
transient
Java Native Interface
jsp:forware Action element (with jsp:param)
12. A standard programming interface for writing Java native methods and embedding the JVM into native applications. The primary goal is binary compatibility of native method libraries across all JVM implementations on a given platform.
short
strictfp
Java Native Interface
enum
13. Creates a subclass
interface
extends
Java Platform
return
14. A protocol used for communication between CORBA object request brokers.
JSP Beans
JavaSafe
class
IIOP (Internet Inter-ORB Protocol)
15. Indicates that a variable or class or method can be used by any other Java code.
instanceof
public
Java Interface Definition Language (IDL)
void
16. Introduces statements that are executed when the condition in an if statement isn't true.
else
jsp:include Action element (with jsp:param)
protected
double precision
17. Introduces an interface which is like a class but less specific.
Scriptlets
Java Interface Definition Language (IDL)
interface
static
18. Enables the programmer to abbreviate the names of classes defined in a package.
Java Platform
Page-centric architecture
import
throw
19. Enables the programmer to use code that was written in another language (one of those awful languages other than Java).
jsp:plugin (uses jsp:params and jsp:fallback)
wrapper class
native
break
20. 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.
CORBA
Java Remote Method Invocation (RMI)
long
const
21. Two Servlet API packages: javax.servlet.* ___________
protected
javax.servlet.http.*
Java Media APIs
void
22. A class that wraps primitives - Integer or Boolean...
implements
wrapper class
POA (Portable Object Adapter)
final
23. Sets attributes and properties specific to the current JSP page
Page Directive element
final
catch
double precision
24. CRUD: Create - Retrieve - ________ - Delete
Declarations
transient
public
Update
25. A definition of the interfaces that permit CORBA objects to participate in transactions.
jsp:plugin (uses jsp:params and jsp:fallback)
else
OTS (Object Transaction Service)
JAR (Java Archive)
26. 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.
synchronized
DTD (Document Type Definition)
Java Media APIs
final
27. Indicates that a value is a 16-bit whole number.
package
short
Java Development Kit (JDK)
implements
28. 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)
new
do
double
29. Creates a newly defined type
protected
enum
Java Applet Definition
import
30. A set of APIs that assists with the interfacing to multiple naming and directory services.
Java Naming and Directory Interface (JNDI)
Servlet Chaining
Java virtual machine
MVC Architecture
31. Reuses the functionality from a previously defined interface.
implements
while
jsp:forware Action element (with jsp:param)
char
32. Indicates that the details of a class or a method or an interface are given elsewhere in the code.
JavaBeans
long
abstract
throws
33. Introduces statements that are watched (during runtime) for things that can go wrong.
try
public
Update
JAR (Java Archive)
34. Ends execution of a method and possibly returns a value to the calling code.
JSP
Java Compatibility Kit (JCK)
DTD (Document Type Definition)
return
35. Indicates that a variable or method belongs to a class rather than to any object created from the class.
double precision
static
Semaphore
Java Naming and Directory Interface (JNDI)
36. Puts the code into a package
protected
Java virtual machine
Java Media APIs
package
37. An opensource Java Application Server
Java Compatibility Kit (JCK)
Tag Library Directive element
Java Applet Definition
JBossn
38. Creates an object from an existing class.
interface
Java Database Connectivity (JDBC)
JavaSafe
new
39. 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 Database Connectivity (JDBC)
interface
instanceof
strictfp
40. Indicates that a method doesn't return a value.
Jini Technology
JSP
JavaBeans
void
41. A tree of objects with interfaces for traversing the tree and writing an XML version of it as defined by the W3C specification.
DTD (Document Type Definition)
Jini Technology
DOM (Document Object Model)
Java Development Kit (JDK)
42. A special Java servlet-aware web server process.
JSP Beans
Servlet container
Java Database Connectivity (JDBC)
public
43. Allows us to invoke more than one servlet in sequence when the URL is opened with a common servlet alias.
JavaSafe
Servlet Aliasing
double
char
44. Indicates that a variable or method can be used in subclasses from another package.
continue
enum
protected
OS principal
45. Evaluates interior code to a String and feeds it to the implicit "out" print writer (JspWriter) - done at time of JSP page request
Java virtual machine
Expressions
Jini Technology
int
46. 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.
implements
Jini Technology
package
Java Database Connectivity (JDBC)
47. Tests to see whether a condition is true. If it's true the computer executes certain statements; otherwise the computer executes other statements.
JBossn
CORBA
if
Expressions
48. A portable platform-independent reusable component model. A component that conforms to this model is called a bean.
strictfp
JavaBeans
throws
short
49. The output of one servlet act as a input to another servlet.
else
Jini Technology
Java Native Interface
Servlet Chaining
50. 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.
Tag Library Directive element
DOM (Document Object Model)
JavaSpaces
Servlet
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