What are data structures 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 is stored procedure. How do you create stored procedure ?
Which list does not allow duplicates in java?
how to handle exceptions in core applications?
What are heap memory and stack memory and what are memory tables.
What code optimizations techniques you follow in general practice?
2 Answers Accenture, TCS, Wipro,
What is the method overriding?
How will you serialize a singleton class without violating singleton pattern?
How do you implement tree mirroring in java?
Map map = new HashMap(2); map.add(“1”,”one”); map.add(“2”,”two”); map.add(“3”,”three”); What will happen at this line?
what is the major difference between linkedlist and arraylist in java?
Difference between default and protected access specifiers?