coding questions related to string manipulation
Java Junior Interview Questions
4,077 java junior interview questions shared by candidates
Remove Duplicates You are passed a list of elements, return the same list BUT if an element if present more than once, then only include the LAST copy i.e earlier copes are skipped. For example [a, b, a, b, c, d, d, e, a, d] -> [b, c, e, a, d] NOTE: a comes 2nd last because although it is first, it’s last copy is just before d. Hint: Using arrays is very difficult, try using java.util.ArrayList or java.util.LinkedHashSet
what do you know about AQS in java
Abstraction encapsulation polymorphism DBMS Spring boot JDBC connectivity Ooops
What is the hierarchy of exceptions? What is try, catch, finally? Explaining code.
explain about OOP's concept with examples
about java 8 feature ,stream api
¿Has tenido como mínimo 6 meses de experiencia usando Java?
Same things as mentioned in other reviews - basic Java questions.
Behaviour questions, multi threading experience in Java, exceptions
Viewing 3781 - 3790 interview questions