can u draw class/object diagram for ATM
No Answer is Posted For this Question
Be the First to Post Answer
Explain JSP life cycle?
How to use ANT?
what is difference between business deligate and session facade ?
what are advantages of HQL? what are advantages of Native SQL? what are advantages of Criteria API?
What are the main classes of the list interfaces? : java collections
I have include a jsp page by using <jsp:include page="/.../xyz.jsp"/> The thing is that the xyz.jsp page has its submit button.When i click on that button the whole main page get refreshed.But i want to refresh only the xyz.jsp page.How could i achive it so that i can only refresh the xyz.jsp not the main page page?
2. Write a interface "Car" with the following methods void setName(String) String getName() void setColor(String) String getColor() void setModel(long) long getModel()
How is hashset maintained in memory by java ?
What is java collection? : java collections
What are the types of interface used in the java collections? : java collections
What is need of DAO? Write one simple DAO example?
Which interface does java.util.hashtable implement?