Common Test Automation Interview Questions
Java-Basic 1. Types of polymorphism 2. Difference between override and overload 3. Methods that cannot be overloaded 4. Static block and instance block 5. Difference in Static and non-static 6. Encapsulation and common use cases 7. Abstract vs interfaces 8. Inheritance in java 9. Methods that cannot be overloaded 10. Typecasting in java 11. String buffer and string builder 12. Why string is immutable in java 13. How to handle exceptions 14. Can I write try-catch without the catch block 15. Difference between throws and throw 16. Use of iterator in java 17. Difference in Final, finally and finalize 18. Boxing and unboxing in java 19. Increment and decrement operation 20. Variable Args 21. This and super keyword in java 22. Issues during Switch case without a break 23. Upcasting and downcasting 24. Base class of all classes in java 25. Baseclass of error and exceptions 26. Acc...