Answer Posted / neeraj
Servlet are precompile but jsp are complilec by container.
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
Why is actionform a base class rather than an interface?
what are the activation groupworks?
Can I map more than one table in a cmp?
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!
What is local interface. How values will be passed?
What is a class loader?
Why a component architecture for the java platform?
Describe responsibilities of Activator?
Explain the advantages and disadvantages of detached objects.
To identify IDL language what mapping mechanism is used?
Will the general public have access to the infobus apis?
What class is the top of the awt event hierarchy?
Is “abc” a primitive value?
What modifiers may be used with an inner class that is a member of an outer class?
How will you pass parameters in RMI? Why do you serialize?