Pergunta de entrevista da empresa 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

Respostas da entrevista

Sigiloso

25 de fev. de 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

Sigiloso

26 de jun. de 2015

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

3