Blogs about: Java

Featured Blog

EMMA Instumental Android Build Bounty

sharemefg wrote 2 hours ago: Image by Iban Nieto via Flickr As you migth know EMMA unit testing coverage is somewhat in st … more →

Tags: android, Mobile, Emma, Unit Testing

Netbeans 6.7 já está disponível.

Marcio T N Ferreira wrote 5 hours ago: NetBeans.org anunciou a nova versão do NetBeans IDE 6.7! Nesta nova versão o foco do NetBeans IDE 6. … more →

Tags: Blog, Linux, Windows

Eclipse 3.2 And Subversive

ninomartinez wrote 6 hours ago: Seems like gremlins in my machine, first time we at work did a branch the branch received changes fr … more →

Tags: Nortel SCE

ClassLoader and arrays

laura717 wrote 10 hours ago: Problem: ClassLoader classLoader = ClassloaderTest.class.getClassLoader(); Class className = classLo … more →

UnboundID LDAP SDK for Java 0.9.10

directorymanager wrote 10 hours ago: The UnboundID LDAP SDK for Java version 0.9.10 has just been released. The release notes provide th … more →

Tags: Directory/Identity, LDAP, Open-Source, UnboundID

Passing arguments in a constructor via reflection

laura717 wrote 10 hours ago: Constructor constr = Class.forName("MyObjectCalss").getConstructor(new Class[]{MyArgumentClass1.clas … more →

Tags: Reflection

Setting Java Locale

laura717 wrote 10 hours ago: Setting Locale from the jvm > java -Duser.language=2-char-language-code -Duser.region=2-char-cou … more →

Tags: develop

Axis HTTP Proxy

laura717 wrote 10 hours ago: AxisProperties.setProperty(”http.proxyHost”, “proxy.net”); AxisProperties.se … more →

Tags: J2EE, AXIS, Webservices

Algorithms.In.Java.3rd.Edition

janesheeba wrote 10 hours ago: Download http://kewlshare.com/dl/a790d6338749/Algorithms.In.Java.3rd.Edition.rar.html http://hotfil … more →

Tags: 3rd edition, Algorithms, Computer, E-Books, Programming, Tutorials

TUGAS PBO 'database' KELAS A2 comments

randy wibowo djunanto wrote 12 hours ago: Ketentuan Database : Download dahulu gambar di bawah ini. DOWNLOAD THIS! nama schema / databa … more →

Tags: IT 209 - PBO, Pengumuman, take home

Mechanic Objects in Java I2 comments

generalvlad86 wrote 13 hours ago: The principles of object oriented allow us to design software more near to the reality than ever. A … more →

Tags: Programming, Physics, Mechanics, objects, object oriented, oop, Software, Software Engineering

Review Retest UAS PebeO

wisnumulyadi wrote 13 hours ago: Ikutin retest UAS PeBeO, 3Juli2009. Penasaran pas kemaren UAS benerannya ndak bisa. Dah kebayar pena … more →

Tags: Pemrograman, uas, PBO

Java 1.6 fonts issue on Scientific Linux 5.2

panoskrt wrote 13 hours ago: On SL5.2 there is a missing link for the fonts to be used by JRE 1.6.0_11. The directory /usr/lib/jv … more →

Tags: Linux

Importing pkcs12 data into jks keystore

pauldavidgilligan wrote 15 hours ago: Introduction Recently I was working on a minor tool in java to organise and import various pkcs12 da … more →

Tags: keystore, PKCS12, jks

Android Game Sounds

sharemefg wrote 18 hours ago: Remember in 2007 Sonivox donated some game sound technology to OHA and Android? Some examples o … more →

Tags: android, Mobile, MIDI, Python, sonivox, wxPython

Java Decompiler

kataruben wrote 19 hours ago: Ada yang lagi nyari Java Decompiler? Hal pertama yang paling diinget ya DJ Java Decompiler. Tapi say … more →

Tags: Decompiler, Free

Java: volatile and synchronized

ranjithchandran wrote 22 hours ago: Call it attention deficiency or getting old, I need to remind myself every often what is volatile - … more →

Tags: technology, synchronized, volatile

Insertion Sort

abhirama wrote 22 hours ago: Java: public class InsertionSort { private List<Integer> nos; public InsertionSort(List … more →

Tags: Code, Algorithms-Study, Python

Selection Sort

abhirama wrote 22 hours ago: Java: public class SelectionSort { private List<Integer> nos; public SelectionSort(List … more →

Tags: Code, Algorithms-Study, Python