I was asked this question by one of my superiors. The usual operations we do on database table from Service layer in java is Create, Update, Retrieve, Delete. These operations are basically services, so is that is the reason why they call it as Service layer also can we call all the CRUD operations as service methods?
↧