Why should I choose Java software development? What are the Pros and Cons?
Table of Contents
Java Pros
- It’s free cost, download it and start creating application.
- Open source with quite large community base.
- Lots of available third party libraries, frameworks & IDE for fast development cycles(Spring, Hibernate, Struts, Eclipse, IntelliJ).
- Platform independent, write once run on most modern platform(Windows, Unix, Linux, Mac & 32/64 bit hardware.)
- Supports Object Oriented Programming, easy to model real life scenarios into object model.
- very good support for internationalization.
- Memory management is automatic by use of garbage collector(G1, Concurrent Mark Sweep, Parallel scavenge garbage collector etc..)
- In built support for multi-threading. Java can very efficiently utilize the maximum of given hardware(Thread, Fork/Join, Executores, etc..)
- Pure java byte code running on 32 bite JVM works perfectly fine on 64 bit platform.
- It’s improving year by year.
Java Cons
- Is not good for desktop applications because of heavy memory footprint and huge VM startup time compared to any C/C++ written applications.
- Normal Java is not good for real time systems because of stop the world garbage collector pause.
Hello! I am Narayanaswamy founder and admin of narayanatutorial.com. I have been working in the IT industry for more than 12 years. NarayanaTutorial is my web technologies blog. My specialties are Java / J2EE, Spring, Hibernate, Struts, Webservices, PHP, Oracle, MySQL, SQLServer, Web Hosting, Website Development, and IAM(ForgeRock) Specialist
I am a self-learner and passionate about training and writing. I am always trying my best to share my knowledge through my blog.