ua

Test Questions

  1. List the main components of the Java SE platform.
  2. What are classes BigInteger and BigDecimal?
  3. What is JCF? What standard interfaces does JCF provide?
  4. What are the benefits of using the Stream API?
  5. How is unit testing implemented in Java?
  6. What are the means of build automation tools?
  7. What are tools of logging??
  8. What is internationalization and localization and how is it implemented in Java?
  9. What is event-driven programming and how is it implemented in Java?
  10. What is the JavaFX library and what are its advantages compared to previous similar libraries?
  11. What is FXML and what are the benefits of using it?
  12. What is MVC?
  13. Define reflection.
  14. How the classes are loaded in Java?
  15. Define JDBC. What is a JDBC driver?
  16. What are threads and how they are implemented in Java?
  17. How to pause, resume and interrupt execution flow?
  18. By what means can synchronization of threads be carried out?
  19. What is the usage of synchronized modifier?
  20. What is safety in terms of multithreading?
  21. Which container classes provide thread safety?

 

up