Java
What is the difference between the keywords final, finally, and the finalize method in Java?
Can developers manage garbage collection and memory parameters in Java?
What is the access speed to the last element in ArrayList?
Provide examples of creational design patterns.
Is it possible to implement multiple Singleton instances when using Spring for a single class?
What is the purpose of the String Pool in Java?
What methods exist for sending data from client to server?
What is Spring context?
What is sequential consistency?
How is a string implemented in Java 'under the hood'?
What are literals in Java?
What is LocalDateTime in Java?
How does the JVM manage automatic garbage collection of unused objects?
What is JPA (Java Persistence API)?
What are the basic synchronization methods in Java?
What is a one-to-one relationship?
Is it possible to continue executing code after an exception occurs and is handled?
What is the estimated memory required to store a single byte primitive in a LinkedList data structure?
What is an absolute and relative path in the context of file systems?
What is the role of a foreign key in a relational database?