How will you make performance better for application including
front end and back
Answer Posted / kexcaliber
Build most of the services for the application in the backend so that this reduces the data transactions and computation is much faster also write service that are service specific i.e Data Encapsulation
Implement OOPS based concepts
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
What is the difference between partition and index?
how to include comments in sql statements? : Sql dba
what is error ora-03113: end-of-file on communication channel?
Differentiate between % rowtype and type record.
How to call a javascript function from pl sql?
What does subquery mean in sql?
What is orm in sql?
what is oracle database ? : Sql dba
what is a cursor? : Sql dba
Differentiate between sga and pga.
What are the differences between in and exists clause?
What are the types of index in sql?
what is a join? : Sql dba
What is difference between stored procedure and trigger?
What does count (*) do in sql?