What are externizable interface?
No Answer is Posted For this Question
Be the First to Post Answer
how the mapping can be done from jsp to actionservlet?
what is handle?
How many ways can a thread be used?
What is a session? Can you share a session object between different theads?
What will happens, when a thread cannot acquire a lock on an object?
What is mdb and what is the special feature of that?
Explain the steps in details to load the server object dynamically?
int x=5,i=1,y=0; while(i<=5) { y=x++ + ++x; i=i+2; } System.out.println(x); System.out.println(y); System.out.println(i); How to solve this? Please explain!
Difference between sleep and suspend?
list the types of dialodg
wahts is mean by dynavalidatorform in struts/
What are the diff types of exception?