what are the activation groupworks?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Advanced Java Interview Questions

Explain the different types of memory used by jvm?

0 Answers  


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!

0 Answers  


Why use a datasource when you can directly specify a connection details? (in a J2EE application)

1 Answers  


What restrictions are placed on the location of a package statement within a source code file?

0 Answers  


Difference Between java & javax

5 Answers   Sun Microsystems, Wipro,






If your ui seems to freeze periodically, what might be a likely reason?

0 Answers  


How do u supress the parameters from the displaying in the url?

2 Answers  


What is the relationship between the canvas class and the graphics class?

0 Answers  


If we opened windows notepad 4 times, does it starts 4 processes or 4 threads?

1 Answers  


how the mapping can be done from jsp to actionservlet?

2 Answers   SolutionNET,


How do you iterate in Hashmap?

1 Answers   HCL, Infotech,


diff between jsp include directive and jsp action include?

2 Answers   SolutionNET,


Categories