
Examples of good Java desktop applications - Stack Overflow
More of a wiki list/collection, I'm looking for a list of good Java desktop apps. I've added a couple below to get started. Please list the framework/widget toolkit being used if it's know as well.
A summary of all Java EE specifications - Stack Overflow
May 7, 2016 · The Batch Applications for the Java Platform specification is a batch framework that provides support for creating and running batch jobs in Java applications. The batch framework …
What's a good example of a Java Swing application?
Nov 21, 2010 · I'm learning Java at my university, but unfortunately only the language and not really the framework. I'm interested in writing some Java applications in Swing. What are some projects that …
Real-world examples of recursion - Stack Overflow
Sep 20, 2008 · There is no recursion in the real-world. Recursion is a mathematical abstraction. You can model lots of things using recursion. In that sense, Fibonacci is absolutely real-world, as there are …
java - What is reflection and why is it useful? - Stack Overflow
Sep 1, 2008 · What is reflection, and why is it useful? I'm particularly interested in Java, but I assume the principles are the same in any language.
New features in java 7 - Stack Overflow
Oct 17, 2008 · New Feature of Java Standard Edition (JSE 7) Decorate Components with the JLayer Class: The JLayer class is a flexible and powerful decorator for Swing components. The JLayer class …
What is polymorphism, what is it for, and how is it used?
Jun 23, 2009 · In the programming world, polymorphism is used to make applications more modular and extensible. Instead of messy conditional statements describing different courses of action, you create …
How to properly import a selfsigned certificate into Java keystore that ...
I do want to import a self signed certificate into Java so any Java application that will try to establish a SSL connection will trust this certificate. So far, I managed to import it in keytool -
What are the applications of binary trees? - Stack Overflow
Jul 12, 2014 · I am wondering what the particular applications of binary trees are. Could you give some real examples?
Real-world examples of the Builder pattern - Stack Overflow
Mar 6, 2011 · The examples I found are all pizzas, cakes, cars et cetera (plus the parser example from the GoF book). Could you please tell me about some usages of this patten in real-world …