Java67
Difference between ServletConfig and ServletContext in JSP Servlet? Answer
›
Difference between ServletConfig and ServletContext ServletContext and ServletConfig these two are the important interface of Servlet AP...
Difference between include directive, include action and JSTL import tag in JSP? Answer
›
There are three main ways to include the content of one JSP into another: include directive JSP include action and JSTL import tag ...
How to escape HTML Special characters in JSP and Java? Example
›
Escaping HTML special characters in JSP or Java is a common task for Java programmers. There are many ways to escape HTML metacharacters i...
8 comments:
3 Difference between Web Server vs Application Server vs Servlet Containers - Apache vs JBoss vs Tomcat
›
In the Java EE, or J2EE or JEE world, there is a lot of confusion between terminology, which is quite evident that now we have three words ...
9 comments:
10 Difference between Struts 1.x and Struts 2.x framework in Java
›
What is the difference between Struts 1 and Struts 2 is one of the popular Struts interview questions from Java JEE interviews? If you hav...
4 ways of Session management in Servlets, JSP, and Java Web Applications
›
Session tracking or Session management is an important feature of modern web applications which allows the server to remember its clients. ...
3 comments:
6 Difference between forward() and sendRedirect() in Servlet - Answer
›
Servlet in JEE platform provides two methods forward() and sendRedirect() to route an HTTP request to another Servlet for processing. Tho...
6 Difference between include directive and include action in JSP
›
Difference between include directive and include action Even though both include directive and include action allows you to include the re...
Top 12 Servlet JSP Interview Questions for Java JEE Developers
›
Hello guys, Servlets and JSP Interview Questions are the core of any Java JEE Interview and why not they are the back bone of Java Web ...
6 comments:
Top 20 Java Web Service Interview Questions with Answers
›
Java Web Services Questions and Answers Web Services interview questions are part of J2EE interviews for jobs which are looking for some...
7 comments:
Difference between GenericServlet vs HttpServlet in Servlet JSP - J2EE question
›
Difference between GenericServlet and HttpServlet is one of the classic Servlet Interview Question , asked on many Servlet and JSP Inter...
3 comments:
20 EJB 3.0 Interview Questions and Answers - Java J2EE
›
EJB interview questions are core part of any Java J2EE interview . As EJB forms business layer for modern J2EE enterprise application, Goo...
What is Struts Action Class in Java J2EE - How to use
›
What is Action class in Struts Struts in java is a framework, used to make web application its is based on Model View Controller or MVC ...
1 comment:
Top 40 Java and Linux Interview Questions Answers for IT Support Engineers
›
Hello guys, if you are going for a Java support engineer interview and looking for some frequently asked questions then you have come to the...
1 comment:
Can You declare Constructor inside Servlet Class in Java? Answer
›
Yes, Servlet can have Constructor , it's perfectly legal but it's not the right way to initialize your Servlet. You should use the...
3 comments:
Top 3 Free Struts Books for Java EE developers - Learn Online, PDF download
›
Jakarta Struts is one of the most popular MVC frameworks to create a Java web application. Struts 1.0 had ruled the world in the early 2000...
1 comment:
Top 5 Java EE Mistakes Java Web Developers should Avoid - Example
›
Hello guys, if you are working in Java EE and creating web applications and enterprise applications then you know that it's not as easy ...
20+ JMS Interview Questions and Answers for Java Programmers
›
Java Messaging Service or JMS interview questions is one of the important parts of any Core Java or J2EE interview as messaging is a key as...
J2EE Interview Question and answers for Java programmer
›
J2EE Interview Question and answers for Java programmer ---------------------------------------------------------- What is J2EE or JEE ? ...
›
Home
View web version