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 |
Which data type is a class in java?
Why arraylist is used in java?
What is functional interface in javatpoint?
How to compare strings in java?
what is synchronization
hr interview how many minutes asking question
Hi Friends, I am beginner in java. what i know about synchonized keyword is,If more that one 1 thread tries to access a particular resource we can lock the method using synchronized keyword. Then after that how the lock is released and how next thread access that.Please explain with example.
What is the difference between quicksort & mergesort? When should they be used? What is their running time?
0 Answers Akamai Technologies,
What is java objectoutputstream?
What are the 6 functions?
Is array primitive data type in java?
when to for abstract class and when to go for interface