Is a class subclass of itself?
No Answer is Posted For this Question
Be the First to Post Answer
What are the two parts of a conditional statement?
What is the difference between public, private, protected, and friend access?
How do I get a substring?
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 a instance variable?
What is arguments in java?
what is different between static and non static methods ,using example
Write a program to find the greatest of three numbers in java?
Suppose there is an Online shopping cart application having different objects like Cart, SelectionItem, Billing, COnfiguration, Authentication, Authorization, PersonalDetails etc. Out of this which one can be made a singleton pattern and why?
What is arrays aslist in java?
What is the difference between a break statement and a continue statement?
What is the functionability stubs and skeletons?