Automation Test (Selenium)
Sign in to Google to save your progress. Learn more
Email *
1 - Which of the following statements about interface is correct?
10 points
Clear selection
2 - How many methods are divided according to their return types?
10 points
Clear selection
3 - Which of the following is true for the extends statement?
10 points
Clear selection
4 - definition of abstract method, which of the following statements is incorrect?
10 points
Clear selection
5 - Below is a program and its output. What are the expressions in the program used for? ? Employee[] employees = {gm,m,p,s}; int total = 0; for(int i = 0; i< employees.length; i++) { total = total + employees[i].What is your salary(); } System.out.println("Total Salary of Employees: "+total);
10 points
Clear selection
6 - What is the process of transferring the variables and methods of a class to a newly created class?
10 points
Clear selection
7 - What exactly is the task of the java list (swing) application below? String a = String.valueOf(list.getSelectedIndex()); label.setText(a + " - " +list.getSelectedValue());
10 points
Clear selection
8 - What exactly is the role of the "reflection" keyword in object-oriented programming?
10 points
Clear selection
9 - Which of the following statements correctly defines a generic class?
10 points
Clear selection
10 - Which of the following is Annotation, which ensures that the codes are run before each test method.
10 points
Clear selection
Submit
Clear form
This content is neither created nor endorsed by Google. Report Abuse - Terms of Service - Privacy Policy