PK Ghosh

Greenhorn
+ Follow
since Aug 08, 2006
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 PK Ghosh

It took 1 and 1/2 month for me. I have little EJB3.0 experience. I did subject/topic wise test only (which covers all 5 test) after finishing each topic.
14 years ago
I have passed SCBCD 5 exam with a result of 80%. Although, it is not a high score but I am happy with it. Thanks for everyone in this forum.

The following list of materials I have studied for the exam:
- EJB3 In Action. (Very Good Book)
- EJB Core Specification
- Ethuware 5 mock exams.
- Mikalai Zaikin Notes

The real exam is simpler than the enthuware mock exam.
14 years ago
I am also preparing for SCDJWS.Please include me in this group. my personal id is prodyutghosh@gmail.com
Hey,

I know JBoss 4.0.4 does not support EJB injection into servlet container. It suppose to fix on 5.0
Passed with 75%, drag & drop question was little bit tricky.

Thanks to JavaRanch and all paticpating friends for providing wonderfull discussion board.

Good luck.
16 years ago
Guys,

Little bit scared. Today I am going for SCJP 1.5 exam.

Regards
Can anyone help me to provide correct answer:

Which one get preference on "Widening" or "AutoBoxing/Unboxing"

for example:


is it long converted to float ? I am confisued!
Kavin/Anyone

Can you please clarify for me! Why answer is 11
What would be the value of i?




Thanks


Ravi,

its does not compile because: compiler is not smart enogh to understand
x++ (as method variable will not automatically initialized), see initially x was not initialized. and compiler does not undersand
value of y so it things "if" block may not pass so x would not have initialized at all. Hence, it gets compiler error. But if you put { after if statement and close } after x++ it will work.
You should consider three things:

1. Access Modifier ( which you did't restricted) rather you made open (protected to public
2. Return type: you did't change
3. Exception which you don't have


Here: first aMethod is calling then its throwing exception which is ultimately caught by finally block and printing "finally" now controll comes back to main try block which found that calling (aMethod()) has thrown exception so it caught and print "exception" and last statement as usual print.
Shailesh,

Yeah, this is using only on intranet people. How could you use VBScript to invoke exe file. I mean when backend servlet is running on Jboss. Could you please provide me little bit more info on that.

Thanks and regards

PK