Sobes.tech

How does the JVM manage automatic memory release and garbage collection of unused objects?

Junior — Middle
269

What are the differences between using HashMap with synchronized methods and using ConcurrentHashMap in a multithreaded environment?

267

Explain the concept of full locking in database management and its features.

Junior — Middle
248

What behavior manifests in a program if a function calls itself without exit conditions?

Junior — Middle
231

Can the implementation of a static method in a subclass be changed by overriding it?

Junior — Middle
221

Have you had experience using the java.util.concurrent library for thread management and synchronization?

Junior — Middle
217

Which dependency injection method for Beans in Spring is considered most recommended?

Junior — Middle
209

Is it possible to change the return type of a method when overloading it if the methods have the same parameter list?

Junior — Middle
206

How do static methods in object-oriented programming differ from methods overridden in subclasses?

Junior — Middle
201

Have you used parallel streams in Stream API for data processing?

Junior — Middle
201

Why is it recommended to override the equals and hashCode methods simultaneously in Java?

Junior — Middle
198

How does initialization and addition of elements occur in the JVM stack?

Junior — Middle
195

Should the equals method be overridden in JPA entities to ensure correct object comparison?

Junior — Middle
195

Is it necessary to implement the hashCode method in JPA entities to ensure correct operation in collections?

Junior — Middle
194

What exactly does the garbage collector free: heap memory area or stack?

Junior — Middle
194
/2