Lets start our discussion with fundamental question which was asked to me in Oracle Interview: What happens when we run a class file with ma...Read More
What is class loading in java - Internals of class loading in java
Reviewed by Nikhil Ranjan
on
October 25, 2014
Rating: 5
In previous post we saw how to create sample Maven Junit project and used various annotations like @Test, @BeforeClass, @AfterClass, etc. H...Read More
Annotations in Junit 4 and assert statements
Reviewed by Nikhil Ranjan
on
October 18, 2014
Rating: 5
Unit testing is an inexpensive and efficient way to produce error free code lines. Although there is a dedicated division in every organiza...Read More
Unit testing with JUnit 4 ( Maven project with Junit 4)
Reviewed by Nikhil Ranjan
on
October 11, 2014
Rating: 5