What is the generic function?
No Answer is Posted For this Question
Be the First to Post Answer
What classes of exceptions, thrown by a throw statement?
What are actual parameters?
What is the purpose of abstract class?
Which one of the following suits the description of a string better: derived or primitive?
The following program is Overloading or Overriding? public class PolymorphismEx { public int sampleMethod(int a) { return a; } public String sampleMethod(int a) { return "Is it Overloading or Overriding???"; } }
4 Answers Ness Technologies, TCS,
how to compile jsp?
What is a singleton puppy?
Does 'true' and 'false' are keywords?
what are the differences between java and .net?..why u choose 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.
What is garbage collection? Can it be forced to run?
How listener identify that the event came from a particular object?