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.
SQLite
This article is for beginners of SQLite.
Visual C++ Express
Developing C++ programs for windows platform can be fun, provided that you’re using the right tool. There are plenty of choices available while starting your journey in windows development using C++. The two most worthy tools are Turbo C++ explorer & Microsoft visual C++ express. [Read more...]
Java Swing
If you’re learning java & getting used to those console outputs, then you must be desperate to create GUI programs. With java, you can have added advantage of using GUI programs on variety of operating systems. Due to its customized look & feel option,less system resources and more sophisticated components makes swing used in many desktop applications these days. This article is simple introduction to Swing UI. [Read more...]
Java
Java is an object-oriented programming language developed by Sun Microsystems. It is very popular because of its cross-platform nature & ease of use. With java you can create programs that can run on desktop as well as web application. So if you’re new to java programming this article is helpful to you in understanding the concepts of it in short. [Read more...]
Errors & Exception handling
Every accomplished programmer or developer has been through lot of errors and exceptions while programming. Errors are developers’ birth right. You can’t be better programmer if you don’t know how to deal with them. Every programming language has its own way of dealing with them. The focus of this article is to help you deal with errors that are bound to occur while you develop program. [Read more...]
Remote method invocation
In distributed computing, client-server communication takes place between objects. In CORBA, two different objects can communicate with each other. But,If you’re programming in java, then place where your objects reside are part of JVM. So what if you need to communicate with the objects in two different JVM’s. In this case RMI is the solution. [Read more...]
Eric Wong
Today we check in with Eric Wong, developer of CircleDock, VideoInPicture, Easy Unicode paster. Sit back and give our interview with Eric Wong a read.