-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Aparna edited this page Aug 13, 2017
·
8 revisions
-
Platform independent language - Java code and the compiled byte code was designed to be platform independent. Since they wanted Java to be coded such that it is not dependent on the physical machine, all platform independent code was put into the JVM. So since
-
Imperative and object-oriented language
-
Simple
-
Robust and secure language
Java is a compiled and interpreted language that is simple, strongly typed and case sensitive.
- It has inbuilt garbage collection functionality
- No pointers
- Multi-Threading
- Auto type checking