1) Self intro about your Project
2)What are java 8 Features
3)What is Functional Interface
4)What is Major difference between “Runnable” and “Callable Interface”?
5)What is @transactional annotation do and if you getting any exceptions while inserting the data, what will happen then?
6) what is Concurrent Modification Exception? How it occurs?
7)What is Linkedhashmap and treemap write a code for how these works?
8)Output prediction Coding questions
9)You have an array of Integers:{1,2,3,4,5} write a code to find the second largest number of the Array