Thursday 2 March 2017

Core Java Assignment

Core Java Assignment


A10.1-R4: INTRODUCTION TO OBJECT ORIENTED PROGRAMMING THROUGH JAVA.

Assignment 2


Open a text file so that you can read the file one line at a time. Read each line as a String

and place that String object into a LinkedList. Print all of the lines in the LinkedList in
reverse order.

No comments:

Post a Comment