Oracle Java SE: a tried and true development tool for rapid software development
Use Cases and Deployment Scope
Pros
- The JVM makes deploying across platforms simple
- Widely supported in the open-source community
- Actively maintained and developed
Cons
- Very object oriented, hard to use modern functional programming paradigms
- GC can cause performance issues
