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 |
Where are the card layouts used?
What happens when you invoke a thread’s interrupt method while it is sleeping or waiting?
Can we rethrow the same exception from catch handler?
What is functional interface in javatpoint?
how to identify duplicate values in arraylist
Can we create a constructor in abstract class?
Can this keyword be used to refer static members?
Explain difference between final, finally and finalize?
What is navigable map in java?
This is my code i have a doubt class ab implements a,b { public void add() { System.out.println("Hi") } } interface a { public void add(); } interface b { public void add(); } in this code i have two interface implemented in the class has same method.just i want to know which method of interface implemented in the class. interface a or interface b? confused me .
what is an object and how do you allocate memory to it?
Give us the name of the list layoutmanagers in java?