Categories
Tags → Java Programming How

Java Examples - Learn Java Programming by Examples

Kode Java website provides beginners to Java programming some examples of how to use the Java API (Application Programming Interface) to develop an application. Learning by following some examples will hopefully decrease the amount of time needed to ...
DETAILS

eRuby: SUSIE a Simple Photo Gallery in Ruby

SUSIE is a simple image gallery that is an opensource eRuby application. It is interesting because it shows how Ruby, a powerful and fully object oriented programming language can be used to do the tiniest of tasks. Ruby can be used as a fast procedu...
DETAILS

Java Script Objects

Important aspect of Java Script a programmer must be aware of is it is an Object oriented Programming language. This in other words means that it is possible to use built in objects available in Java Script and also it is possible for a Java Script p...
DETAILS

Java Script Variables

Just like any programming language the variables in Java Script are also used to store values. The value of the variable can be edited as required by the programmer.Some of the rules for forming variable names are as follows: Variable names are cas...
DETAILS

Java For Stand-Alone Applications

Java programming language was primarily developed to deal with embedded applications. But with the introduction of Swing and other user interface utilities to Java, it made its mark in desktop applications too. Now the trend is to use Java technology...
DETAILS

Aivea eShip Web Service

Have you been wrestling with how to calculate shipping charges real-time in your E-Commerce and E-Business Applications? STOP wasting programming hours, download and use Aivea(R) eShip Web Service! Aivea(R) eShip Web Service 1.0 is a SOAP/...
DETAILS

Diagnosing Java code: The case for static types

Love or hate it, static type checking can make code more robust. Programming languages are moving away from static type checking, but it is too powerful a debug resource to abandon. Static type checking can be one of the key weapons in a powerful ars...
DETAILS

Getting started with Python

Do you work in C, C++, or Java on large projects? This article shows how Python will give you results quicker and more reliably. Are you already scripting in a language other than Python? You''ll want to see how Python''s careful engineerin...
DETAILS
©2003-2008 jCay.com