Sujittt Tripathyrr

Ranch Hand
+ Follow
since Jun 21, 2006
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
In last 30 days
0
Forums and Threads

Recent posts by Sujittt Tripathyrr

Hi Everyone

I want to create a Web service for our application which is required for attaching,detach document in content manager.So If i am creating a web services then which way shall i create i.e through JavaBean/through EJB.

Another question if i am creating a web service, is is mandatory that i need to publish in UDDI or any registry.

Thanks for the valuable help.
18 years ago
Hi

Is there any validity period exist for SCJP certification ?

Thanks
why the synchronized method overriding can be possible with a non synchronized method.

Thanks in advance
Hi

Can you please tell me what is the basic difference between hashCode and equal method.

Thanks
I added the sleep method but still the output is coming as same.i am not able to understand . why the second thread runs after the end of first thread.
Thanks vinay for Reply

Is that the only requirement of ejbPostCreate or any other else.Can we write any code in the ejbPostCreate method.

Thanks
Why there is a ejbPostCreate method for every ejbCreate method.
hi Lynette Dawson

I go through the article but i didn't understand properly can you pls tell me something about how to write the code for this problem.

Thanks
18 years ago
JSP
Hi

I face a problem that when i am clicking the Refresh button of Browser then all the action code are executed each time.So I want when i will click the Refresh,Back,Forward button of Browser then it will forward me to another page stating that "Session Expired" or anything.

So is there any way to handle this in JSP.

Thanks in advance.
18 years ago
JSP
Is Java Is a fully ObjectOriented language?
18 years ago
What is a Factory Pattern in Java.How we design a Factory Pattern programitically.

Thanks
Why this code snippet gives error :

1. class Outer {
2. class Inner { }
3. }
4.
5. public class InheritInner extends Outer.Inner {
6. InheritInner () { }
7.
8. public static void main(String [ ] args) {
9. Outer o = new Outer( ) ;
10. InheritInner ii = new InheritInner( ) ;
11. }


Thanks in Advance
Hi
Befor a week i attained CORDYS , Hyd test.Anybody know how is the Company .There I cleared written and Interview.They told that they will contact me but after a week they didn't contact me.

Can anyone know the recruitment process of CORDYS.

Thanks in advance
18 years ago