how u do unit testing?
Answers were Sorted based on User's Feedback
Answer / davis
every single entity of a software is tested individually in
unit testing before they r integrated together...
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / gajendra
We can use the following tool for unit testing
i.e JUnit.
It is an opensource framework .Check with junit.org
| Is This Answer Correct ? | 2 Yes | 1 No |
What is the reason behind using constructors and destructors?
What is difference between array and vector?
Why ArrayList class is not a synchronized class and why it is not a thread safe class? explain
What is singleton service?
How do you declare an array in java?
What are "class access modifiers" in Java?
What is difference between string and new string?
What is the difference between a public and a non-public class?
How many JVMs can run on a single machine and what is the Just-In-Time(JIT) compiler?
what is template design pattern?
What is return code?
What are the differences between abstract class and interface?