Java
In what situations and for what purposes do you use interfaces in your development?
What is the difference between HashMap and WeakHashMap in Java?
Have you used the WITH clause in your PostgreSQL queries for temporary tables or common table expressions?
How can package-private access be combined with encapsulation in Java?
Is it possible to execute the start method twice in a row within a single thread?
What is the difference between primitive and reference data types?
What is the difference between HashMap and HashSet?
What are the advantages of using JDBC?
What is the structure of a web project?
What is a ResultSet and how is it used in Java?
What is method idempotency?
What garbage collectors (Garbage Collector) do you know?
What is the complexity of searching for an element in a LinkedList?
What is the essence of the Builder design pattern?
What is an ArrayList?
What are the ways to handle data in Java?
Why is throwing RuntimeException considered bad practice?
When should DOM, SAX, and StAX parsers be used?
What is the purpose of the ServletResponse interface?
What is the difference between Spring Data and Hibernate?