I am Avichal Vishnoi a student of MLV Textile & Engineering College, Bhilwara of B.tech. in Information Technology Branch. My e-mail ID is avichalvishnoi29@gmail.com. My postal address is Patola Mahadev road Bajrangpura Pur, Bhilwara (Raj.) 311802.
I completed my primary schooling from New Era Noble School, Diamond Educational Academy and Mayur Public School. I completed my Secondary and Senior Secondary Education from Govt. Ser. Sec. School Pur. In secondary examination I got 83.17% marks and 99% marks in mathematics. I completed my senior secondary study in Physics, Chemistry and Mathematics with 82.80%. For my best performance in Secondary and Senior Secondary exams Government of Rajasthan provided me two laptops.
I am a member of Heartfulness meditation and Pur Study Circle.
C programming language is my core programming language If anybody have any problem in C programming language he/she can contact me through mail.
Chapter 2 Compilation and Execution of a Java Program ⦁ Java Language uses only one compiler javac.exe for all platforms. ⦁ After compilation of a java program every class in source code will convert into individual Byte code. ⦁ A Byte code can be execute on any operating system with help of Java Virtual Machine (JVM). ⦁ JVM consists an Interpreter (which is Just-in-time compiler) can can convert Byte code into operating system readable form. ⦁ JVM differs fro compiler to compiler. ⦁ Java Developer Kit (Jdk) contains tools needed to develop the java program like compiler (javac.exe), Application Launcher (java.exe), etc. ⦁ Java Runtime Environment (Jre) contains JVM and Java package Classes (Java library). ⦁ Code for compilation a java program on command prompt : javac FileName.java ⦁ Code for execution of java program on command prompt : java FileName
Comments
Post a Comment