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.
CORBA
DOM (Document Object Model)
try
double precision
2. Keeps two threads from interfering with one another.
Page-centric architecture
synchronized
default
JavaSafe
3. Indicates that a method doesn't return a value.
class
double
package
void
4. Forces the abrupt end of the current loop iteration and begins another iteration.
package
return
goto
continue
5. 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
Java Applet Definition
MVC Architecture
private
JSP Beans
6. Imposes strict rules on the use of a variable by more than one thread at a time.
JAR (Java Archive)
class
volatile
CORBA
7. Useful only for small sites
Page-centric architecture
Servlet
package
JavaBeans
8. Basic code block of a JSP page
Java Media APIs
throw
Scriptlets
volatile
9. A library than enables CORBA objects to locate and communicate with one another.
else
abstract
ORB (Object Request Broker)
Expressions
10. Indicates that a value is a 32-bit number with one or more digits after the decimal point.
goto
javax.servlet.http.*
float
return
11. Includes a new tag library into page - allows use of tags in page
Java Runtime Environment (JRE)
Semaphore
Tag Library Directive element
extends
12. 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.
static
default
Java Database Connectivity (JDBC)
DTD (Document Type Definition)
13. An opensource Java Application Server
Java Media APIs
JBossn
Scriptlets
abstract
14. 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
wrapper class
Servlet workings
super
public
15. 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
JBossn
case
package
JAR (Java Archive)
16. Indicates that a method or constructor may pass the buck when an exception is thrown.
throws
Java Interface Definition Language (IDL)
Java Database Connectivity (JDBC)
Semaphore
17. Repeats some statements over and over again (as long as a condition is still true).
Java Media APIs
return
short
while
18. A set of APIs that assists with the interfacing to multiple naming and directory services.
Java Naming and Directory Interface (JNDI)
JSP Beans
float
JavaScript
19. Used to terminate the execution of the current JSP page and switch control to another resource
this
jsp:forware Action element (with jsp:param)
Scriptlets
import
20. 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
JavaBeans
switch
default
21. A CORBA standard for building server-side applications that are portable across heterogeneous ORBs.
POA (Portable Object Adapter)
finally
Scriptlets
strictfp
22. Causes the computer to repeat some statements over and over again (for instance as long as the computer keeps getting unacceptable results).
Page-centric architecture
do
protected
Java Compatibility Kit (JCK)
23. Indicates that a variable or method belongs to a class rather than to any object created from the class.
static
double
new
float
24. 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
enum
MVC Architecture
Servlet workings
float
25. 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.
finally
Servlet container
else
Java Remote Method Invocation (RMI)
26. 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
static
void
JAR (Java Archive)
27. Introduces a path of execution to take when no case is a match in a switch statement.
Semaphore
default
Java Media Framework
IIOP (Internet Inter-ORB Protocol)
28. 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.
double precision
char
JSP
Java Media Framework
29. Indicates that a value is a 64-bit number with one or more digits after the decimal point.
double
Semaphore
assert
Java Foundation Classes (JFC)
30. Indicates that a value is an 8-bit whole number.
byte
Servlet container
new
Java Remote Method Invocation (RMI)
31. Indicates that a value is a 16-bit whole number.
short
byte
JavaBeans
for
32. Creates a subclass
continue
Servlet Aliasing
extends
JSP
33. 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.
else
Java Runtime Environment (JRE)
enum
return
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 const variable.
private
const
ORB (Object Request Broker)
JAR (Java Archive)
35. Indicates that a value is a 32-bit whole number.
throw
int
OS principal
Java Foundation Classes (JFC)
36. In the Java programming language specification - describes a floating point number that holds 64 bits of data. See also single precision.
double precision
CORBA
POA (Portable Object Adapter)
Servlet container
37. A tree of objects with interfaces for traversing the tree and writing an XML version of it as defined by the W3C specification.
Servlet container
DTD (Document Type Definition)
DOM (Document Object Model)
float
38. A tool for tracking and managing source file changes - written in Java.
JavaSafe
ORB (Object Request Broker)
Declarations
implements
39. A principal native to the operating system on which the Java platform is executing.
OTS (Object Transaction Service)
OS principal
Expressions
DOM (Document Object Model)
40. 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.
Java Development Kit (JDK)
JavaScript
Java Applet Definition
Servlet container
41. Tests to see whether a certain object comes from a certain class.
instanceof
abstract
JavaCheck
Declarations
42. A lock that can be counted - i.e. how many times a resouce has been accessed and locked
case
Semaphore
Scriptlets
if
43. A technology that provides distributed persistence and data exchange mechanisms for code in Java.
float
ORB (Object Request Broker)
Java Media Framework
JavaSpaces
44. A special Java servlet-aware web server process.
JavaSafe
MVC Architecture
JSP
Servlet container
45. An extension that adds graphical user interface class libraries to the Abstract Windowing Toolkit (AWT).
Java Media APIs
Java Foundation Classes (JFC)
enum
super
46. Introduces statements that are executed when something interrupts the flow of execution in a try clause.
catch
package
public
Java Media Framework
47. 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.
switch
Java Media APIs
Declarations
boolean
48. 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.
Java Compatibility Kit (JCK)
goto
default
Java Development Kit (JDK)
49. ______ 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
Servlet workings
while
JSP
IIOP (Internet Inter-ORB Protocol)
50. Similar to the include Directive but can pass information to the included resource
default
jsp:include Action element (with jsp:param)
Expressions
long
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