Popular Core Java Interview Questions for experienced
By:Smashplus
All Questions
1. find maximum of list of numbers in java
Topic: collection
Answer:
find the maximum of a list of numbers in java using the best way, we can do it using the Collections.max(arraylist) but this is much more elegant
Complexity: intermediate
2. In a vending machine contains a set of products what are the Restful APIs you will design
Topic: programming
Answer:
Complexity: advanced
#java
# core-java