View Single Post
Old 09-07-2004, 11:31 PM   #9 (permalink)
Sunshine
Registered User
 
Join Date: Sep 2004
Posts: 9
Sunshine is on a distinguished road
Quote:
Originally posted by Belisarius
Ok, you cleared up most of the syntax errors, but you overdid the capitalization. In Java, objects start with a capital letter, but not primitives, such as int or double. You need to lowercase all the primitive types. Hence, "Int i" would become "int i". And it looks like you got all the accessors and mutators right.
I have update the code agian,and the link list.Pls check for me,and I dun know what to do next step~
Sunshine is offline   Reply With Quote