Skip to main content

Posts

Featured

Introduction of Java(JDK,JRE,JIT)

Father of Java Father  of java is James Gosling. Java was conceived by James Gosling, Vikas Ghosle, Patrick Naughton, Chris Warth, Ed Frank and Mike Sheridan at sun microsystem,Inc in 1991. About java This language was earlier called Oak, but was renamed java. The name Oak comes from Oak tree and because Oak name was already taken by other corporation, so they changed their name to java. There are some drawbacks in conventional programming languages like in slowly compilation, no platform independency and more lot of things. In an attempt to find such a solution ,Gosling and his team work on a platform independent language that could be used to produce code that would run on different paltform and with different cpu's, ,under differnet environments.This efforts of sun microsystems finally led to the creation of Java. COMPONENTS OF JAVA         JDK(java development kit)  JDK  provides development tools and runtime enviroment, hence using JDK we can

Latest posts