News

One of the nasty little traps a Java developer can run into occurs when Collection.contains(Object) is not used with appropriate understanding. I demonstrate this potential trap in this post.
Java’s main function. Java’s main method is composed of six terms — three reserved words, the main method name, a reference type and a variable name: public – Java’s main function requires a public ...
Java and Ajax file uploads. If you want to get fancy and perform an asynchronous file upload with Java, add Ajax functionality by editing the HTML file. If you replace the markup in HTML file with ...