¡@

Home 

java Programming Glossary: illustrating

How can I generate a tag cloud in Java, with OpenCloud?

http://stackoverflow.com/questions/11481482/how-can-i-generate-a-tag-cloud-in-java-with-opencloud

rendering instead of HTML JSP. Here is a small snippet illustrating a very basic Swing tag cloud using OpenCloud library. It can..

How to use Hibernate @Any-related annotations?

http://stackoverflow.com/questions/217831/how-to-use-hibernate-any-related-annotations

to a single 'any' or multiple 'any' A short practical and illustrating example would be very much appreciated doesn't have to compile..

Java passphrase encryption

http://stackoverflow.com/questions/372268/java-passphrase-encryption

starting point. Check out the accompanying code example illustrating Password Based Encryption PBE . Btw the standard JRE provides..

How do I write a correct micro-benchmark in Java?

http://stackoverflow.com/questions/504103/how-do-i-write-a-correct-micro-benchmark-in-java

in Java I'm looking here for code samples and comments illustrating various things to think about. Example Should the benchmark..

How to Initialise a static Map in Java

http://stackoverflow.com/questions/507602/how-to-initialise-a-static-map-in-java

What are the pros and cons of each Here is an example illustrating two methods import java.util.HashMap import java.util.Map public..

Java Generics, how to avoid unchecked assignment warning when using class hierarchy?

http://stackoverflow.com/questions/5309922/java-generics-how-to-avoid-unchecked-assignment-warning-when-using-class-hierar

unchecked answer allowed Here is a sample code illustrating my problem import java.util. public class GenericQuestion interface..

effect of changing String using reflection

http://stackoverflow.com/questions/6932772/effect-of-changing-string-using-reflection

is about Java but I wrote a blog post a while back illustrating just how insane your program may behave if you mutate a string..

illustrating volatile : is this code thread-safe?

http://stackoverflow.com/questions/7851327/illustrating-volatile-is-this-code-thread-safe

volatile is this code thread safe I'm trying to illustrate..

Java Serialization with non serializable parts

http://stackoverflow.com/questions/95181/java-serialization-with-non-serializable-parts

implement Serializable. I've written a quick example below illustrating this. class MyClass extends MyClass2 implements Serializable..