sushantssn / java-practice

0 stars 0 forks source link

java stream practice 1 #2

Open saunaik19 opened 2 years ago

saunaik19 commented 2 years ago

Do Not forget to check sample programs too

Get student with exact match name "samual" Get student with matching address "1235" Get all student having mobile numbers 3333. Get all student having mobile number 1233 and 1234 Create a List from the List Convert List to List of student name Convert List to String Change the case of List Sort List Conditionally apply Filter condition, say if flag is enabled then source: https://javabypatel.blogspot.com/