Posts

Showing posts with the label Java

Check equality of two arrays using Java

Image
Learning new technologies to enhance our career in the world of technologies, especially as a tester growing our career in testing we must be fundamentally strong with our basic concept of programming languages.  I know as a tester you have mastered it all and you all must be thinking why I am talking on this point? Is it helpful? So let me explain myself, those who know the basic logic programs that we all have faced during our interviews and we all use that logic in our day-to-day automation scrip building we all have mastered this. But for those who are new to the world of programming and find it difficult to understand the basic concept and don't know how to construct logic to solve problems so for them in the upcoming days, we will learn some basic and most frequently asked logical programs to help you with your interview preparation.  Here, we will be using Java language to solve the problems. But don't worry the logic is the same it is just a matter of syntax. In the up...