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. Forces the abrupt end of the current loop iteration and begins another iteration.
continue
IIOP (Internet Inter-ORB Protocol)
int
if
2. Evaluates interior code to a String and feeds it to the implicit "out" print writer (JspWriter) - done at time of JSP page request
boolean
Expressions
assert
static
3. ______ 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
JSP
switch
wrapper class
finally
4. Indicates that a value is a 32-bit number with one or more digits after the decimal point.
case
synchronized
import
float
5. Indicates that a method doesn't return a value.
strictfp
JavaSafe
for
void
6. Two Servlet API packages: javax.servlet.* ___________
super
enum
JAR (Java Archive)
javax.servlet.http.*
7. A library than enables CORBA objects to locate and communicate with one another.
JavaSafe
ORB (Object Request Broker)
synchronized
boolean
8. Imposes strict rules on the use of a variable by more than one thread at a time.
volatile
this
javax.servlet.http.*
instanceof
9. A principal native to the operating system on which the Java platform is executing.
switch
Scriptlets
Tag Library Directive element
OS principal
10. Creates a newly defined type
jsp:plugin (uses jsp:params and jsp:fallback)
JavaBeans
enum
native
11. 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.
JAR (Java Archive)
Java Database Connectivity (JDBC)
JavaCheck
Java Media Framework
12. A special Java servlet-aware web server process.
Servlet container
import
char
Java Media APIs
13. Sets attributes and properties specific to the current JSP page
throws
Page Directive element
switch
Java Interface Definition Language (IDL)
14. 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.
boolean
Java Platform
goto
static
15. _______ separates Java code/functionality from page design and use of tags in JSP and allows for re-use of beans
JSP Beans
goto
void
DTD (Document Type Definition)
16. 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
Tag Library Directive element
continue
MVC Architecture
break
17. 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 Media Framework
Java Database Connectivity (JDBC)
POA (Portable Object Adapter)
Servlet
18. Allows us to invoke more than one servlet in sequence when the URL is opened with a common servlet alias.
Servlet Aliasing
Java Interface Definition Language (IDL)
JSP
Servlet container
19. Indicates that a value is either true or false in the Java sense.
boolean
Java Development Kit (JDK)
Servlet
private
20. A tool for tracking and managing source file changes - written in Java.
Java virtual machine
Scriptlets
JavaSafe
Java Applet Definition
21. Basic code block of a JSP page
catch
Scriptlets
import
Servlet container
22. 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.
JavaScript
DOM (Document Object Model)
JDK (Java Development Kit)
if
23. Similar to the include Directive but can pass information to the included resource
Java Platform
enum
POA (Portable Object Adapter)
jsp:include Action element (with jsp:param)
24. Used to terminate the execution of the current JSP page and switch control to another resource
Semaphore
Java Media Framework
Java Interface Definition Language (IDL)
jsp:forware Action element (with jsp:param)
25. 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
throw
Java Applet Definition
jsp:forware Action element (with jsp:param)
super
26. Indicates that a value is a 16-bit whole number.
double precision
JavaSpaces
char
short
27. Indicates that a variable or class or method can be used by any other Java code.
public
extends
const
assert
28. A tree of objects with interfaces for traversing the tree and writing an XML version of it as defined by the W3C specification.
DOM (Document Object Model)
Java Media Framework
JAR (Java Archive)
synchronized
29. A definition of the interfaces that permit CORBA objects to participate in transactions.
Java Database Connectivity (JDBC)
Servlet Aliasing
abstract
OTS (Object Transaction Service)
30. Indicates that a value is a 64-bit whole number.
long
this
JavaScript
class
31. Indicates that a variable or method can be used in subclasses from another package.
ORB (Object Request Broker)
protected
class
synchronized
32. Repeats some statements over and over again (as long as a condition is still true).
this
while
JSP Beans
MVC Architecture
33. Introduces one of several possible paths of execution in a switch statement.
Servlet container
MVC Architecture
case
IIOP (Internet Inter-ORB Protocol)
34. Introduces a path of execution to take when no case is a match in a switch statement.
import
int
short
default
35. Reuses the functionality from a previously defined interface.
Semaphore
int
JSP
implements
36. Keeps two threads from interfering with one another.
Page Directive element
synchronized
jsp:plugin (uses jsp:params and jsp:fallback)
package
37. Indicates that the details of a class or a method or an interface are given elsewhere in the code.
package
if
protected
abstract
38. 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
jsp:include Action element (with jsp:param)
if
DTD (Document Type Definition)
Java Interface Definition Language (IDL)
39. 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.
short
abstract
JAR (Java Archive)
Java Development Kit (JDK)
40. Includes a new tag library into page - allows use of tags in page
Servlet Aliasing
default
Tag Library Directive element
break
41. A portable platform-independent reusable component model. A component that conforms to this model is called a bean.
else
Java Development Kit (JDK)
JavaBeans
javax.servlet.http.*
42. A description of the structure and properties of a class of XML files.
DTD (Document Type Definition)
instanceof
char
CORBA
43. Indicates that a method or constructor may pass the buck when an exception is thrown.
do
JSP Beans
Java Media APIs
throws
44. Indicates that a variable or method can be used only within a certain class.
private
import
JAR (Java Archive)
Java Development Kit (JDK)
45. 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.
Servlet
Java Runtime Environment (JRE)
Servlet Chaining
Update
46. A software development environment for writing applets and application in Java .
super
Jini Technology
Java Remote Method Invocation (RMI)
JDK (Java Development Kit)
47. A CORBA standard for building server-side applications that are portable across heterogeneous ORBs.
Java Native Interface
extends
POA (Portable Object Adapter)
Java Platform
48. An opensource Java Application Server
JBossn
CORBA
Java Interface Definition Language (IDL)
long
49. 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.
Java Native Interface
Servlet workings
jsp:forware Action element (with jsp:param)
OS principal
50. Introduces statements that are executed when something interrupts the flow of execution in a try clause.
finally
catch
wrapper class
instanceof
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