Java Technology Acronyms Quiz

Test your knowledge of Java technology acronyms including JSP, JSTL, JMS, JDBC, and more. Learn the correct names and purposes of essential Java development technologies.

20 Questions Published

Questions

Question 1 True/False

AWT stands for Abstract Window Tools

  1. True
  2. False
Question 2 True/False

CORBA stands for Common Object Request Broker Architecture

  1. True
  2. False
Question 3 True/False

EJB stands for Extensible JavaBean

  1. True
  2. False
Question 4 True/False

JAAS stands for Java Authentication and Authorization Service

  1. True
  2. False
Question 5 True/False

JAR stands for Java Activation Runtime

  1. True
  2. False
Question 6 True/False

JAXP stands for Java API for XML Processing

  1. True
  2. False
Question 7 True/False

JDBC stands for Java Database Connection

  1. True
  2. False
Question 8 True/False

JFC stands for Java Foundation Classes

  1. True
  2. False
Question 9 True/False

JMX stands for Java Management XML

  1. True
  2. False
Question 10 True/False

JMS stands for Java Message Service

  1. True
  2. False
Question 11 True/False

JNDI stands for Java Network and Directory Interface

  1. True
  2. False
Question 12 True/False

JRE stands for Java Runtime Engine

  1. True
  2. False
Question 13 True/False

JSP stands for JavaServer Pages

  1. True
  2. False
Question 14 True/False

JVM stands for Java Virtual Method

  1. True
  2. False
Question 15 True/False

RMI stands for Remote Method Instance

  1. True
  2. False
Question 16 True/False

SDK stands for Software Development Kit

  1. True
  2. False
Question 17 True/False

JSF stands for JavaServer Faces

  1. True
  2. False
Question 18 True/False

JTA stands for Java Transport API

  1. True
  2. False
Question 19 True/False

JSTL stands for Java Stanadard Tag Library

  1. True
  2. False
Question 20 Multiple Choice (Single Answer)

Which is true?

  1. "X extends Y" is correct if and only if X is a class and Y is an interface
  2. "X extends Y" is correct if and only if X is an interface and Y is a class
  3. "X extends Y" is correct if X and Y are either both classes or both interfaces
  4. "X extends Y" is correct for all combinations of X and Y being classes and/or interfaces