class A { static void m1() { System.out.println("In m1 A"); } } class B extends A { static void m1() { System.out.println("In m1 B"); } void m2() { System.out.println("In m2 B"); } } class Test { public static void main(String[] args) { A a=new B(); a.m1(); } }
Automation Test Interview Questions
3,206 automation test interview questions shared by candidates
int []arr ={1,2,3,4,5,6,7,8,9,10} i.e another example : {1,3,5,6,7,8,9,10} o/p: 1 2 3 2 3 4 3 4 5 ..... int []arr ={1,2,3,5,6,7,8,9,10} o/p: 1 2 3 5 6 7 9 11 12
Tell me about your strong point and weak points.
What is the difference between a HashMap and a HashTable?
Experience with Automation Frameworks
How do you find a Web Element?
Sobre mis habilidades blandas como ingeniero
Javascript OOP Javascript asynchronism Logic and Reasoning Exercises with code
Where do you see yourself in the future? Why Credible?
All about Automation scenarios and DB Queries
Viewing 1911 - 1920 interview questions