Java features which makes the java most popular language..

The java is a most popular programming language platform present in the world today. More than 30 Millions devices which run on java technology. Following are the most important properties of java which have made it no #1 choice for programmer around the world. 1) P latform Independent:- Before we say and can understand meaning of the word platform, In programming the word platform means the environment In which a programs runs in simple words it is the combination of operating system and central processing unit. So window 10+ core i5 is one platform while Linux + core i7 is another platform. Now being platform independent means that a programmer which is compiled on window platform can directly executed on Linux platform without re-writing or re-compiling and java has speech up using it’s important component called 1. Bytecode 2. JVM. Whenever we compiled a java program the compiler never generates machine code rather the java compiler converts our program fro...