As a developer what steps do you take to improve the
performance?
Answers were Sorted based on User's Feedback
Answer / ashokmail.java@gmail.com
1) Memory management.
2) Data tranfer.
3) Security.
4) Reusablity and Updateable
| Is This Answer Correct ? | 4 Yes | 0 No |
Answer / 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 |
Answer / priyanka
You may improve performance by creating views and indexes on
tables in database
| Is This Answer Correct ? | 0 Yes | 1 No |
What is the type of lambda expression?
Which keyword specify that a variable is effectively final ?
Is linkedlist thread safe in java?
Write a code to show a static variable?
Consider that class classA, abstract class classB, and final classC have been defined.Which one of the following is correct? 1. classA extends classC implements classB 2. class A extends classB, classC 3. classA extends classB 4. classB implements classC
If an object is garbage collected, can it become reachable again?
What are the two ways in which thread can be created?
Which method you will use to create a new file to store some log data. Each time a new log entry is necessary, write string to the file in java ?
What do you understand by a Static Variable?
What is split return?
when everything can be done by static block then why do we use main method?.
Write a program to reverse a number in java?