Answer Posted / 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 |
Post New Answer View All Answers
Why main() method is public, static and void in java ?
Can we pass null as argument in java?
What state is a thread in when it is executing?
Can bool be null?
What is the main use of java?
Why does java have two ways to create child threads?
What is the difference between a window and a frame in java programming?
Is java a prime method?
What are data types in programming?
What is meant by 'bit masking' in java?
Can we sort set in java?
What does i ++ mean in Java?
What is package private scope in java?
What if the main() method is declared as private? What happens when the static modifier is removed from the signature of the main() method?
Which is bigger float or double java?