Massassi Forums Logo

This is the static archive of the Massassi Forums. The forums are closed indefinitely. Thanks for all the memories!

You can also download Super Old Archived Message Boards from when Massassi first started.

"View" counts are as of the day the forums were archived, and will no longer increase.

ForumsDiscussion Forum → So, I have to relearn Java in 1 month
So, I have to relearn Java in 1 month
2005-03-21, 5:46 PM #1
And ten days. I am taking the Computer Science AB exam and I need to relearn Java. Is anyone else taking this exam, and are there any online resources that are particularly good (yes, I can google, I want to know if you found gems) that would help me prepare for this exam?
2005-03-21, 5:55 PM #2
http://java.sun.com

^ Obviously you've seen it, but the web-site is so comprehensive it's amazing. Everything from heavy documentation to well explaned tutorials.
2005-03-21, 6:36 PM #3
I have to learn java in two weeks for an invitational competition my school is going to. The worst part is, I've never done java before, but there is no one else who knows java who can go.:(
Your skill in reading has increased by 1 point.
2005-03-21, 7:04 PM #4
If you know C or Javascript you will be well on your way to Java. Do yourself a favor and buy one of those learn ___ in 24 hours books. They are quick references and they realy are helpful in helping to get going fast (I use one for ASP [horrid language]).
2005-03-22, 1:02 AM #5
heeb, word of advice: you don't need to learn anything past anything you already know from other languages except

  • Data structures -- meaning LinkedList, BST, Hash tables, stacks, queues, especially the implementations of the base classes etc
  • Order analysis (analysis of efficency of algorithms) .. this is a biggie. Big-O, it's called.
  • Algorithms -- searching/sorting algortithms, like Selection sort, Insertion sort, Mergesort, Heapsort, Quicksort .. this is tied closely with order analysis. This is also a pain to think through
  • Marine Biology Case Study. You'll have to buy an AB prep book for this. It's a pain, but you need to know the ins and outs of it.
一个大西瓜

↑ Up to the top!