Selected | Guardian java interview questions and answers | Microservices interview questions Round 1

preview_player
Показать описание
Guardian Microservices Interview questions
Spring boot interview questions
java interview questions

-----------------------------------------

#java​ #javaInterviewQuestions​ #JavaInterviewQuestionsandAnswers​​​ #Intellipaat​​​ #JavaInterview​​​ #CoreJavaInterviewQuestions​​​ #JavaInterviewQuestionsandAnswersForExperienced​​​ #JavaTutorial​​​ #JavaProgramming​​​ #JavaTutorialForBeginners​​​

Thanks
Java Techies
Рекомендации по теме
Комментарии
Автор

What you said for 3 thread question is correct. But explanation is not. If we want t2 to start after t1, call t1.join(). But this wil be executed by main thread, not t2. When we have t1.join(), code after this line will not be executed. Main thread waits for completion of t1 and then only main thread executes lines which are afte t1.join().

shankars
Автор

Feel free to ask any question in comments ..

JavaTechies
Автор

finalize is not used for garbage collection. Whatever the code write within finalize method gets executed, just before JVM executes garbage collection process. So, finalize is the last method which gets executed before garbage collection.

shankars
Автор

you didn't mentioned the questions asked in coding round?

saddammd
Автор

What was the package range for this job?

sahilshaikh-pggh
Автор

Is this a level of 5 years experience questions

abhinandanpandey
Автор

Primitive in arraylist? Someone confirm please?

nisachar