Java Execution Process + Spring dependencies(Implementation , runtimeOnly , compileOnly , annotationProcessor ) : Where Are These Dependencies Used?
Matrix Multiplication -> [2x4][3x1] = [2x1]
Initial Project Set-Up With Spring Boot and H2 DB + Trouble shooting While Accessing H2 DB +
command in Command Prompt
Practice : Composing Web Pages, Designing APIs, and Separating Domains With Reference to Previous Project : FE & BE different perspective
#Role of Annotations _ I've never considered 'Why' when using @Controller, @Service, @Repository ….
if(answer[i] == pattern[j][i %pattern[j].length]){       }   : a single line of code that got me bursted