Home > Java Programming > Quizzes > Java Programming Basics
Java Programming Basics
Fast practice, instant feedback. Timer auto-submits when time’s up.
Avg score: 31% Most missed: “Indicates that a value is a character (a single letter or digit or punctuation s…”
Java Programming Basics
Time left 00:00
25 Questions

1. A lock that can be counted - i.e. how many times a resouce has been accessed and locked

2. Basic code block of a JSP page

3. Indicates that a variable or method can be used only within a certain class.

4. A class that wraps primitives - Integer or Boolean...

5. Indicates that a value is a 64-bit whole number.

6. 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.

7. 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

8. A special Java servlet-aware web server process.

9. Introduces a class

10. 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

11. A technology that provides distributed persistence and data exchange mechanisms for code in Java.

12. Similar to the include Directive but can pass information to the included resource

13. A portable platform-independent reusable component model. A component that conforms to this model is called a bean.

14. Ends execution of a method and possibly returns a value to the calling code.

15. 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.

16. Forces the abrupt end of the current loop iteration and begins another iteration.

17. A tree of objects with interfaces for traversing the tree and writing an XML version of it as defined by the W3C specification.

18. Introduces statements that are executed when something interrupts the flow of execution in a try clause.

19. Enables the programmer to abbreviate the names of classes defined in a package.

20. A description of the structure and properties of a class of XML files.

21. Introduces a path of execution to take when no case is a match in a switch statement.

22. In the Java programming language specification - describes a floating point number that holds 64 bits of data. See also single precision.

23. An opensource Java Application Server

24. Indicates that a value is an 8-bit whole number.

25. Reuses the functionality from a previously defined interface.