Allion Salvador

Ranch Hand
+ Follow
since Nov 15, 2005
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Allion Salvador

Jim, there's also a special text editor called JEdit. It highlights all the keywords and automatically indents your code. Also, Sun has an IDE called Java Studio Creator thats free.
18 years ago
My signature is supposed to have an error.
I want to not spell as well for a change, as well as a little joke
18 years ago
Can someone try out this code? My JRE keeps crashing and until I can download a new one from Sun, (It keeps giving me a fatal exception),I need to know what it does and what exceptions might be thrown. Thank you!

This is one portion of the code. I'll write the rest in a later post, I've got to go!
Hi, guys! I'm kinda new to 1.5 (I read HB Java 1.4 ) So they only talked about FileInputStreams, BufferedReaders, and InputStreamReaders. So now I'm hearing about a Scanner class in java.io.* that gets data from socket connections, files, and collections without having to cast anything! Can someone give me a few snippets or links showing me how it works
Thanks!
18 years ago
Thank you! I got kinda messed up with the algorithm syntax in my code!
18 years ago
Oh, by the way, this is a photo of my dad:
18 years ago
Yeah, I guess so. Thanx!
  • Cow moo
  • Cow eat
  • Cow chew cud
  • 18 years ago
    I don't quite get the generics stuff.
    What's the use of making an ArrayList like this?
    ArrayList<Cow> al = new ArrayList<Cow>();
    Isn't the point to be able to put different kinds of objects in it?
    18 years ago