Tomcat Web Container

Tomcat is powerful web container with which you can develop your Servlet & JSP application. Tomcat is designed by Apache to provide support for JSP & Servlet engine. If you know java then you already have the idea of JSP & Servlet. If not then simply remember that Servlet & JSP are used for providing dynamic content to web browser. You can think of JSP as similar to PHP. In this article I’ll explain tomcat in terms of question & answer format. [Read more...]

Embedded Database engines

There are numerous relational databases out there, each providing their own different level of functionality. If you’re building standalone java application and want to distribute your application across multiple computers. Then this question frequently comes out: “Which Embedded database should I use in this situation? [Read more...]

Stacks in java

In this article we’ll discuss stack in java.

[Read more...]

SQLite

This article is for beginners of SQLite.

[Read more...]