Note: forwarded message attached. __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com ...
Note: forwarded message attached. __________________________________ Do you Yahoo!? The New Yahoo! Search - Faster. Easier. Bingo. http://search.yahoo.com ...
F a c t: Mo r e t ha n 1 6 m il l i o n me n ar ound t he w o r ld h a ve u se d V I A G RA t o im pro v e t h ei r sex l i ves! Ev er yd ay m o re men ar e r...
Hello friends, I am new to this group. I have been associated with Java for not too long. I am planning to give first Java Programmer Certification Exam in two...
I think you have already known what must yo do to prepare yourself for getting SCJP. May be you've got little confidence by yourself. My suggestion is do what...
Denny Permana
denny@...
May 5, 2003 10:42 am
12671
Hi, At http://www.javacertificate.com you can practise each objective and you get a personalised dynamic training all for free. Many mock-exams are provided on...
hello i am ur new group fellow. i hope u all can help me.???? i want to give SCJP1.4 but i feel difficulty in finding any SCJP1.4 test exam. if anybody have...
Hi Noor, I don't agree if java exam site is difficult to be found. If you go to google site, enter java certification keyword, you'll get many sites which ...
Denny Permana
denny@...
May 6, 2003 5:45 am
12675
Hi, This is not regarding comparison of objects. When objects are required to be compared , equals() method is used. and = operator can be used with data types...
Boolean.equals(Object obj) Returns true if and only if the argument is not null and is a Boolean object that represents the same boolean value as this object. ...
Also Noor, Check javaranch.com and hunt around there. You will find a lot of good information and where to go for exams. Tom Register your Domain Name for...
hi guys, can anyone please explain me the reason for the output of the below given code. class Sample { public staic void main(String arg[]) { static int i=10;...
The assignment line i=i++; is the one with the effect as is the post increment operator i.e the value is increment but the original value is returned i.e when...
... Your Email address has not been given to any third parties. This special offer is only sent to Adaptive Learning Systems customers who have opted-in to...
TechRepublic
techrepublic@...
May 7, 2003 8:53 pm
12682
Interestingly, if you just put "i++ ", it will still increment the variable. It looks as if "i = i++ "won't actually happen until after the method...
Hi Tom, Sorry but that is not correct, i.e line 2 i=i++; does execute in the code and has nothing to do with the method return ex see below what happens if we...
I think the best way to explain this is to use operator precedence the ++ (unary post increment) operator has higer precendence than the = (assignemnt)...
Chats, Thanks, but your example doesn't compare to the given example. Your method is returning a completely different variable. But Rajiv's explanation makes...
There is one simple rule which says that, 1) In case of post increment, i++ , first value of i is used in expression (here it will be 10) and then increment...
Hi ! I have some problem with IO.The problem is that i have got InputStream's object and now i want to obtain File class object. Which is being used by this...
Do you want to read in a File object? If so, use a FileInputStream object with a File object that you want to use. Or, instead of a File object, use a string...
hi guys, Can u please discuss the behaviour of a static keyword declared object , what is need ?, is it really used e.g. class A { ..... ..... } class...
Hi, First of all....You cannot declare a static object in a method. A static object has class scope and is not created separately for an object.Please write...
Hello, I am taking this exam for "Sun Certified Programmer for Java 2 JDK 1.4" in a few days. can anyone (who has already taken the exam) please tell me how...
pls can u help me with d topics covered in SCJP to help me for my cert preparation ?...
jotaisi
jotaisi@...
May 12, 2003 4:11 pm
12693
Hi Mouli , Firstly the 'static' modifier does not apply to classes(or objects) . The 'static' modifier has some meaning only when applied to variables and...
Hi Friends, I am glad to tell that, I have passed the java certification exam. This group has help me a lot. I have written like 10 mock exams and 2 weeks of...