Test Questions
- List the main components of the Java SE platform.
- What are classes
BigInteger
andBigDecimal
? - What is JCF? What standard interfaces does JCF provide?
- What are the benefits of using the Stream API?
- How is unit testing implemented in Java?
- What are the means of build automation tools?
- What are tools of logging??
- What is internationalization and localization and how is it implemented in Java?
- What is event-driven programming and how is it implemented in Java?
- What is the JavaFX library and what are its advantages compared to previous similar libraries?
- What is FXML and what are the benefits of using it?
- What is MVC?
- Define reflection.
- How the classes are loaded in Java?
- Define JDBC. What is a JDBC driver?
- What are threads and how they are implemented in Java?
- How to pause, resume and interrupt execution flow?
- By what means can synchronization of threads be carried out?
- What is the usage of
synchronized
modifier? - What is safety in terms of multithreading?
- Which container classes provide thread safety?