14
votes
Java inner class and static nested class
Nested classes are divided into two categories: static and non-static. Nested classes that are declared static are simply called static nested classes. Non-static nested classes are called inner cl …
4
votes
J2EE App Server Hello World
I would choose JBoss or Glassfish for a start. However I'm not sure what you mean by J2EE "Hello World". If you just want to deploy some JSP you could use this tutorial (for JBoss):
…
