Is it possible to test a specific part of a method when writing a unit test?
Java
Can you explain what DDL means in the context of SQL and what it is used for?
What changes have been made to the handling of NullPointerException in Java from version 11 to 17?
What components are included in the Java Memory Model (JMM)?
What is the purpose of a Consumer Group in Apache Kafka?
Can you explain the internal structure and operation of the AtomicInteger class in Java?
Have you used API Gateway in your previous project?
What type of isolation level should be used for a user table if each user has the right to modify only their records, and an administrator can modify any data?
Is it possible to implement a proxy object for a regular class without using Spring framework tools?
How to implement a method for comparing objects to determine their equality in a programming language?
How can loose coupling of components be ensured during refactoring?
How is the Heap memory area structured in the JVM and what components does it include?
What is the role of the hashCode method in working with collections and hash data structures?
Can this code be considered valid if the test passed successfully before and after the changes?
What data type is usually used to create a linked list?
Can you name the main types of indexes used in databases?
How does the compiler recognize and verify the compliance of an interface marked as functional?
Have you participated in a project using pure Kubernetes?