What do you know about the garbage collector in java?
What is jvm? How its run?
What is use of static method?
What are loops in java? What are three types of loops?
Write a program to check string is palindrome without using loop?
What is the purpose of the finally clause of a try-catch-finally statement in java programming?
What is binary tree in java?
where u use Abstraction and Interface in real time
What is entry in java?
can any one tell me when do u go for inheritance and polymorphism
what happens when a thread cannot acquire a lock on an object? : Java thread
Where is const variable stored?
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.