Here in this declaration public static void main string[] args, each keyword has its importance 1 public - Here public is an access specifier which allows the main method to be accessible everywhere 2 static - static helps the main method to get loaded without getting called by any instance/object 3 void - void clarifies that the main method will not return any value 4 main - It's the name of the method 5 String[] args - Here we are defining a String array to pass arguments at the command line args is the variable name of the String array
Correct Answer: Object Repository means not a collection of objects it's a common repository for all the people (testing, developers) for seeing all the data in single login for example QA wants to see 5 testers works then he goes to each person login and see the data It's very difficult job for this we can use Object Repository
Correct Answer: The OSI Model is used as a reference model The primary reason the OSI model was created was so that different networks could inter-operate Hence, different networks could communicate