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.
Questions
AWT stands for Abstract Window Tools
- True
- False
CORBA stands for Common Object Request Broker Architecture
- True
- False
EJB stands for Extensible JavaBean
- True
- False
JAAS stands for Java Authentication and Authorization Service
- True
- False
JAR stands for Java Activation Runtime
- True
- False
JAXP stands for Java API for XML Processing
- True
- False
JDBC stands for Java Database Connection
- True
- False
JFC stands for Java Foundation Classes
- True
- False
JMX stands for Java Management XML
- True
- False
JMS stands for Java Message Service
- True
- False
JNDI stands for Java Network and Directory Interface
- True
- False
JRE stands for Java Runtime Engine
- True
- False
JSP stands for JavaServer Pages
- True
- False
JVM stands for Java Virtual Method
- True
- False
RMI stands for Remote Method Instance
- True
- False
SDK stands for Software Development Kit
- True
- False
JSF stands for JavaServer Faces
- True
- False
JTA stands for Java Transport API
- True
- False
JSTL stands for Java Stanadard Tag Library
- True
- False
Which is true?
- "X extends Y" is correct if and only if X is a class and Y is an interface
- "X extends Y" is correct if and only if X is an interface and Y is a class
- "X extends Y" is correct if X and Y are either both classes or both interfaces
- "X extends Y" is correct for all combinations of X and Y being classes and/or interfaces