Difference between heap/stack
Entry Level Software Developer Interview Questions
800 entry level software developer interview questions shared by candidates
Questions related to Java and a project of mine.
Read the following javascript/java/kotlin (your choice) code and tell us the output. Talk about it line by line. (code has a hash table with (month, day) pairs which uses filter to find which months have less than 30 days, and we use map to only get the days. We have an if statement checking if we have any days over 31, does it print anything?) What needs to be changed in the if statement to not break? Does the if statement print for this example?
How would you build X, with what and why?
Explain polymorphism
Explain MVC
What is the difference between abstract and interface?
What is a WHERE and HAVING clause?
How do you insert an image in HTML?
What is the difference between a static variable and a final variable?
Viewing 581 - 590 interview questions