Java - Overview Java programming language was originally developed by Sun Microsystems, which was initiated by James Gosling and released in 1995 as core component of Sun Microsystems.s Java platform (Java 1.0 [J2SE]). As of December 08 the latest release of the Java Standard Edition is 6 (J2SE). With the advancement of Java and its wide spread popularity, multiple configurations were built to suite various types of platforms. Ex: J2EE for Enterprise Applications, J2ME for Mobile Applications. Sun Microsystems has renamed the new J2 versions as Java SE, Java EE and Java ME respectively. Java is guaranteed to be Write Once, Run Anywhere Java is: Object Oriented : In java everything is an Object. Java can be easily extended since it is based on the Object model. Platform independent: Unlike many other programming languages including C and C++ when Java is compiled, it is not compiled int...
Popular posts from this blog
HOW TO DISABLE WINDOWS 10 UPDATE
I wish to bring to the notice of my readers and my followers who mail me the trouble they had in the uses of window 10. complaint received my some of my friends is that the so call window doe's not allow the to have free operating system and the system interface is not friendly in use. it is pertinent to mentioned to you that microsoft made window 10 easier for the user to use and the only thing you need to know is the underlisted method this post made by jumatoo How to Disable Windows 10 Update Solution 1. Disable Windows Update Service Understand the limitations of this method. While disabling the automatic update service will temporarily halt any Windows 10 cumulative updates, the service will re-enable itself after a certain amount of time. Here are the directions: 1. Press the Windows logo key + R at the same time to invoke the Run box. 2. Type services. msc and press Enter. 3. Scroll down to Windows Update , and double-click it. 4. In...
Comments