my interviewer asked me what technical specification you used
how to answer that question
No Answer is Posted For this Question
Be the First to Post Answer
what is the IDE that you have used to write your java programs?
2 Answers Inforica, Interface Software,
Which java collection class can be used to maintain the entries in the order in which they were last accessed?
What are the differences between the java collection and the java list? : java collections
In HashSet duplicates are allowed while adding to the HashSet, but while retreiving the object from HashSet is not shown the duplicate values, WHY ?
Can any one tell me How to explain bank project desription in interview
How to implement or use the singleton class in java?
Which is the better framework for web applications, struts or spring, and why?
What is iterator in the java collections framework? : java collections
How do you create UserTransaction Object? How do you rollback a transaction in a method?
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?
Difference between Spring framework and Struts framework?
12 Answers IBM, L&T, VAM,
What are the considerations to be made in case of loops in java ?