Thayarupan Raj

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

Recent posts by Thayarupan Raj

Statefull session bean will be created after client invoke the Business interface
BUT Stateless session will be created by container and available in POOL regardless of client
[ July 08, 2008: Message edited by: John Kristin ]
Alim,

Great work... Much appreciated..
Yup...

I was preparing for SCBCD 1.3, But Once i checked sun web site, it was not availble...So doing for SCBCD 5.0..

Many thanks,
JOHN K
SCJP 5.0, SCWCD 1.4, OCA 9i, SCBCD 5.0(reading..)
Hi Beno�t,

Thanks a lot....

Many thanks,
JOHN K
SCJP 5.0, SCWCD 1.4, OCA 9i, SCBCD 5.0(reading..)
Hi Guys,

I am completely new to EJB and preparing for SCBCD 5.0 exam. The best way to do the chapter wise mock exam. Then easy to understand the chapters and concepts.. so If you guys know any free mock exam sites, Please post here....

Many thanks,
JOHN K
SCJP 5.0, SCWCD 1.4, OCA 9i, SCBCD 5.0(reading..)
[ April 11, 2008: Message edited by: John Kristin ]
Thanks buddy

JOHN K
SCJP SCWCD OCA
Hi Guys,

Is there any free Practice Mock Exam for ecah chapters? If any guys have, Could you please send it me?([email protected])

JOHN K
SCJP 5.0, SCWCD 1.4, OCA 9i
[ April 08, 2008: Message edited by: John Kristin ]
Hello Chaminda,

Could you please post the link of those docs...?

-John
Hi Guys,
Today morning I did the SCWCD Exam and I got 89%. Thanks every Java javaranchers. Used HF-JSP&Servlet book and javaranch mock exams, http://www.examulator.com and jdiscuss exams.


-John Kristin
[ January 02, 2008: Message edited by: John Kristin ]
Hi Buddies,

Yesterday I did the Exam and passed 73% - after 25 days hard work
Thanks a lot JavaRanch forum Guys....
[ October 16, 2007: Message edited by: John Kristin ]
17 years ago
Hello ,

following wrapper objects will always be == when their primitive values are the same:
1. Boolean
2. Byte
3. Character from \u0000 to \u007f (7f is 127 in decimal)
4. Short and Integer from -128 to 127
But We can have static members in "Static Inner class" if enclosing class does not have any static/final member

public class Tests {
public static void main(String args[])
{
}
static class inner
{
static int s=10;
public static void rt()
{

}
}
}


[ September 30, 2007: Message edited by: John Kristin ]
[ September 30, 2007: Message edited by: John Kristin ]