File APIs for Java Developers
Manipulate DOC, XLS, PPT, PDF and many others from your application.
http://aspose.com/file-tools
The moose likes Developer Certification (SCJD/OCMJD) and the fly likes Using Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Certification » Developer Certification (SCJD/OCMJD)
Reply Bookmark "Using "Tiger" for SCJD 1.4" Watch "Using "Tiger" for SCJD 1.4" New topic
Author

Using "Tiger" for SCJD 1.4

Saheed Adepoju
Ranch Hand

Joined: Jun 23, 2004
Posts: 267
Hi all
Hey since Sun Microsystems just released Tiger, can one use Tiger for his/her SCJD assignment if he/she was certified on 1.4?
Thanks u!

Saheed.
SCJP 1.4

Imagination is better than Knowledge..


Saheed Adepoju<br />SCJP 1.4<br />SCJD (B&S..In progress)
Mark Spritzler
ranger
Sheriff

Joined: Feb 05, 2001
Posts: 17234
    
    1

I'd send an e-mail to Sun asking, but in general the rulse are any production version of Java is good, and Java 5.0 is production now.

Mark


Perfect World Programming, LLC - Two Laptop Bag - Tube Organizer
How to Ask Questions the Smart Way FAQ
Kathy Sierra
Cowgirl and Author
Ranch Hand

Joined: Oct 10, 2002
Posts: 1572
My recommendation would be to NOT use Tiger! Not until there is an official word from Sun... but that should be happening soon. I'll see what I can find out.

cheers,
Kathy
Udegbunam Morah
Ranch Hand

Joined: Oct 13, 2002
Posts: 36
Saheed,congrats on ur SCJP success.


Udegbunam Ikechukwu Morah<br />B.Sc.,SCJP, MCP, OCP, PMP<br />Manager, Business COnsulting Group<br />Deep Business Solutions Limited
Jim Yingst
Wanderer
Sheriff

Joined: Jan 30, 2000
Posts: 18670
Not until there is an official word from Sun...

On one hand, I'd argue that if the instructions say we can use any production version of the Java 2 platform (that hasn't been superseded more than 18 months ago) then we already have official word. Sun did make a point of including that silly "Java 2" in the official title of the latest JDK, after all.

On the other hand, those pesky "junior developers" (the ones who need to be able to understand your code) may not be very familiar with the new JDK 5.0 features, so you might want to consider carefully whether (or how much) you should use those features in a production system at this point.

On yet another hand (yes, I have three - why are you looking at me like that?) the Sun company line is that most all the new features in JDK 5.0 make development easier. (And I agree.) So I think that Sun's graders would have a hard time justifying any points deducted for using new Tiger features. Just make sure that your code actually is simpler and/or safer (e.g. more type-safe) as a result.


"I'm not back." - Bill Harding, Twister
Clivant Yeo
Ranch Hand

Joined: May 22, 2004
Posts: 124
I tried using "tiger" to compile my source files on my laptop. Then I use the jar utility to jar up the class files. It can run on my laptop, no problem at all, but once I port it overy to my two other coms running j2sdk 1.4, it couldn't run at all. An error message about the class versioning is being seen as the verbose in the command prompt. However, when I did the vice versa, the jar file can run on "tiger" as well as my other j2se versions. I don't think there is anything wrong with my way of jarring up the necessary files, through this incident, I guess I had better use back version 1.4.2.

Rgds,
Clivant


Clivant Yeo
My Personal Website
Nicholas Cheung
Ranch Hand

Joined: Nov 07, 2003
Posts: 4982
New versions ususally support old version features, which is expected. However, as older versions wont have any knowledge on new versions, they cannot support Tiger features. Even you havent used any Tiger features, the bytecodes generated by Tiger may have some *magics*.

Nick


SCJP 1.2, OCP 9i DBA, SCWCD 1.3, SCJP 1.4 (SAI), SCJD 1.4, SCWCD 1.4 (Beta), ICED (IBM 287, IBM 484, IBM 486), SCMAD 1.0 (Beta), SCBCD 1.3, ICSD (IBM 288), ICDBA (IBM 700, IBM 701), SCDJWS, ICSD (IBM 348), OCP 10g DBA (Beta), SCJP 5.0 (Beta), SCJA 1.0 (Beta), MCP(70-270), SCBCD 5.0 (Beta), SCJP 6.0, SCEA for JEE5 (in progress)
jiju ka
Ranch Hand

Joined: Oct 12, 2004
Posts: 302
I will assume Sun has to do some initial setting, configuration and testing of their own to accept assignments in 1.5

How quick the sun is doing it - that will be we testing sun - how much maintainable Sun's testing package is.

Whatever be it, I will wait in the safe side.
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Using "Tiger" for SCJD 1.4
 
Similar Threads
shift operators
Disappointing SCJP 5.0 but passing grade
When SCJD 5.0 will be available ?
Any Thoughts on J2SE 5?
>>> operator ??