Question d’entretien chez Visa Inc.

FirstNonRepeatedCharacter in a string,Recursion in java,Diff between SOAP and REST,Method over ridding and different between start and run method in Thread

Réponses aux questions d'entretien

Utilisateur anonyme

25 févr. 2017

different between start and run method in Thread : start() brings in another thread which then performs whatever is mentioned inside the run() method. But if run() method is called directly, then its basically the main thread going to execute run() method and coming back to main() method. a separate thread is not formed.

1

Utilisateur anonyme

26 juin 2015

FirstNonRepeatedCharacter - used MAP Recursion - wrote a String reverse using Recursion. Method over ridding - explaned concept of Method over ridding..... ect

3