Seek Interview Questions: Give a few reasons for using Java

Friday, August 27, 2010

Give a few reasons for using Java

Ans). Java is a fun language. Let’s look at some of the reasons:

  1. Built-in support for multi-threading, socket communication, and memory management (automatic garbage collection).
  2. Object Oriented (OO).
  3. Better portability than other languages across operating systems.
  4. Supports Web based applications (Applet, Servlet, and JSP), distributed applications (sockets, RMI. EJB etc) and network protocols (HTTP, JRMP etc) with the help of extensive standardised APIs (Application Program Interfaces).

No comments: