What Is Java Programming J2SE Explain & Need Of Java Programming
What is java Programming:
Java is a programing language that use the concept of objects and object oriented design to create a software. Java is able to run on any computer no mater what operating system it has installed because it utilizes a virtual machine (JVM) to run. Since it runs in a virtual machine, the setup of the physical machine it is running on doesn't limit its abilities to function. Java has been used for programing since 1995 when it was released by Sun Microsystem. It was invented by James Gosling.
Need Of Java Programming:
When we are using c or c++ programming language to develop any software then we found that that software are not able to run on another pc, because of there platform dependent, so we need that kind of software which we can run on any pc.
Our data is also a big issue in case of security, In c or c++ our data's are not much secure as compare to java.
In c or c++ we need to maintain memory but in java Garbage Collection Maintains automatically.
We need to develop some online applications so for that also that time we need java Programming.
We want that kind of language that is user friendly not machine friendly.
Labels: What is Java & Need