Is it possible to stop the execution of a method before completion in a sessionbean?
What do you know about seam?
Explain the difference between object state and behavior?
Why are some of the class and element names counter-intuitive?
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 new operator and class.forname().newinstance()?
What is synchronization and why is it important?
What are the sequence of steps to write pub or sub model kind of application?
What are transaction attributes?
What is the immediate superclass of the applet class?
What is ioc concept?
How can I scroll through list of pages like the search results in google?
What are the call back methods in entity bean?
what is a portable component?
Can I import same package/class twice? Will the jvm load the package twice at runtime?