Archive under: January, 2008

Microsoft Java Virtual Machine: tips

In Microsoft Windows and Internet Explorer, programs that are written in languages such as Pascal or C, are compiled into executable files, and require compilers to be run. These languages are dependent on the operating system, which implies that the programs written for Windows will not be able to run on Linux. Programming Languages such as Visual Basic, C is interpreted each time they would need to be executed on the user’s computer.

Java follows a different protocol, first the bytecode is formed, and then, when it is ready to be implemented, the byte code is interpreted. Java Virtual Machine is the software, which interprets this byte code and runs the java program. The java applets will not run without a virtual machine. Java applets are not dependent on one OS, making it a very useful language to write it, as the same code will work on many different computers.

732943593.jpg

It is necessary for the user to be aware that Sun is the original producer of Virtual Machine. The Sun virtual machine and the Microsoft virtual machine are not compatible due to Microsoft technologies being different. Some applets are distributed in a way, which will run only on the Microsoft Virtual Machine.
A user can have both versions of virtual machine installed on his/her computer. The control panel with the Sun version helps the user to switch between the settings.

News on Java Script Download

A smaller version of an OOPS concept software is JavaScript. JavaScript is the scripting language that is used to develop Web pages of lesser graphic content on the Internet. These webpages do not require the presence of a Java runtime environment. The software is so simple, that used in millions of Web pages to improve the design, create user-friendly forms, detect browsers, create internet cookies, and much more. JavaScript is a dynamic scripting language supporting prototype based object construction. The basic software syntax is written intentionally similar to both Java and C++ to reduce the number of new concepts required to learn the language. Sentence constructs such as ‘if’ statements, ‘for and while’ loops, ‘and’, ‘switch’ and ‘try’ are the same as in these languages.