22858 total geeks with 3297 solutions
Recent challengers:
best bread maker
 Welcome, you are an anonymous user! [register] [login] Get a yourname@osix.net email address 

Articles

GEEK

User's box
Username:
Password:

Forgot password?
New account

Shoutbox
sefo
anilg, new comments are deleted automaticall y because of some abuse recently
anilg
this is plain wierd. I submitted comments twice to article 950, and they dont seem to be there. Something wrong with the comment code?
CodeX
shout-boxes in general are old + the staff thing happened to everyone after an issue 2 months ago
anilg
/me is no longer staff :(
anilg
Also, osix's shoutbox predated twitter. Heh.

Donate
Donate and help us fund new challenges
Donate!
Due Date: Sep 30
September Goal: $40.00
Gross: $0.00
Net Balance: $0.00
Left to go: $40.00
Contributors


News Feeds
The Register
Washington Supremes
deliver death
sentence to betting
site
Google faces
antitrust
investigation in
Texas
It"s alive! Duke
Nukem Forever
breaks out of
vapour trail
Ubuntu "Maverick
Meerkat" erects own
App Store
Doctor Who goes to
the Proms
Unity ? iPhone code
swap approved by
Jobs (for now)
Nigerian man gets
12 years for $1.3m
419 scam
Oz school in
homosexual
kookaburra rumpus
All the week"s
Reg Hardware
reviews
Gordon Brown joins
World Wide Web
Foundation
Slashdot
NASA Preps
Closest-Ever Sun
Mission
Software (and
Appropriate Input
Device) For a
Toddler?
Brazil Considering
Legalizing File
Sharing
Game Publishers
Using Stealth P2P
Clients
Winnie-the-Pooh
Parodied In
Wookie-the-Chew
2010 May Be the
First Year YouTube
Turns a Profit
VISA Pulls Plug On
ePassporte, Porn
Webmasters
New and Old
Experiments Combine
To Help the Search
For Life On Mars
NVIDIA Announces
New Line of
Fermi-Based Mobile
Chips
Where Does Dell Go
After Losing 3Par?
Articles in topic

Java

Java: Class
by: manila - 2009-10-08 03:59:29
A brief explanation of Class in Java. What is it?
3161 bytes more - viewed 1742 times - comments - rated
Java: Beginning Java: Setting up JDK
by: SAJChurchey - 2009-02-17 03:47:07
This is the first in what I hope will become a series of tutorials on the basics of Java. If you are already familiar with programming, this series will provide you with everything you need to know to get started with this portable language. In this article, I will explain some of the basics of the Java programming language and how to set up a basic development environment on your own PC using Sun's JDK 1.6.
12373 bytes more - viewed 3079 times - comments - rated
Java: Basic Networking in Java :: TCP
by: Solnus - 2007-01-02 16:03:16
Programming TCP connections in Java.
3631 bytes more - viewed 15594 times - comments - rated
Java: Writing Your Own Exceptions
by: SAJChurchey - 2005-12-17 01:02:18
This second article in my series on exceptions in Java will introduce you to the finally block. I will also go on to explain the structure of the standard Java API so that you understand the classes you will more than likely be extending in your own applications.
10756 bytes more - viewed 31003 times - comments - rated
Java: Exception Handling in Java
by: SAJChurchey - 2005-11-13 05:04:48
In the following article, you will learn the basics of catching and using Exceptions in Java. This is the first of a few articles that I am going to write on the subject. In future articles, I will be telling you how to write your own exceptions for use in your applications, along with exception chaining to make more robust applications that report effective error messages.
7932 bytes more - viewed 65286 times - comments - rated
Java: Rowset a Java-Bean Compliant Object that Encapsulates Database Access
by: sharad_thakur007 - 2005-10-13 07:28:17
Rowset is a Java-Bean Compliant Object that Encapsulates Database Access.
6619 bytes more - viewed 6833 times - comments - rated
Java: Wireless Java - Developing with J2ME
by: D-Cypell - 2005-07-08 08:06:05
A review of the book titled 'Wireless Java, Developing with J2ME' by Jonathan Knudsen, published via Apress.

If somebody were to ask me, “Which technologies have had the biggest impact on society in recent times?”, it is likely that the Internet and mobile telecoms would be at the top of my list.
4805 bytes more - viewed 9658 times - comments - rated
Java: Connecting to MySQL with Java
by: optikal - 2005-05-05 23:48:17
This is a result of a administration program I am working on at the moment. I wanted to store my data on an external sql server. So MySQL was my choice since I already had it up and running for my website. I have only been able to find sample codes for accessing a relational database with java. Here I will try to explain, in some detail, what and why we are doing what we do to access the database.
4765 bytes more - viewed 40646 times - comments - rated
Java: The Java Observable Interface
by: n3ptun0x - 2004-08-19 20:21:47
A brief summary of the Observable interface.
1724 bytes more - viewed 32743 times - comments - rated
Java: Java Key Trapping
by: dimport - 2003-06-30 20:00:22
Have you ever wondered how to associate actions to keys?


Here you is the code lets you associate those actions.

442 bytes more - viewed 8287 times - comments - rated
Java: Jdk 1.4, Eclipse and Assertions
by: dimport - 2003-06-21 07:19:46
In case you missed all the hype, Sun Microsystems has recently launched a new version of Java. In this tutorial I am going to take you through getting JDK 1.4 up and running in the Eclipse development environment, which is a very sexy open source Java development tool. I will also touch on Assertions - a new feature of JDK1.4. The article assumes you are running on Windows, but both Eclipse and JDK1.4 are also available for Linux.
5009 bytes more - viewed 14154 times - comments - rated
Java: Sending email with Java
by: dimport - 2003-06-21 07:19:46
In this example I will be taking a quick look at Java's support for email
through the JavaMail API, and will produce a simple mail client capable
of sending email with file attachments.
3633 bytes more - viewed 115444 times - comments - rated
Java: MD5 Hashing in Java
by: dimport - 2003-06-21 07:19:46
A wrapper for Java's MD5 class that makes life a little easier.
1923 bytes more - viewed 65981 times - comments - rated
Java: Java Symetric Key Cryptography
by: dimport - 2003-06-21 07:19:46
The Java SDK 1.4 has now come standard with libraries for protection of information. Among these libraries are the libraries for encryption. Encryption is a valuable resource for programmers who need to write secure software.
2208 bytes more - viewed 8037 times - comments - rated
Java: Calling COM objects from Java
by: dimport - 2003-06-21 07:19:46
This tutorial shows how easy it is to access Microsoft COM objects using Java.

Before I start the tutorial I want to make a few things clear...

Firstly, If you want to write Windows applications that make use of COM, you should really be coding in VB or C#, however there are times when it makes sense to write your application in Java, but you really need to use some functionality provided by COM - Such as accessing a Microsoft Exchange server from a Java Web server.

Secondly, this tutorial makes use of IBM's bridge2Java technology. There are lots of alternative technologies out there, but I like IBM's solution because it's easy to live with - it just works.
5098 bytes more - viewed 12076 times - comments - rated
Java: A Closer Look at Typecasting
by: dimport - 2003-06-21 07:19:46
Often in programing and especially in OOP (Object Oriented Programming) we find ourselves in a position where a variable is of a particular data type, when we really need it to be of another. To do this we use typecasting or type conversion.
6131 bytes more - viewed 12664 times - comments - rated
Java: yaps -Tcp and Udp simple port scanneer
by: dimport - 2003-06-21 07:19:46
YAPS - Yet Another Port Scanner
Ok, I'm learning socket programming in java so i made a port scanner. Hope this will help people with the idea of error checking within the program, and starting a connection with a host.
3249 bytes more - viewed 7199 times - comments - rated
Java: Introduction to Arrays, and Sorting using Java
by: dimport - 2003-06-21 07:19:46
Seems you guys want more tutorials; well here is a simple explanation of Arrays, and how to sort them in one of our more popular languages, Java.
1832 bytes more - viewed 8299 times - comments - rated
Java: Debugging Backwards in Time
by: dimport - 2003-06-21 07:19:46
Debugging backward in time, see what the program's result was.. and see where the result was wrong.. you can see everything.. i suggest to at least look at the program.. it might save a lot of your time(and probably will). You can prolly read more on the site: www.LambdaCS.com
2373 bytes more - viewed 3974 times - comments - zero rated
Java: FreeTTS: a speech synthesizer in java
by: dimport - 2003-06-21 07:19:46
FreeTTS is a speech synthesizer written entirely in the Java programming language. Which is quite remarkable because Java isn't the first language that'd pop in my mind if I had to make such a device.
2950 bytes more - viewed 14178 times - comments - rated
Java: Executing code in an Interface
by: dimport - 2003-06-21 07:19:46
Sometimes you choose to place constants in an interface. Sometimes constants require complex initialization. Since all variables in an interface are final, you cannot assign a value that requires more than one operation, or relies on a result of some more complex computation.
519 bytes more - viewed 6813 times - comments - rated
Java: The Java string cache
by: dimport - 2003-06-21 07:19:46
The behaviour of Java’s ‘string literals’ is a commonly misunderstood feature of the platform, but with a little knowledge of this system and some liberal hacking using the reflection API it is possible to cause ‘System.out.println(“Hello World”)’ to actually display a completely different piece of text… doubters read on…
7932 bytes more - viewed 10345 times - comments - rated
Java: PMD released!
by: dimport - 2003-06-21 07:19:46
PMD is a Java source code analyzer. It finds unused variables, empty catch blocks, unnecessary object creation, and so forth. This release includes a number of new rules and bugfixes. .
737 bytes more - viewed 6483 times - comments - rated
Java: A Java AWT Reference
by: dimport - 2003-06-21 07:19:46
The AWT (Abstract Windowing Toolkit) is a commonly used GUI API in Java, and it contains a lot more than you might think. . .
14555 bytes more - viewed 7094 times - comments - rated

Features

The Forums
Re: unable to
load level 3
images

(CodeX/Geek Tips)
unable to load
level 3 images

(viv0411/Geek Tips)
Re: reverser 8
(Zaphod/Geek Tips)
Re: Bonus 4 -
Sound Waves

(adi2004/Geek Tips)
Re: Level 1
(sajchurchey/Geek Tips)

Recent Blogs
Glad to be back
here in OSIX
Free Laptop
Prams Buggies
and Pushchairs
0 comments
bb's blog
Fri 26th Feb 9am
First one
1 comment
Action's blog
Tue 12th Jan 10pm
A Daily
Profanity at
dailyprofanity.
com
0 comments
bb's blog
Mon 21st Dec 11am

Current Poll
What's an
appropriate
response to a
hacker?

Contact Police/Authorit ies
Give Praise
Do Nothing
Ban Known IPs (but proxy option remains)
Deactivate Account
Delete from HoFs
Hall of Shame
Other (Please Comment)



View Results
(15 Comments)

Site Comments
<p><a
title=2010 pro
bowl
href=h...

(Anonymous / // To print semicolons using C programming without using semicolons any where i / amisauv's blog)
Buy D
(Anonymous / Creating a Lexical Analyzer in C / amisauv's blog)
Fationable
PUMA Run

(Anonymous / agh, the irc java applet / Renegade's blog)
Fationable
PUMA Run

(Anonymous / my tut is uberl33t...read / Renegade's blog)
Fationable
PUMA Run

(Anonymous / hey if i get the power to / Renegade's blog)
Fationable
PUMA Run

(Anonymous / bb: what do you mean NEAR / Renegade's blog)
Fationable
PUMA Run

(Anonymous / my alergy medicine is mak / Renegade's blog)
Fationable
PUMA Run

(Anonymous / ahh, the joy of ham. / Renegade's blog)
Fationable
PUMA Run

(Anonymous / because that's what chris / Renegade's blog)
Fationable
PUMA Run

(Anonymous / damn! caffene rush! put c / Renegade's blog)


     
Your Ad Here
 
Copyright Open Source Institute, 2006