Top 10 Interview Tips
Top 10 Interview Tips 1. Enter into a state of relaxed concentration. This is the state from which great basketball players or Olympic skaters operate. You’ll need to quiet the negative self chatter in...
Top 10 Interview Tips 1. Enter into a state of relaxed concentration. This is the state from which great basketball players or Olympic skaters operate. You’ll need to quiet the negative self chatter in...
JavaScript Interview Questions 1. Ques: JavaScript can only run on Windows. Answer : No 2. Ques: what are the basic data types in javascript: Answer : strings, numbers, Booleans, and nulls 3. Ques: To...
XML Interview Questions 1. Ques : How many root elements can an XML document contain? Answer : One 2. Ques : What is the term used to identify elements sharing the same parent element?...
Spring Interview Questions 1. What is AOP? Ans: Aspect-oriented programming, or AOP, is a programming technique that allows programmers to modularize crosscutting concerns, or behavior that cuts across the typical divisions of responsibility, such...
Hibernate Interview Questions 1. What the Core interfaces are of hibernate framework? Ans: There are many benefits from these. Out of which the following are the most important one. i. Session Interface – This...
Struts Interview Questions Ques : What is ActionForm? Answer : An ActionForm is a JavaBean that extends org.apache.struts.action.ActionForm. ActionForm maintains the session state for web application and the ActionForm object is automatically populated on...
EJB Interview Questions Ques : Brief description about local interfaces? Ques : What are the special design care that must be taken when you work with local interfaces? Ques : What happens if remove(...
Java Interview Questions Ques: Describe the wrapper classes in Java. Answer: Wrapper class is wrapper around a primitive data type. An instance of a wrapper class contains, or wraps, a primitive value of the...
JSP Interview Questions Ques: How do I prevent the output of my JSP or Servlet pages from being cached by the browser? Ques: How does JSP handle run-time exceptions? Ques: How can I implement...
Servlet Interview Questions Ques: Explain ServletContext. Ques: What is preinitialization of a servlet? Ques: What is the difference between Difference between doGet() and doPost()? Ques: What is the difference between HttpServlet and GenericServlet? Ques:...
Recent Comments