Java
Where is the @Bean annotation used?
To which constructs in Java can the static modifier be applied?
What locks occur in PostgreSQL when creating a unique index on a column? How does PostgreSQL create and modify records (MVCC)?
Can I implement an enhanced for-each loop for my object?
What is the main idea of error handling in Java?
What are frames in the context of Java?
Why are static blocks used in Java?
How to implement lazy initialization of the Singleton pattern?
What is JDK?
What are the main principles of encapsulation in object-oriented programming?
What is a web server?
What is Inversion of Control?
What is the average-case time complexity of searching for an element in a HashMap?
What is a dispatcher roulette?
How are signed integers represented in binary system?
What tools or libraries are used to form database queries?
What is a Named Query in Hibernate?
What subclasses of the InputStream class do you know and what are they used for?
How can you catch a UserNotFoundException and redirect the user to the registration page?
Have generics always existed in Java?