1. Difference between Implicit and Explicit wait?
Sigiloso
explicit means done by the pragrammer but implicit is done by the JVM tool inside. In this implicit there is no program gives java acts like a default constuctor and takes it defaultly but explicit is opposite to this we have to given explicitly.