Answer Posted / amalendra
It depends on the Applicaiton server vendor.
| Is This Answer Correct ? | 4 Yes | 0 No |
Post New Answer View All Answers
What is the relationship between the canvas class and the graphics class?
Which are the different segments of memory?
what is handle?
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!
How will you pass parameters in RMI? Why do you serialize?
How would you detect a keypress in a jcombobox?
What is clustering? What are the different algorithms used for clustering?
what is a non-repeatable read?
What state does a thread enter when it terminates its processing?
What is threadfactory?
Is the infobus client side only?
Describe activation process?
What are the design considerations while making a choice between using interface and abstract class?
How would you create a button with rounded edges?
What are the types of scaling?