This week's book giveaway is in the General Computing forum.
We're giving away four copies of Raising Young Coders: A Parent’s Guide to Teaching Programming at Home and have Cassandra Chin on-line!
See this thread for details.

Srinivas V

Greenhorn
+ Follow
since Dec 06, 2000
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Srinivas V

No, the syllabus is not yet changed.
dont trust those words,
goto sun site for latest information
for syallabus Click here
For time and passing score Click here
[This message has been edited by Srinivas V (edited December 30, 2000).]
CONGRATULATIONS .............
Thank you for ur suggestions.
24 years ago
Congrats......Its a very good score
Thank u for conforming that time is 120 min
24 years ago
Hi
Ya, its bettet not to go it again, it doesnt make big difference. eventhough if u write again and get good score, it is not that much useful. If u find time go for scd.
please forward ur notes to my id [email protected]
Thanks
Srinivas
24 years ago
Hi jason
Congratulations..
Write any suggestions about scjp.
how many questions have u faced in each topic.
if u have any notes please forward it to me at [email protected]
Thanks
Srinivas
24 years ago
Hi
Wow ............................
Its very great to get 100%
CONGRATULATIONS
Srinivas
24 years ago
Hi amit
In the program there is only one thread main.
If u suspend this thread and resume means it waits for another thread to execute, that why it wont print END.
If u create one more thread, then it prints both like

class a extends Thread{
public a(){
Thread t1= new Thread(this);
t1.start();
}
public void run(){
this.suspend();
System.out.println("Begin ");
System.out.println("End ");
}
public static void main(String agrs[]){
a t2 = new a();
Thread t=Thread.currentThread();
t.resume();
}
}

Srinivas
Hi gagan
The syallabus is same for the scjp.
only thing that is changed is decreased the score from 71% to 61%. and the time is decresed from 2 hours to 1 and half hour.
one more change is he mentions how many choices r there for each question.
All the Best
Hi
Congrats for getting good score.
And also for giving valuable information regarding ur experience.
Thanks
Srinivas
24 years ago
Congrats
Srinivas
24 years ago
Congrats! Its very great score in the new pattern.
give some suggestions about the topics.
on which topic i have to concentrate more for getting good score
regards
Srinivas
24 years ago
Hi
There r so many books for this certification.
my best suggestion to u is first go through the subject first.
Then study certification books named Simon Roberts and Khalid.
These two books are very good for certification and then take
mock tests as many as possible.
This is my opinion to clear the certification
All the Best
Vasu
Hi
Thank u for responding.
I am preparing for scjp.
If u have cleared the exam, plz suggest me, on which topics
i have to concentrate more and any more suggestions
thanks
Vasu
Can anyone tell me whether the pattern for SCJP2 is about 2 b changed again by January 1st. Also let me know any web site which tells the recent news regarding SCJP2 other than Sun site.
My advanced thanks 4 ur responses.
Hi
I heard that Sun is again changing the pattern of SCJP exam from 1St Jan,2001. If anybody knows correct information,
please let me know.
Regards
nivas