Vijay Narayanan

Ranch Hand
+ Follow
since Sep 09, 2001
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Vijay Narayanan

Lots in bangalore.... try out
21 years ago
Hi,
I know this question has been asked many times and I did look into all the posts relevant to Websphere certification and also went to the IBM site, so I am asking once again.
1.> I have WebSphere, Advanced Single Server Edition, Version 4.0 which is freely downloadable. Having this and working with the same could anyone let me know which is the relevant certification I could pursue.
2.> What is the relevance of IBM Certified for e-business - Solution Designer when it seems that just by reading the specified redbook one can go ahead and clear the same.
3.> Also please let me know of any sites and resources to read and study from.
Thanx in advance and sincere regards,
Vijay.
21 years ago
Does any one know where I could download a copy of the book WHICH IS ALSO PRINTABLE.
Is there any prerequisite for the Websphere certification, test no . 488 or 156. Plz let me know. the ibm site is very confusing.
thanx and regards
Vijay.
21 years ago
Is there any prerequisite for the Websphere certification, test no . 488 or 156. Plz let me know. the ibm site is very confusing.
thanx and regards
Vijay.
No it hasn't changed. I gave it just 8 days back.
------------------
Sun Certified Java Programmer for the Java 2 Platform
Hi All,
I am an SCJP-2. Now I want to take up Websphere certification. But when I went to the IBM site there is simply too many certifications. Which ones do you take and how and in what order. Plz could someone advice !!! and yeah do the certifications on WAS 3.5 have any value as WAS 4.0 is now out and I heard that IBM is phasing out other certifications.
Plz shoot in ur replies....
thanx and regards,
Vijay.
------------------
Sun Certified Java Programmer for the Java 2 Platform
21 years ago
Any idea where I could find Design Patterns specific to J2EE?
Thanx in advance,
Vijay
I sincerely thank each one of you in helping me in my effort. I scored 93%. I just came back after giving my exam and the 1st thing I felt was to tell all of you.
I sincerely thank each one of you in helping me in my effort. I scored 93%. I just came back after giving my exam and the 1st thing I felt was to tell all of you.
22 years ago
In the exam will the number of right answers be mentioned. The Mughal Mock exam has this feature, so is it there in the real exam too. Plz let me know ASAP as I am taking my exam tomorrow. Also plz let me know which mock do u think simulates the real thing or is close to the real thing in term of level of difficulty.
thanx in advance and wish me luck
Vijay.
Thanks Praveen and others. plz could u give me some resources as well as books to refer
What is the result when you compile and run the following code?
public class ThrowsDemo {
static void throwMethod() {
System.out.println("Inside throwMethod()");
throw new IllegalAccessException("demo");
}
public static void main(String args[]) {
try {
throwMethod();
} catch (IllegalAccessException e) {
System.out.println("Caught " + e);
}
}
}--------------------------------------------------------------------------------

A) Compilation error


B) Runtime error


C) Compile successfully, nothing is printed.


D) Inside throwMethod. followed by caught:
java.lang.IllegalAccessExcption: demo

The result given is A but i feel it should be D
any comments...
Hi there,
I have been busy preparing for SCJP. I am really caught up with a busy schedule too. I am givin SCJP on this Wednesday. Wish me luck. I want to ask you ALL a few things. Please I may seem a bit formal, but plz excuse...
1> I have been giving mocks like the ones by Marcus Green, etc. The sad part is that I haven't been scoring really well in them, silly mistakes. Plz could tell me which mock exam/exams did u all find closest to the real thing and isn't Marcus Green too simple
2> Which are the API's do you all feel are absolutely essential to know.
I hope to hearing from u all ASAP
regards
Vijay.
I am new to this forum. Could anyone tell me the following,
1. cost of the certification
2. pass %age
3. no. of questions and no. u need to get right to pass.
4. is there any link where i can get all this info. IBM site oly lists the test objectives.
thanx in advance
Vijay