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. 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
JavaCheck
do
JBossn
Java Applet Definition
2. Introduces an interface which is like a class but less specific.
jsp:plugin (uses jsp:params and jsp:fallback)
implements
interface
JavaBeans
3. 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).
double precision
switch
try
Java virtual machine
4. Includes a file in the page
while
DTD (Document Type Definition)
for
Include Directive element
5. Forces the abrupt end of the current loop iteration and begins another iteration.
continue
native
Servlet
Tag Library Directive element
6. Sets attributes and properties specific to the current JSP page
void
Page Directive element
Java virtual machine
strictfp
7. Creates a newly defined type
Java Media Framework
Java Remote Method Invocation (RMI)
enum
Java Naming and Directory Interface (JNDI)
8. Keeps two threads from interfering with one another.
const
instanceof
synchronized
Page-centric architecture
9. Indicates that the details of a class or a method or an interface are given elsewhere in the code.
Java Foundation Classes (JFC)
break
abstract
JavaScript
10. A software development environment for writing applets and application in Java .
Java Foundation Classes (JFC)
do
JDK (Java Development Kit)
throw
11. A set of APIs that assists with the interfacing to multiple naming and directory services.
protected
Java Naming and Directory Interface (JNDI)
Java Remote Method Invocation (RMI)
volatile
12. 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.
Java Platform
Jini Technology
this
Java Database Connectivity (JDBC)
13. A self-reference
double
double precision
this
Java Native Interface
14. Similar to the include Directive but can pass information to the included resource
jsp:include Action element (with jsp:param)
ORB (Object Request Broker)
JSP Beans
Page-centric architecture
15. A portable platform-independent reusable component model. A component that conforms to this model is called a bean.
class
char
JavaBeans
JavaSafe
16. A protocol used for communication between CORBA object request brokers.
CORBA
Java Platform
catch
IIOP (Internet Inter-ORB Protocol)
17. Enables the programmer to abbreviate the names of classes defined in a package.
import
char
ORB (Object Request Broker)
else
18. 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.
transient
const
new
JDK (Java Development Kit)
19. Tests the truth of a condition that the programmer believes is true.
Servlet Chaining
double precision
JavaSafe
assert
20. Useful only for small sites
float
Page-centric architecture
finally
Java Runtime Environment (JRE)
21. Indicates that a variable or method can be used in subclasses from another package.
Java Development Kit (JDK)
protected
javax.servlet.http.*
private
22. 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)
synchronized
int
OTS (Object Transaction Service)
23. Indicates that a value is a 64-bit number with one or more digits after the decimal point.
JSP
static
double
char
24. Puts the code into a package
DOM (Document Object Model)
jsp:plugin (uses jsp:params and jsp:fallback)
instanceof
package
25. An extension that adds graphical user interface class libraries to the Abstract Windowing Toolkit (AWT).
Semaphore
Java Foundation Classes (JFC)
Update
switch
26. Two Servlet API packages: javax.servlet.* ___________
synchronized
Jini Technology
javax.servlet.http.*
catch
27. 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 container
Servlet
JSP
double
28. Tests to see whether a certain object comes from a certain class.
int
Java Naming and Directory Interface (JNDI)
instanceof
DOM (Document Object Model)
29. 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.
Java Remote Method Invocation (RMI)
Servlet Aliasing
Java virtual machine
Java Runtime Environment (JRE)
30. 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
goto
Java Remote Method Invocation (RMI)
while
JAR (Java Archive)
31. Indicates that a variable or method belongs to a class rather than to any object created from the class.
Java Interface Definition Language (IDL)
MVC Architecture
import
static
32. Gets the computer to repeat some statements over and over again (for instance a certain number of times).
JBossn
implements
for
Java Media APIs
33. A lock that can be counted - i.e. how many times a resouce has been accessed and locked
Servlet Aliasing
Java Media Framework
Semaphore
throw
34. A library than enables CORBA objects to locate and communicate with one another.
ORB (Object Request Broker)
package
Include Directive element
if
35. Introduces a class
throws
try
class
import
36. 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.
finally
switch
short
Java Native Interface
37. Jumps out of a loop or switch.
Page-centric architecture
for
break
Java Media APIs
38. A principal native to the operating system on which the Java platform is executing.
OS principal
throws
Servlet workings
JSP
39. Includes a new tag library into page - allows use of tags in page
throws
MVC Architecture
JBossn
Tag Library Directive element
40. Introduces the last will and testament of the statements in a try clause.
Java Remote Method Invocation (RMI)
return
finally
continue
41. Common Object Request Broker Architecture. A language independent distributed object model specified by the Object Management Group (OMG).
continue
abstract
CORBA
Java Platform
42. Introduces one of several possible paths of execution in a switch statement.
DTD (Document Type Definition)
Java Remote Method Invocation (RMI)
case
Include Directive element
43. Consists of class libraries - a Java virtual machine (JVM) and class loader (which comprise the runtime environment) and a compiler - debugger and other tools (which comprise the development kit).
Java Platform
finally
Servlet
Java Compatibility Kit (JCK)
44. Tests to see whether a condition is true. If it's true the computer executes certain statements; otherwise the computer executes other statements.
Tag Library Directive element
Declarations
enum
if
45. A CORBA standard for building server-side applications that are portable across heterogeneous ORBs.
Java Platform
POA (Portable Object Adapter)
static
byte
46. Ends execution of a method and possibly returns a value to the calling code.
Servlet Aliasing
Java Media Framework
private
return
47. Creates an object from an existing class.
DTD (Document Type Definition)
new
double precision
JavaBeans
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.
char
goto
Java Media Framework
jsp:forware Action element (with jsp:param)
49. Indicates that a value is an 8-bit whole number.
volatile
byte
const
enum
50. Introduces a path of execution to take when no case is a match in a switch statement.
continue
ORB (Object Request Broker)
float
default