INFOSYS || Selected || Core Java || Spring boot || Microservices || Real Time Java Interview

preview_player
Показать описание
Real time interview for Infosys .
Рекомендации по теме
Комментарии
Автор

Which organisation you have joined after these many interviews. 🤔

theshivrajofficial
Автор

Little funnier answer boss !
Interviewer:->tell me the difference between mock and inject mock annotations?
Candidate:->mock means it's mock the object and injectmocks means inject mock object 😂😂😂 😊👍

pratapjavasingh
Автор

Let's say in EmployeeService.java class we have code like this,

@Autowire
private EmployeeDao dao;

Then, in EmployeeServiceTest.java junit class, we should be doing,

@InjectMock
private EmployeeService empService;

@Mock
private EmployeeDao empDao;

shankars