educative.io

What is meant by business logic of the application?

The UI and business logic reside on the same machine in the two-tier application. What is business logic mentioned here?

Hey @Ankit_Gupta!
Business logic handles the exchange of information between the database and user interface.

@Ankit_Gupta Business logic means the logic in your code that governs how your app will behave.