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 |
how exactly garbage collection take place?
Can you inherit a constructor java?
What is dynamic binding?
explain what is transient variable in java?
How does serialization work
What class is used to create Server side object?
Program to find greatest prime number in n numbers?
when i write string s1="java"; in one program(application) and string s2="java"; in another application on the same jvm will both objects s2,s2 will refer to same memory location where "java" is stored in string pool.
What are disadvantages of java?
What is the difference between error and exception and explain in simple words not whatever is given in the book.
Can we have a abstract class withought any method? What is a purspose of this?
Why Over riding is Run Time Polymorphism?