As a developer what steps do you take to improve the
performance?
Answer Posted / sagar chavan
To improve the performance. Apply indexes on tables accordingly. Instead of using heavy queries creates stored procedures. Use identity columns and triggers wherever applicable.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
Explain different types of thread priorities ?
How objects are stored in java?
what is the difference between a threads start() and run() methods? : Java thread
Is final static java?
What is the size of a string in java?
What initialize variables?
When is the arraystoreexception thrown?
what is the difference between Object Based Language and Object Oriented Language?
what is a thread pool in java and why is it used?
What is memory leak and how does java handle it?
List types of storage classes in java?
Explain notifyall() method of object class ?
Why method overriding is used?
2) Suppose there are 5 directories having lot of files (say txt files) in each directory. 2 things :- 2.1) You want to search for filenames which have a particular pattern. 2.2) Out of these filtered files you want to search for a particular keyword or a search string. How can you achieve this?
What is strings in java?