Can we have multiple inheritance in JAVA?
Java Entwickler Interview Questions
30,827 java entwickler interview questions shared by candidates
How can you fetch 1Cr rows from a database table using JDBC?
"Suppose you have two different kinds of server requests - requests that MUST be responded to in 2 seconds and cannot be resent, and requests that can be responded to in 10 seconds, but can be resent. How would you handle the priority of responding to these requests?"
Java and MySQL Base Question Collection API Concept of String in Java Concept of Inheritance Just ask have you heard about the JDBC and ODBC concept no question but just ask And from my side, Prepare Well
Find Binary GAP of zero between an integer for example integer 9 will be represented as 1001, so here binary gap of zero is 2 and so on
Solve the codility task with the best performance.
How to make HashMap object Synchronized? (without using any keyword)
Tell me about Java 8 features. After I mentioned in lambda expressions etc, he asked me, what is new with interfaces in Java-8.
Coding test online.
There is a group of n people. A serial killer comes and kills every kth person from the group and keeps on repeating this until there is only one person left and he spares the life of that person. Write an equation/algorithm which takes n and k as input and give the position of the guy who will be alive after the complete process. For eg: Let us assume there is a group of 13 (n) people and the serial killer kills every 3rd (k) person. The positions on which they are standing are marked 1 to 13. The order in which he kills will be: 3, 6, 9, 12, 2, 7, 11, 4, 10, 5, 1, 8. This way the guy on 13th positon will be saved.
Viewing 311 - 320 interview questions