Thanks for making this video which covers most important topics which are most needed to know for core java interview 😊
@hasmukhrpatel Жыл бұрын
Very Good Video Sir. Simple way you explain java
@SoftwareTestingAndAutomation Жыл бұрын
So nice of you
@anushabethapudi36692 жыл бұрын
It's very helpful for who want to change the job.
@SoftwareTestingAndAutomation Жыл бұрын
Thank you.
@vishwass1103 жыл бұрын
Nice, Thank you for sharing your time and knowledge!!
@SoftwareTestingAndAutomation3 жыл бұрын
Welcome !!keep learning new things 😊
@baan12213 жыл бұрын
perfect compilation , very helpful . thankyou so much.
@SoftwareTestingAndAutomation3 жыл бұрын
Welcome 😊 I am glad it was helpful!
@MAziz-xd6cp3 жыл бұрын
Y55
@sk956618 ай бұрын
Thanks for your work which helps lot of people like me
@pankajanagarajK4me2 жыл бұрын
Very useful, thnx so much!!!!
@SoftwareTestingAndAutomation2 жыл бұрын
Glad to hear that!! Keep learning and sharing with your friends 😊
@alan31grg2 жыл бұрын
Great video, only problem is I had to ice my eyes after watching it, please go for other background colors that are kinder to our eyes.
@SoftwareTestingAndAutomation2 жыл бұрын
Thank you for the feedback. I have changed the color in all my new videos.
@As-nq7uk2 жыл бұрын
😅
@umiskan5819 Жыл бұрын
Yes color is an issue here
@Viplove_QA_SDET Жыл бұрын
So much red😢😢
@nikitawayal62856 ай бұрын
covered all the topics , Thanks:)
@navathutejomai10382 жыл бұрын
Excellent explaination and research on the topics
@SoftwareTestingAndAutomation2 жыл бұрын
Glad to hear that!! Keep learning and sharing with your friends 😊
@Sudheerkreddy3 жыл бұрын
Good one .. add Real time scenarios for automation testing questions.
@SoftwareTestingAndAutomation3 жыл бұрын
Thank you. Please go through this KZbin Playlist link bit.ly/3frBpQZ which contains top interview questions and answers for SDET/software Testing/QA interviews.
@kralns286810 ай бұрын
Hi, Q14 interface can only extend another interface is this correct? Because on the top of that written interface can extend many interfaces
@shubham3492 Жыл бұрын
thanks for creating this series of questions it meen a lot , while preparing interview in short period of time
@SoftwareTestingAndAutomation Жыл бұрын
You are welcome !!!
@hnlogs1 Жыл бұрын
Hi sir, The content is really good, but the background of the video should be white or other instead of red.
@SoftwareTestingAndAutomation Жыл бұрын
Thank you 😊 I have changed it in new videos.
@CypressAndJavaScriptTutorials2 жыл бұрын
Thank you :)
@kishoresrinivas21043 жыл бұрын
Very usefull information will attending before interview
@SoftwareTestingAndAutomation2 жыл бұрын
Thank you!! keep learning and sharing with your friends 😊
@kishoresrinivas21042 жыл бұрын
Please make a video section on Java programs for automation testing
@serhatpolat31043 жыл бұрын
You made really nice videos with lists, I'm going to watch all of them, thank you.
@SoftwareTestingAndAutomation3 жыл бұрын
I am glad you like them!
@satishkvs1564 жыл бұрын
Thank you so much
@SoftwareTestingAndAutomation4 жыл бұрын
You are welcome!!!!! Keep learning new things :-)
@atulgupta92024 жыл бұрын
Perfect
@SoftwareTestingAndAutomation4 жыл бұрын
Thank you 😊
@navneetkaur66063 жыл бұрын
Good video...can you create Tutorila on Rest assured Framework
@SoftwareTestingAndAutomation3 жыл бұрын
Thank you. It is already there, please visit Playlist link bit.ly/2BY0vHu
@goldie11492 жыл бұрын
Ques 23- small mistake -- Hashmap doesn't maintain insertion order.
@TechTestTutor Жыл бұрын
Starting from Java 8, HashMap in Java does maintain the insertion order for its key-value pairs. Prior to Java 8, the order of elements in a HashMap was not guaranteed. This change was introduced as an implementation detail in Java 8 and later became part of the Java language specification in Java 12.
@Sasikumar-jt9gb3 ай бұрын
@@TechTestTutor source?
@pournimabhosle55033 жыл бұрын
Sir can you please make video on java oops concept use for selenium testing.
@SoftwareTestingAndAutomation3 жыл бұрын
sure, I will make a video on that in next few days.
@americadarshan15243 жыл бұрын
nice content but pls don't put red background in your video. sometimes it irritates . go with neutral colors
@SoftwareTestingAndAutomation3 жыл бұрын
Thank You for the feedback. I have taken care of it in my newly uploaded videos.
@karthikeyanmuralidharan59293 жыл бұрын
Really good content, worth watching. Thanks for your efforts
@SoftwareTestingAndAutomation3 жыл бұрын
Thank you. I am glad it is helpful !! keep sharing with your friends 😊
@bharathkoneru40083 жыл бұрын
Hi Mishra, Thanks for the amazing series. I think there is a small mistake regarding StringBuilder and StringBuffer classes w.r.t 2nd point: As StringBuilder methods are not thread-safe, multiple threads are allowed on operate on StringBuilder methods. (mult-threaded env) As StringBuffer methods are thread-safe, at a time only one thread is allowed to operate.
@SoftwareTestingAndAutomation3 жыл бұрын
Thank you . StringBuffer is thread-safe meaning that they have synchronized methods to control access so that only one thread can access StringBuffer object's synchronized code at a time. StringBuffer objects are generally safe to use in a multi-threaded environment where multiple threads may be trying to access the same StringBuffer object at the same time. StringBuilder is not synchronized so that it is not thread-safe. By not being synchronized, the performance of StringBuilder can be better than StringBuffer. If we are working in a single-threaded environment, using StringBuilder instead of StringBuffer may result in increased performance. This is also true of other situations such as a StringBuilder local variable where only one thread will be accessing a StringBuilder object.
@rujaysworld34413 жыл бұрын
.
@Dileepkumar-yw2yn2 жыл бұрын
Edit video then
@rohitmishra4415 ай бұрын
Important questions
@allisonscanlan41442 жыл бұрын
17:00 bookmark
@GX--X012 жыл бұрын
is there some place to download this presentation please and thank you
@SoftwareTestingAndAutomation2 жыл бұрын
No. As of now it is not there.
@rajeshtiwari12223 жыл бұрын
Sir ji question no 18 your second line entries and you speak entities
@SoftwareTestingAndAutomation3 жыл бұрын
that's a good catch!! I hope, overall the video was helpful.
@Srinuuuuu_k4 ай бұрын
why string is immutable
@vishnukumar-on2wh3 жыл бұрын
You writing in answer short things explain extra thing u should also mention there ...
@beatheartmine3 жыл бұрын
It's weird actually, aap 3 points show kr rhe slide me & bole jaa rhe 6-7 points, why haven't you added those as well!!??
@SoftwareTestingAndAutomation3 жыл бұрын
I ve added key points in the slide and added further points while explaining. Still your point is noted. Thank you 😊
@Meherlalitha2 жыл бұрын
sir please change red color background
@MegaPK403 жыл бұрын
Thank you very much
@SoftwareTestingAndAutomation3 жыл бұрын
You are welcome !! keep sharing with your friends 😊