Ashmeet KaurSoftware DevelopementPhases of Software Development ⇥Developement →firstly the dev needs to be done ⇥SCM->The developers push their code to repo. ⇥Build->The…Aug 31, 2023Aug 31, 2023
Ashmeet KaurSpring Boot with JPA and hibernateHow can we Autoincreement id without using Autoincreement in create Command?Aug 4, 2023Aug 4, 2023
Ashmeet KaurJPAJPA is nothing but Java Persistent API/Interface.For Example It has defined some Operation and functions which can be done on DB. Hibernate…Apr 2, 2023Apr 2, 2023
Ashmeet KaurHeaps/HashMapsHeap is a datastructure which returns maximum/minimum in least time complexity. ♦️Heap basically will return the min/max value in O(n)…Mar 18, 2023Mar 18, 2023
Ashmeet KaurMVCModel view Controller you can call it as a architecture. a).Controller-Api calling u can write here . b)Service-Business logic…Mar 3, 2023Mar 3, 2023
Ashmeet KaurSpringBoot with DataBasesLets understand first that why we use Database .Feb 13, 2023Feb 13, 2023
Ashmeet KaurLinked ListProperties 1). Basically Linked list does not have to be contiguous location whereas arrays does have a contiguous location. 2). Every…Feb 2, 2023Feb 2, 2023
Ashmeet KaurObservation while doing CP Question1).if the string is 100001 or 011110.we can says that number of subsequence of 10 and 01 is same . a).In 100001->10,10,10,10 is same as…Jan 28, 2023Jan 28, 2023
Ashmeet KaurHas PathTime Complexity-O(V+E). Space Complexity-O(V+E). For more understanding visit my solution…Jan 25, 2023Jan 25, 2023