• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Jeanne Boyarsky
  • Ron McLeod
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

SCJP1.4

 
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Where I can get java language specification 1.4.
 
Sheriff
Posts: 11343
Mac Safari Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Welcome to JavaRanch!

Here are Sun's Java Language Specifications. The 3rd edition of the JLS corresponds to Java 1.5, so I would assume you want the 2nd edition of the JLS for 1.4.

(In case you meant the API instead of the JLS, here's the 1.4 API Documentation.)
 
ramya ray
Ranch Hand
Posts: 101
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Thanks a lot.

As i have started preparing for SCJP 1.4and i have prior more than 6 months of experience in java. is it a good practice to start with JLS.
Please guide.
 
marc weber
Sheriff
Posts: 11343
Mac Safari Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

Originally posted by ramya ramya:
...is it a good practice to start with JLS...


In my opinion, no. The JLS is a good reference for tricky situations, but overall it's at a level more complex than you will need for the SCJP exam. I'm not convinced that working through the JLS would be time well spent for most people.

Instead, I recommend starting with a good introductory Java book, then moving to a good SCJP preparation book. Along the way, write lots of test code, use the API and JLS for reference, and as you get closer to the exam, take lots of mock exams.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic