Q1Multiple answers
Which two statements correctly describe capabilities of interfaces and abstract classes? (Choose two.)
Which two statements correctly describe capabilities of interfaces and abstract classes? (Choose two.)
Given: Which statement is equivalent to line 1?

Given: After which line can we insert assert i < 0 || values[i] <= values[i + 1]; to verify that the values array is partially sorted?

Which is a proper JDBC URL?
Which code fragment does a service use to load the service provider with a Print interface?
Given: You want to obtain the Stream object on reading the file. Which code inserted on line 1 will accomplish this?
