Implement a method that prints out sorted elements of a given stream of strings.
Please, use the Java Stream API to solve the problem.
Implement a method that prints out sorted elements of a given stream of strings.
Please, use the Java Stream API to solve the problem.
Sample Input 1:
class interface type enum functionSample Output 1:
class
enum
function
interface
typeCreate a free account to access the full topic