Automations Questions List
Automations Questions List
6. what is exception
Coforge
Inheritance supports the concept of reusability and reduces code length in object-oriented
programming. Polymorphism allows the object to decide which form of the function to implement at
compile-time (overloading) as well as run-time (overriding).
Iterator can do modifications (e.g using remove() method it removes the element from the Collection
during traversal). Enumeration interface acts as a read only interface, one cannot do any modifications to
Collection while traversing the elements of the Collection
void main()
if(true)
break;
3. Static variable
7.BDD---DATATABLE,PARAMEERISATION,
3.PUSH
8.A
5.What is data driven testing,is reading data from excel is data driven testing
a.concate("test");
my intevu at birlasoft
11.if we have key=1 and value=20 and agains on same we add key=1 and value=40 what will happen
12.what is encasuplation
16.what is multithreading
11.read data from first two column then right result in third column write code