What is the generic function?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More Core Java Interview Questions

What classes of exceptions, thrown by a throw statement?

2 Answers  


What are actual parameters?

0 Answers  


What is the purpose of abstract class?

0 Answers  


Which one of the following suits the description of a string better: derived or primitive?

0 Answers  


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?

4 Answers   Logica CMG,


What is a singleton puppy?

0 Answers  


Does 'true' and 'false' are keywords?

5 Answers  


what are the differences between java and .net?..why u choose java?

1 Answers  


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.

1 Answers   TCS,


What is garbage collection? Can it be forced to run?

0 Answers   Global Logic,


How listener identify that the event came from a particular object?

0 Answers  


Categories