Explain yourself with reStructured Text, embedded code, graphs, charts, and LaTeX–style math.
Join Siafoo Now
or
Learn More
Java Basics
Updated over 2 years ago (16 Jan 2008 at 11:23 PM)
recent activity
The library for all the basic java snippets that newbies commonly ask
Contents
|
|
|
enum | (1) |
|
|
Hello World | (1) |
|
|
XML-RPC | (1) |
|
|
java | (1) |
|
|
XMLRPC | (1) |
|
|
map | (1) |
|
|
hash | (1) |
|
|
hashmap | (1) |
|
|
newbie | (1) |
|
|
inner class | (1) |
|
|
initialized | (1) |
|
|
new | (1) |
|
|
array | (1) |
|
|
inner interface | (1) |
Licenses
|
|
LGPLv2 | (2) |
|
|
Public Domain | (4) |
A self contained example of creating and using enums in Java 1.5
Simple snippet to show how to declare pre-initialized array in java.
A simple example of how to initialize a static hash map in java
An example of using the an inner class in Java, that is a class defined inside a method or another class. It also illustrates how to define an inner interface.
A very simple example on setting up and calling XMLRPC methods from Java, using the wx-xmlrpc library
Add a Comment