KGISL interview question

1. Difference between Implicit and Explicit wait?

Interview Answer

Anonymous

14 Mar 2019

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.