Difference between Encapsulation and Abstraction.
Java Trainee Interview Questions
30,898 java trainee interview questions shared by candidates
- Why do you want change company ? - What are your ambitions
Algorithm for minimum cost to complete maze.
Find a loan from a pool of lenders and provide the most optimal combination based on interest rate
Round 2 - Where do you put all the properties of your application for Spring Boot?
JVM Architecture. All interfaces in collection. casting hashmap and hashtable diff. in one line. this much only.
What is the internal working of Map
Find the average marks of students for each department
Input: int set1[] = {12, 34, 11, 9, 3} int set2[] = {7, 2, 1, 5, 7} Find if the given sets are disjoint sets(there should not be any common element)
Circuit breaker implementation in Java: The service A calls service B and service C every time. If one service fails 3-times in 10 minutes ( or 20 seconds in the implementation) the next call will be blocked for 5 minutes (10 seconds in the implementation). There was given a simulation of remote method calls, I needed to implement only the execute() which calls the remote service if possible.
Viewing 2571 - 2580 interview questions