What is re-factoring in software?
Answer / Anand Tiwari
Refactoring is the process of modifying the structure of existing code to improve its design without changing its external behavior. It is done to make the code easier to maintain and understand.
| Is This Answer Correct ? | 0 Yes | 0 No |
Is it possible to make an array volatile?
What is OOP?
Why is java not 100% pure oops?
What is mvc in java?
What do you mean by flow of struts?
what is the Yield() method used in threads?
What is a method type?
extending thread class or implementing runnable interface. Which is better? : Java thread
What are the two parts of a conditional statement?
why would you use a synchronized block vs. Synchronized method? : Java thread
what is the output ? Math.floor(-2.1) a)2 b)-2 c)-3.0 d)0
What are the different access modifiers available in java?