Pregunta de entrevista de KGISL

1. Difference between Implicit and Explicit wait?

Respuesta de la entrevista

Anónimo

14 de mar de 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.