What are the kinds of polymorphism?
No Answer is Posted For this Question
Be the First to Post Answer
Explain when noclassdeffounderror will be raised ?
What is super constructor?
how to deploy tomcatserver to weblogic server? write d following steps?
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.
Can a class be protected in java?
What is the function of java?
class A{ some variables; public void a()throws Excepion1,Exception2{....} } class B extends A{ variables... public void a()throws E2,E3{.....} } Qns: here override of methods occurs or not,ore else wil give any compilation error or run properly..plz tell me briefly whts happening with the above codes....
what is an object and how do you allocate memory to it?
How does indexof work?
Do you know why doesn't the java library use a randomized version of quicksort?
Does apple use java?
Is java 1.7 the same as java 7?