What are the approaches that you will follow for making a program very efficient?



What are the approaches that you will follow for making a program very efficient?..

Answer / Parvind Pal

Making a program efficient can be achieved through optimization techniques such as minimizing method calls, reducing memory usage, using data structures and algorithms suitable for your problem, implementing caching mechanisms, and careful handling of exceptions.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Core Java Interview Questions

What the difference is between execute, execute Query, execute Update?

1 Answers  


How to check if a list is sorted in java?

1 Answers  


What is CardLayout?

1 Answers   Infosys,


How do you check if a number is a perfect square?

1 Answers  


explain Anonynous inner class?

6 Answers   TCS,


What is diamond operator in java?

1 Answers  


what is collections in java?

4 Answers  


What is scope & storage allocation of static, local and register variables? Explain with an example.

1 Answers   IBS,


can we access the method of class without creating the object of the class

3 Answers  


Is zero a natural number?

1 Answers  


What is quick sort in java?

1 Answers  


Define immutable object?

1 Answers  


Categories