Can we override private method in java?
No Answer is Posted For this Question
Be the First to Post Answer
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 should I import for arraylist in java?
what is the diffrences between platform independent and portable
What is a functional interface?
Explain the difference between protected and default access.
What is jrmp?
What is %02d?
Explain the difference between transient and volatile in java?
strings in java are objects.why?
how to handled exceptions & erros in ejb?
all are saying java doesn't support multiple inheritance but by default Object class is super class for all the user defined classes and we can extend atmost one class so each class can extend more than one class so java supports multiple inheritance?i am confused with this,pls any one explain me.
Can a class be subclass of itself?