Share Your Source Code or Article

Do you have source code, articles, tutorials, web links, and books to share? You can write your own content here. You can even have your own blog.

Submit now...

Database Programming Made Easy

This tutorial will teach you step by step on how to connect and manipulate database. If you'd like to suggest a tutorial please write a comment at the bottom of this article.

Read more...

Hire Us to Do Your Work

Do you want a customized system? Do you want to setup your own website to do business? Then we are here to help you in your programming needs.

Read more...

Search



java

Java Program Within Java Program

suspect777's picture
in

This application can write java code during run time.

Java Animation

suspect777's picture

This java application using polygon...

Sample Java Application Using ODBC/JDBC Driver

suspect777's picture

This program introduced the database connectivity using DSN. A simple application that can invoke multiple frame...

Stack Implimentation in Java

a_jo9's picture
in

It covers ===================== Push() Pop() Display() ==================== this program have a class named as Stack .In that all functions are stored The main class is creating an object of the class and calling the all functions

Java

a_jo9's picture
in

int x;
system.out.println(x);
What is the out put of this ??

IS there any auto initialisation method in java here

Writing Maintainable Codes

arjay_nacion's picture

When working on a project where in you have to add features to an existing code written by other members of your team, you may have encountered problems understanding parts of the code. Sometimes the problems are caused by codes not well commented or sometimes the codes are simply unreadable.

Take this code for example:

  1. int x = Integer.parse(request.getParameter("x").toString());

Speed-Up Software Development : Framework-Driven Development

arjay_nacion's picture

Many software developers today are still using the old way of "write your own code" strategy. Although it may seem right for a developer's perspective in terms of skill enhancement and originality, when it comes to developing large-scale applications on a tight deadline, this may not seem to be the best approach.

SpringSource tc Server

admin's picture

If you were running apache tomcat server in your web server then most probably you face some problem on serving some of your servlet and jsp pages. One of the problems I encounter before with tomcat server is it’s hard to install. Especially if you are not an expert user in Linux operating system.

Exception Handling

admin's picture

What is an Exception?

Definition:

“When an unusual, irregular, abnormal or nonstandard condition arises in a sequence of code at run time this phenomenon is referred as Exception handling

An exception is a runtime error.

Syndicate content

Step by Step Java Tutorial

In this tutorial you will learn how to program with Java. It has a rich of information to be educated well with Java.

Read more...

Do You Have Question?

Do you have any question related to computer programming? Visit our forum and post new topic on the category you like. Be gentle when asking a question.

Ask now...

Point of Sale

Point of Sale is very useful especially for supermarkets or restaurants. I have included a barcode scanner in this program. Please check it out.

Read more...