Interface vs abstract class , what is encapsulation
Java Consultant Interview Questions
30,813 java consultant interview questions shared by candidates
core Java, the diff between HashMap and HashTable
Sabes que es Spring y para que se usa?
Que es el polimorfismo en Java?
If you have two managers and each of them are requesting you to give priority to a different item, what would you do?
Version control
Basics of the programming languages u know and java questions
stack, multithreading and other java basic questions]
What is the difference between HashMap & HashTable?
Implement a rate limiter that upon construction is given an integer representing the number of times a target resource is accessible during a fixed 1-minute time window. The interface would declare a single method: boolean canAccess() that would return true if a resource can be accessed immediately during the current time window, false otherwise. Additional requirements: * You can't use any helper thread to maintain state. * Must maintain time complexity of O(1) * Must be thread safe.
Viewing 3111 - 3120 interview questions