Which implicit object in jsp is synchronized?
Answers were Sorted based on User's Feedback
Answer / shashank
I think entire JSP is synchronized. I am using IBM RAD.
When I see the equivalent java code of a jsp, it is
surrounded with synchronised(application) { } block.
It means in an instance of application, only one request
thread can use jsp at a time.
| Is This Answer Correct ? | 0 Yes | 5 No |
Answer / kaka
Application,out,Request,response,config,page,pagecontext,exc
eption and session
| Is This Answer Correct ? | 5 Yes | 10 No |
Write a program for Sum of the digits for a given number Ex: suppose user entered Number is 1214, It should calculate the above number like 1+2+1+4 = 8
Differentiate between .ear, .jar and .war files.
Is j2ee a language or framework?
what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?
What is java developer job description?
Describe orm?
What do you understand by actionform?
What is build file?
Is core java and j2se same?
Why primitive data types in java are not objects?
Which edition of java is used for developing web application?
Is advanced java and j2ee same?