A very interesting and confusing question.....
"WHY JAVA ........?"
The first and foremost reason behind using Java is...
Java is a fun language J
Why..?
Let’s take a look at some of the reasons:
- Java has built-in support for
:
- Multi-threading
- Socket
communication
- Memory management (automatic garbage
collection).
- Object
Oriented Programming language (OOPS).
- Better portability than other languages
across different operating systems.
- It
supports :
- Web
based applications (Applet, Servlet, and JSP)
- Distributed applications (sockets, RMI, EJB, Web Services etc)
- Network
protocols (HTTP, JRMP etc) with the help of extensive standardized APIs
(Application Programming Interfaces).
- And there are many other multiple reasons that proves that why in today's world everyone wants to switch for Java over other languages.
