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.

[Read more...]