• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Differences between 1.2 and 1.4?

 
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all!
I just bought a 310-025 exam book on sale, and after that discovered that a new exam, 310-035 had arrived.
I'm wondering if there are any other differences between the two besides no IO, no AWT, Assertions and HashCode?
For example: Is it possible to read about Declaration and Access control in a 310-025 book and still pass that part in the 310-035?
TIA
Johnny
 
Ranch Hand
Posts: 1865
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to the JavaRanch Johnny!
The 1.4 exam removes the AWT and IO topics but adds assertions and a couple new classes in the collections framework--LinkedHashMap and LinkedHashSet. The wrapper classes and hashcodes are further emphasized in 1.4.
Everything that you need to know about assertions is available in the document Programming with Assertions.
A lot of people passed the 1.4 exam before an updated study guide became available, so I'm sure that you can do the same
[ March 03, 2003: Message edited by: Dan Chisholm ]
 
Johnny Poulsen
Greenhorn
Posts: 2
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Ok..think I got what I wanted, thanks..
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic