What is output buffer?
No Answer is Posted For this Question
Be the First to Post Answer
How do you remove an element from an arraylist in java?
Explain the features of java?
who can we create the object of a class? in how many ways we can create it (max 5)
What are the limitations for static method?
What is the default modifier in Interface?
How do you use equal in java?
how jvm allocates memory for stack?
What is the difference between notify and notifyall method?
What is the main function in java?
Explain about transient variables in java?
Can we serialize arraylist in java?
I need some details about an employee. i have only the employee id in my presentation layer(JSP).I entered that ID and click "Show Details" Button. Question is how the JSP pass that id to Controller layer and DAO and what mechanism we are using to retrive data from DB and how the data passed to JSP as a Output. Please explain in detail.