Question: john has written the following code in java 7 and he wants to convert it to java 8 , then which of the given option

john has written the following code in java 7 and he wants to convert it to java 8, then which of the given option is the correct java 8 alternative?
code:
Arrays. sort (teststrings, new comparator
(){
@override
public int compare (String s1, string s2){
return(s1.lenght()-s2.length());
}
});

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!