Krishna doddi

Greenhorn
+ Follow
since Oct 09, 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 Krishna doddi

Hi,

I found the following notes in the Books Section of "http://faq.javaranch.com/java/ScbcdLinks#scbcd50"

"OReilly Enterprise JavaBeans 3.0 (5th Edition) (Home page,Read Chapter 4)"

Does this mean that I need to buy the Oreilly book just for reading the 4th chapter.

Sid
Hi,

Can anyone suggest which book to read first. I am just starting preparing for SCBCD 5.

I went through the forum and got quiet confused on which book to read first.
I found 2 books for SCBCD.

1. Head First EJB by Kathy Sierra and Bert Bates.
Is this book good enough for SCBCD 5.0
2. EJB3 in action by Manning

Please let me know which one to buy.

Thanks,
Sid
Anyone who is preparing for SCBCD and needs whizlabs exam preparation kit mail me @ kris_d_s1@rediffmail.com

The coupons expire tomorrow. So hurry up.


Sid
16 years ago
Hi Guys,

I am back after a long break, longer than I should have taken. I cleared SCJP5 almost an year back and now I want to get certified in SCBCD5 (ASAP )

I just want to know how many months it would take to prepare for this certification with 2 years of EJB experience.

Thanks,
Sid
Hi.. I need this book. Thanks in advance.
16 years ago
Oops the rollging smiley dint appear..
17 years ago
Hi ranchers,

I cleared SCJP 5 exam today javascript: x()
rolling .

Thanks to Kathy Sierra and Bert Bates' book (K&B)
and all the ranchers. This forum has been really helpfull for the exam.

Siddharth
17 years ago
Hi All,

Is the SCJP 1.5 exam tougher than the K&B mock exam?. I am scoring low in K&B Mock exam and I am able to score well in the Whizlabs Final Simulation Exams.

I am just two days away from the SCJP 1.5 exam. Do you think its still a good idea to give one more mock exam or is it time to revise?.

Can someone answer these questions?

Thanks
Siddharth
Hi,

I have my exam next week. I am fairly confident about it. I have been using Whizlabs Exams for practice. I have practiced all the Customize Exam before writing the practice exams. Now while I started writing the practice exams I noticed that most of the questions are repeating from the Customize exams. I have scored an average of 85% in 3 practice exams. This was good for me becuase I am feeling bit more confident now but at the same time I feel that I haven't really tested myself. Can some one help me with this?

Siddharth
Thanks Henry,

Your explanation and a Pen and a Paper helped me.

Thanks,
Siddharth
public <T> List<T> meth(List<?> type)
{
System.out.println(type); // 1
return new ArrayList<String>(); // 2
}


Line 1 compiles fine.
Line 2 Fails. Reason : List Required

Cant we return a ArrayList where List is required???
I think we can return the subclass right.

Thanks
Siddharth
Can somebody explain me with an example how Enhanced For loop works. I tought I understood it well until I came accross this question


Ans : 0300

I tought there be a Runtime ArrayIndexOutOfBound Exception

Thanks
Siddharth


[HENRY: Added code tags]
[ October 26, 2006: Message edited by: Henry Wong ]
Can anybody get me the links for free mock exams for scjp1.5.

Thanks