Given a student class I need to find all students whose name starts with \'A\' in order of their average marks using Java 8 stream API.
I have tried the below code. T