Why should you start doing programing in JAVA .
Let's see what is JAVA .
It is a programing language which is designed by James Gosling in 1995 . It is object-oriented , Class - based programing language . Java programs are interpreted by the JVM ( Java Virtual Machine ) , which run on multiple platforms .This is why java programs are multiplatform and run on many devices . JAVA is fast , secure , reliable . Java is more Dyanamic than any other programing language present .
. Simple
Java was designed to be easy for the professional programmer to learn and use effectively. Assuming that you have some programming experience, you will not find Java hard to master. If you already understand the basic concepts of object oriented programming, learning Java will be even easier.
. Object -Oriented
Although influenced by its predecessors, Java was not designed to be source-code
compatible with any other language. This allowed the Java team the freedom to
design with a blank slate. One outcome of this was a clean, usable, pragmatic
approach to objects. Borrowing liberally from many seminal object-software
environments of the last few decades, Java manages to strike a balance between the
purist’s “everything is an object” paradigm and the pragmatist’s “stay out of my
way” model.
.Robust
The multiplatformed environment of the Web places extraordinary demands on a
program, because the program must execute reliably in a variety of systems. Thus,
the ability to create robust programs was given a high priority in the design of Java.
To gain reliability, Java restricts you in a few key areas to force you to find your
0 Comments