
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 …
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 …
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, …
What Are Some Prominent Real-World Applications of Java?
Java is often used for cross-platform applications with a graphical user interface, for cell phone applications, and on the server for generating web pages. The code that has already been …
java - What is reflection and why is it useful? - Stack Overflow
Sep 1, 2008 · 29 Java Reflection is quite powerful and can be very useful. Java Reflection makes it possible to inspect classes, interfaces, fields and methods at runtime, without knowing the …
What are the applications of binary trees? - Stack Overflow
Jan 25, 2010 · I am wondering what the particular applications of binary trees are. Could you give some real examples?
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. …
Compiled vs. Interpreted Languages - Stack Overflow
Jul 16, 2010 · Java is a perfect example. There is a bytecode-based platform (the JVM), a native compiler (gcj) and an interpeter for a superset of Java (bsh). So what is Java now? Bytecode …
How to properly import a selfsigned certificate into Java keystore …
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 -