1) What are stream and collection stream
2)How to create custom immutable class?
3)Can we override static method and why?
4)Hashmap and LinkedHashmap Difference?
5)What is concurrentHashmap?
6)Difference between ArrayList and LinkedList and in what scenarios the are preffered to be used?
7)What are different HTTP methods?
8)What are Object methods?
9)Which Junit version you have worked on?
10)Anotations in Junit?
11)In what scenario you use @BeforeAll?
12)Git commands you have used?
13)What branching strategy you have used in your previous project?
14)If we make some changed in local repository what wll be the first command that we will execute?
15)Do you have any idea on SonarQube?
16)Check if the given smaller string is substring of larger string without using inbuilt methods.
17)Java code for most occuring character in a string?