In reply to Chaitanya_K:
Each raise_objection does increment the objection counter for that object/instance passed from the argument. So if you call two times it will increment it to 2 and each drop_objection call decrements the objection counter for the object/instance passed from the argument.
If you pass the null object then it increment/decrement the global object (uvm_top) objection counter.