This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Java in General and the fly likes how to create a linked list data structure from given code Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Java » Java in General
Reply Bookmark "how to create a linked list data structure from given code" Watch "how to create a linked list data structure from given code" New topic
Author

how to create a linked list data structure from given code

Hati Mutasa
Greenhorn

Joined: Dec 02, 2011
Posts: 1
I am fairly new to Java and am stuck on trying to understand how to create a dynamic list to accept an Author name, Paper title, Author email address, and rate a paper using the following classes below


/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/



package DataStructuresAssignment;

/**
* Defines the action codes for DocumentList
* @author Jane
*/


/*
* To change this template, choose Tools | Templates
* and open the template in the editor.
*/




















 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: how to create a linked list data structure from given code
 
Similar Threads
weird java dates!!!!
June Newsletter Puzzle
Determining the location of the file
print invalid selction not working
Trapping Backspace !!! :(