Anindo Ghosh

Greenhorn
+ Follow
since Aug 11, 2005
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 Anindo Ghosh


To me it does not make sense to show entities in a component diagram.



For eg. lets say I have a 'Beer Rating Component' in my application.
The Beer Rating component gets us the rating for a particular beer brand by querying an external service.
In my application I have a SLSB which actually queries the external service to get the fetch the rating.
Is it a good idea to show the SLSB inside my 'Beer Rating Component' ?
OR Should I just have a component with a comment that it uses a SLSB etc ?


Time counted = 'When you download the project' - 'When you upload the project'.



Does the time counted have an affect on your score ?


1. She doesn�t want to download assignment now (as she won�t work on it now) but because of deadline she has to purchase voucher before 29th Feb. Can she just purchase voucher now and download assignment later? Is it possible?



There is no voucher as such for Part 2, for part 2 you need to send the payment to Sun (or their associate company) directly via DD or Electronic Transfer.In addition you also need to provide them with your SCEA Part 1 score sheet and email id's where the d/l instructions will be sent.

So, i guess she can follow the above process and get the assignment now and submit it prior to 31-Dec-08.
I cleared SCEA Part 1 last week with 95%.

Can someone say what is the proc to be followed for Part 2, this is what I *think* needs doing :
1] Buy a SUN Exam voucher from a prometric center
2] Submit the voucher# along with my prometric id etc to Sun's site and get a link to download the assignment.
3] Complete and upload/mail the assignment back to Sun.

Am i missing somehting here?

Thanks
Hi,

Can someone give me a rough idea of the topic-wise breakup of question in SCJP ?

1] Declarations and access control
2] Flow control,assertions and exception handling.
3] Garbage collection
4] Language Fundamentals
5] Operators and assignments
6] OO Concepts
7] Threads
8] Fundamental Classes
9] Collections.

Thanks and Regards,
Anindo
boolean x = (a = true) || (b = true) && (c = true);

Since && has a higher precedence than the || operator,
the expression evaluates to

boolean x = (a = true) || ( (b = true) && (c = true) );

Now the *short-circuit* operators come into play.
As soon as (a=true) evaluates to true, the runtime abandons the evaluation of the rest of the expression.
Complete details as follows -

Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027) (Paperback) by Kathy Sierra, Bert Bates

# Paperback: 752 pages
# Publisher: McGraw-Hill Osborne Media; 1 edition (December 11, 2002)
# Language: English
# ISBN: 0072226846
# Product Dimensions: 9.2 x 7.3 x 1.6 inches
K&B Book for 1.4 is as follows -

Sun Certified Programmer & Developer for Java 2 Study Guide (Exam 310-035 & 310-027)

Complete details at -
http://www.amazon.com/gp/product/0072226846/102-0810494-5951309?v=glance&n=283155&n=507846&s=books&v=glance
Wonder if any of ya are giving the SCJP 5 test?
Any takers for SCJP 5 in Pune?