I Tried explaining in & out of Interface in Object Orientation. Used many real world examples. This video gives totally a different perception about interface & also you will lean how to use Interface in real time projects. I have not used PPT, NO graphics, completely hand written explanation. Any technical questions contact iamshishira@gmail.com , […]
Tag: java for selenium
Java Interface #Episode-2 #Interface Implementation & Service
In this video I have explained interface creation, interface implementation, overriding abstract methods. Up-Casting using interface. Used real world examples. I have not used PPT, NO graphics, completely hand written explanation. Any technical questions contact iamshishira@gmail.com , +91.9980517008
Types of Constants in Java #Global Constant & Object Constant #static, final data
In this video i have explained in depth of Types of constants in Java. Global/Universal constant & Object/Instance constant. difference between static final data & just final data. Any technical questions contact iamshishira@gmail.com , +91.9980517008
Queue Reconstruction by Height Leetcode Java
Queue Reconstruction by Height Leetcode Java Basically it will sort by the person by h first, then sort by the person in front. so that is why there is after arrays.sort then do for loop again. example leetcode provide after arrays.sort for that example original = [[7,0], [4,4], [7,1], [5,0], [6,1], [5,2]] will became list […]
Test Club: Test Automation – the Hard Way, webinar 2: Java programming studies
In this webinar we discussed: – Why Selenium is not the most important topic in Test Automation – What books one can buy for self-learning programming – Self-learning courses available on the internet – Task for this two-weeks module