RaviShanker Tippa

Greenhorn
+ Follow
since May 05, 2002
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by RaviShanker Tippa

Hi All,
Has anybody got answers to test 157.please lemme know.

Thanks in Advance
Hi,
I have got the free vouchers for Test 483 and 486.Iam a SCJP1.4 and IBM xml certified.As per my understanding,the prerequisite for 483 or 486 is SCJP.Is it correct?.Iam planning to take the 483 first and then 486.Is this OK.Please let me know.
TIA
Hi All,
Can somebody help me for the good links on preparing for UML 486 test,the mode of test and any mock exams.
Thanks in Advance
Hey,
Iam a SCJD and IBM Xml developer cleared in Aug02.I have a typical problem.i did not get the
lapel pin and other stuff due to its non availability with them.Also M out of India on a deputation.It takes some time for them to ship but i need put the XML logo on my cv very urgently .Can any fellow IBM XML developers mail me the digital logo.
Thanx a lot in Advance.
RaviShanker Tippabhotla,
Fedex.
Hi All,
R there any good links on patterns and best practices for swing applications.
Thanx in Advance
RaviShanker Tippa
22 years ago
Hi,
Iam a Sun certified Java Programmer1.4.I wish to take another step in Java.Which is a better on e Developer Or Architect.
Thanx in Advance
RaviShanker Tippabhotla
Suncertified Java Programmer 1.4
IBM certified XML Developer
Hi
Iam a suncertified Java Programmer for 1.4 and want to know the details of Developer and Architect exams.Do i need to be a developer inorder to be a Architect.What is that it needs to be a Developer and Architect.
Thanx in Advance.
Sun Certified Java Programmer 1.4
IBM certified XML Developer.
Hi,
I cleared JCP1.4 with 87% just prepared for 10 days.Javaranch is really an indispensable site for
Java Resources.
Thanks one and All.
22 years ago
HI Subir,
Congrats on clearing the exam.Can u tell me what is the complexcity of the Thread questions and overall percentage of topics roughly.

Thanx in Advance
22 years ago
where can i get complex questions on Threads for SCJP1.4.

Originally posted by Ivette Mestre:
- I have some good summaries that I can e-mail upon request.
Can u please email them at [email protected]

22 years ago
static void compare(double d, float f)
{

if (f == d) System.out.print(" equal" );
else
System.out.print(" unequal");
}
Lets think that the method is called in the foll ways.
compare(Long.MAX_VALUE, Long.MAX_VALUE );
compare(Integer.MAX_VALUE, Integer.MAX_VALUE );
compare(Character.MAX_VALUE, Character.MAX_VALUE);
compare(Short.MAX_VALUE, Short.MAX_VALUE );
compare(Byte.MAX_VALUE, Byte.MAX_VALUE );
The result is unequal in Integer case.
Why it is so.?
To be Precise,
If the transaction is of type Bean Managed,then u can use UserTransaction.This apply only to sessionBeans not Entity Beans as they always are COntainer Managed Transactions.
W3.org is surely a great resource.But dont waste time on reading the entire spec.Primers on each spec in this site are a good Ones.For DOM and SAX
the API of various parsers is OK.Be a member of
xmldev list.It really gives u exposure to various Xml areas and applications.Post u r XML queries and get the answers.Be sure to atleast having an idea about each category of the Syllabus such as
DTD vs schema run time issues .....
All the Best.....
Passed IBM XML Test with 73% Just prepared for 15 days.Happy to clear the exam as my company wanted
me to clear it at the earliest.Not a single book followed totally on net for each topic and for SAX,DOM the apis are enough.