Java Spring Boot Interview | 2+ Years Experience

preview_player
Показать описание
This Video contains:
java spring boot interview questions for 2 years experience
java mock interview for 2 years experience
java mock interview for experienced
Java Spring boot interview
Core Java Interview
spring boot mock interview
spring boot interview questions and answers
java interview questions and answers

Whoever is interested in the Free Mock Interview Program for practice, please fill out the participation form below:
Рекомендации по теме
Комментарии
Автор

Whoever is interested in the Free Mock Interview Program for practice, please fill out the participation form below:

genz-career
Автор

garbage collection is responsible for destroy the un referenced object and no longer used object.. when program run with low memory then jvm immediately run with garbage collector.. get free space... internally some daemon threads are running . different ways to make eilibility to garbage collecotor

maheshr
Автор

hashset is underying data structur is hashtable.. object will inserted based on hashcode of object.. insertion order not preserved.. null insertion is possible hash set is best choice our frequent operation is search operation

treeset underying data structure is balancetree.. all object will insert based on some sorting either natural sorting or customized sorting, default natural sorting all object should be homogenous and comparable.. other wise will get classcastexception... different object are allowed then we should go for customized sorting.. but we should override hashcode and equals method otherwise set allow deuplicates.

maheshr
Автор

LinkedList is underlying data structure is doubly linkedlist and linkedlist best choice for our frequently operation is updation or deletion in middle. because data not store in single location, stored in diffenrent location that means node based...

maheshr
Автор

hashmap --- any data collision happend then it will store same node and consider as linked list but certain threshold it will converted into balancetree mechanism. ---- this java 8 feature

maheshr
Автор

Questions asked by you in last part of interview were great sir!! I thought i know good amount of spring boot but i was unable to answer any of them like how to remove specific auto configuration, performance, etc.

_harshitagarwal
Автор

HashMap follow data structure is hash table..

maheshr
Автор

Garbage collector is used to remove unused objects in the ram and avoid overflow of memory

CinematicThrillsMovi
Автор

Which company bro? Can i get referral for 2 years java developer. I can only find 3+ years

invisibler
Автор

please eek video coding questions par bana dijiye... sirf questions ke naam b chalange...no need of codes

harshpradhan
Автор

Optional class i: manly avoid the unpredictable nullpointexceptions

maheshr
Автор

Sir, are you asking tough questions or same level of questions being asked in mncs for 2 years of experienced candidate?
I have 1.9 years of experience should I expect same level of questions or some what easy ones?

Please reply

yashupadhyay
Автор

Most of the questions answered by him regarding spring are wrong. And it also seems like the guy is using his phone to answer core java questions.

_harshitagarwal
Автор

He is too much bettar than 4-5 yrs exp dev

Black_hacker-mjro