Frage im Vorstellungsgespräch bei 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

Antworten zu Vorstellungsgespräch

Anonym

25. Feb. 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

Anonym

26. Juni 2015

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

3