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 |
How will you override default serialization mechanism in java
What is the purpose of the finalize() method?
Is it possible to define a method in java class but provide it’s implementation in the code of another language like c?
Can we convert list to set in java?
Is it necessary for the port addresses to be unique? Explain with reason.
What is the difference between this() and super()?
which one the better thread emplemented thread or extended ?
Explain Stream Tokenizer?
Explain the difference between map and flatmap stream operation?
Can singleton class be serialized?
How to find the largest value from the given array.
What is the current version of java?