for %%i in (C:\New_Software\quartz\lib\*.jar) do call setclasspath.bat %%i
setclasspath.bat
set classpath=%classpath%;%1
Spring boot.
How ill you do load balancing
How do you do security
Hibernate
Cascade
Cacheable Cache 1 and 2
You want to store data in the db for next 5 years but the db is not available to the end user.
Transient
Java
From a file get number of lines, words and characters.
Lambda and stream
Employee
id
dept
Find all the employees with id = 1
Design Patterns
Builder Pattern
SQL
Employee
id month year Salary
1 1 2012 1000
Print the yearly salarys for employees
id mgr EmpName
Print all the employee and their manager names