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: Jul 31
July Goal: $40.00
Gross: $0.00
Net Balance: $0.00
Left to go: $40.00
Contributors


News Feeds
The Register
UK.gov sticks to IE
6 cos it"s more
"cost effective",
innit
T-Mobile UK pumps
out the iPhone 4
Polaroid 300
instant print
camera
NatWest dumps O2
Money
YouTube ups video
time limit
Alleged expenses
fiddlers to face
justice
Nude trampolinist
bounces free from
court
Nexus One phone
rockets to 28,000ft
UK.gov drops £6m on
Google
Fake Firefox update
used to sling
scareware
Slashdot
British ISPs Favour
Well-Connected
Customers
"Bizarre"
Nanobubbles Found
In Strained
Graphene
1-in-1,000 Chance
of Asteroid Impact
In
...
2182?
2 Chinese ISPs
Serve 20% of World
Broadband Users
World"s Fastest
Hybrid OK"d For
Production
Sometimes It"s OK
To Steal My Games
Thermoelectrics
Could Let You Feel
the Heat In Games
KDE SC 4.7 May Use
OpenGL 3 For
Compositing
Perl 6, Early, With
Rakudo Star
Internal Costs Per
Gigabyte —
What Do You Pay?
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 1597 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 2989 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 15209 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 30099 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 63514 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 6766 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 9583 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 39546 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 32109 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 8191 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 14013 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 110343 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 65195 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 7950 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 11897 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 12531 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 7141 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 8184 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 3920 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 14073 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 6772 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 10176 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 6439 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 7036 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
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)
http://www.gucc
iusaoutlet.net/
index.php?ma...

(Anonymous / Glad to be back here in OSIX / jericocampos's blog)


     
Your Ad Here
 
Copyright Open Source Institute, 2006