What is a service layer in java?
Answer / Sujeet Singh
The Service Layer in Java is a part of the application logic that performs complex business operations. It sits between the Presentation Layer (UI) and Data Access Objects (DAOs). Services are responsible for interacting with DAOs to retrieve or persist data, but they don't expose this complexity to the UI layer. Instead, they provide a clean and cohesive API for the presentation layer to consume.
| Is This Answer Correct ? | 0 Yes | 0 No |
Why struts framework is used in java?
What is data persistence in java?
What is class path in java?
Is openjdk the same as jdk?
What is java ioc?
What is the use of flatmap?
How do you type the lambda symbol?
How do I install eclipse?
Can the main method be overloaded?
What is type inference? Is type inference available in older versions like java 7 and before 7 or it is available only in java se 8?
What is jpa used for?
What is class forname java?