For what purposes is the UNION operator used in SQL and how does it affect the query execution result?
Java
What self-assessment do you give to your professional skills and knowledge?
Can an enumerable type implement an interface in a programming language?
If I call the toList() method on a Stream, will the result be an ArrayList or another collection type?
Have you had experience participating in an aviation hackathon or project events in this field?
What is the fundamental difference between a framework and a library in software development?
Will a new transaction be initiated when calling method b inside method a annotated with @Transactional?
Have you used the LinkedList data structure in your projects?
Could you explain what a Servlet is in the context of Java web development?
How can you guarantee the uniqueness of keys when using a HashMap data structure?
Can you explain what Metaspace in JVM is and how it differs from PermGen?
Why do you prefer to create your own exception classes instead of using standard ones?
What are the easiest methods you can use to ensure data consistency between threads?
Is it permissible for one of the columns in a composite unique key to contain a NULL value?
What are the advantages and disadvantages of using XML for configuring configuration files?
How can simultaneous modification of the same data by multiple users in a database be prevented?
What type of tree is used inside the TreeMap data structure?
How can transaction management be implemented within the Spring framework?
Explain the concept of full locking in database management and its features.