Hi everyone, I am intending to take the Java 1.4 certification exam so soon, so if anyone has any links, tutorials, mocks or any useful material, pls inform me...
Nahla A. Abdrabou
nabdrabou@...
Sep 6, 2002 10:01 pm
12309
Hello Nahla A. Abdrabou One of the best links which i have seen for java certification is www.levteck.com I think this site contains most of the other usefuel ...
pradeep mandalik
pradeepsayshi@...
Sep 8, 2002 10:20 am
12310
Hi Pradep and Prabhu.... for my certifivcation requirement I relied entierely on Maha Anna... Go to Yahoo... Search for MAHAANNA.. it will return 1-2 rerults...
Hi Each and every one, I have joined in your group today. I am doing my PG in Computer Science. I like to go for SCJP with you all. Please Guide me. Regards, ...
Free Test Preparation for Exam Cram Users FREE FULL VERSION WINDOWS 2000 PROFESSIONAL QUIZZER We are offering a FREE FULL Version (retail value $149.95)...
Free Test Preparation...
cmprn140859@...
Sep 10, 2002 7:05 am
12313
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the javacertstudy group. File :...
javacertstudy@yahoogr...
Sep 10, 2002 12:46 pm
12314
hi all, I have an year experience in java . How long it will took for prepare jcp. I thirsty mind is awaiting for valueble suggestions. Regards, Karthik ...
The other one is the Certification for Java 1.4 and includes the Assertion statement and the enhanced collections framework. It is your choice which one you...
Where could I study for this enhanced collections framework? I will always get lost between this collections and the v1.2 collections class. ... From:...
I have four JPanels added into a JFrame, but only one shows up. Does anyone have any possible reasons for this? Each panel comes from it's own class...
Steven Cain
scain99@...
Sep 18, 2002 2:06 am
12319
Does anybody have any information about the DecoratedFrame class? Any knowledge would be appreciated...
Steven Cain
scain99@...
Sep 18, 2002 2:09 am
12320
Hi all, which exam should i take SUN CERTIFIED PROGRAMMER FOR THE JAVA 2 PLATFORM 1.2 or SUN CERTIFIED PROGRAMMER FOR THE JAVA 2 PLATFORM 1.4 It seems the...
The main difference in the 2 exams is that the new one tests for your knowledge of the Java 1.4.0 SDK. Java 1.4 has a new Assertion statement which I am not...
Calling for Kendriya Vidyalaya Students !!! Hello Friends !!! Does anyone belong to Kendriya Vidyalaya then there is something for you on this site do visit it...
Jai Prakash
jaiprakashm@...
Sep 22, 2002 11:44 am
12323
I am planning to give the test for Java Certified Programmer - IBM Platform in a few days. I have prepared according to JDK1.4. Now there is a confusion...
The contents of beans class are as follows:- package projsp; public class trying { private String name; private int age; public void setName(String n) { ...
Hi Gurus, Will you all plz help me in answering following queries? 1.Does really SJCP makes a difference in your career path? 2.I have thorough access to...
September 2002 Newsletter A { color : #32056B; text-decoration : none; } A:Visited { color : #32056B; text-decoration : none; } A:Active { color : #32056B; ...
The Cert Times: IT Ed...
cmprn145493@...
Oct 2, 2002 1:46 am
12329
Warning: This message has had one or more attachments removed. Please read the "VirusWarning.txt" attachment(s) for more information. ********* PassionUp Fun...
PassionUp.com
fun-news@...
Oct 2, 2002 4:29 pm
12330
Hi all, Wanted java professionals for US corporates, visit www.techieindex.net alicia...
aliciahebron
aliciahebron@...
Oct 4, 2002 5:51 pm
12331
gotta know through JavaRanch, check out this nice article afor 1.4: http://www-106.ibm.com/developerworks/java/library/j-scjp/?dwzone=java Best wishes Ronit ...
Is it true that when an exception is thrown the "finally" clause gets executed irrespective of "System.exit(0)" ...
liz taylor
liz14265@...
Oct 10, 2002 7:58 am
12333
Hello friends, How can i generate XML files in adhering to a given DTD file....
Dr. Alban
babu_cet@...
Oct 10, 2002 8:43 am
12334
try{ }catch(Exception ex) { System.exit(0); }finally{ System.out.println("Fianlly block"); } In this case Finally block will be printed irrespective of...
Sorry Sudhir, But I Disagree with you. I Tried the following piece of code on MAC/ Windows and Unix and I got the Below Output for the Below Code Please Try...
Hi, The finally block will be called if there is no System.exit(0); in the try/catch block.The jvm will stop the execution when it see System.exit(0); ...
Yes i Agreee, System.exit(0) itself means abrupt termination of execution. so there is no question of instructing JVM to do anything ( Execute finally in this...