jagomart
digital resources
picture1_Basics Of Programming Pdf 188048 | Java Item Download 2023-02-02 16-22-16


 181x       Filetype PDF       File size 1.77 MB       Source: www.cs.drexel.edu


File: Basics Of Programming Pdf 188048 | Java Item Download 2023-02-02 16-22-16
introduction to java material drawn from java basics java developed by james gosling at sun microsystems introduced in 1995 is one the fastest growing programming technologies of all time java ...

icon picture PDF Filetype PDF | Posted on 02 Feb 2023 | 2 years ago
Partial capture of text on file.
 
                   Introduction to Java
               Material drawn from [Lewis01, Kjell00, Mancoridis01]
                        Java Basics
                             Java
               • Developed by James Gosling at Sun 
                 Microsystems.  
               • Introduced in 1995.
               • Is one the fastest growing programming 
                 technologies of all time.
     Java                                                                                           1
                                                   Bytecode
                             • Java programs are translated into an intermediate 
                                language called bytecode.
                             • Bytecode is the same no matter which computer 
                                platform it is run on. 
                             • Bytecode is translated into native code that the 
                                computer can execute on a program called the 
                                Java Virtual Machine (JVM).
                             • The Bytecode can be executed on any computer 
                                that has the JVM.  Hence Java’s slogan, “Write 
                                once, run anywhere”.
                                       The Java Environment
                                                                                 Runs on
                                                                                Windows PC
                               Code           Compile           Result          Running JVM
                           Java Program     Java Compiler   Java Bytecode          UNIX
                              (*.java)          javac          (*.class)        Running JVM
                                                                                 Macintosh
                                                                                Running JVM
                                              Installing Java
                             • The Java Development Kit (JDK) is a 
                                collection of software available at no charge 
                                from Sun Microsystems, Inc.  The v1.3 
                                download is available at java.sun.com. 
         Java                                                                                                                                                                                   2
             Sample Java Program
         class Hello {
          public static void main ( String[] args ) {
            System.out.println("Hello World!"); 
          } 
         } 
          Try it yourself (Start a Notepad)
                Notepad
   Java                                                     3
                      Save the Source File
                          Name the File
                  Open a Command Interpreter 
                             Window  
                1.Start up the DOS command prompt
                2.Under the system prompt type cd \temp to get to the 
                 directory where you saved Hello.java
                3. Type command dir, to list the files under the 
                 directory. You should see Hello.java
     Java                                                                                                4
The words contained in this file might help you see if this file matches what you are looking for:

...Introduction to java material drawn from basics developed by james gosling at sun microsystems introduced in is one the fastest growing programming technologies of all time bytecode programs are translated into an intermediate language called same no matter which computer platform it run on native code that can execute a program virtual machine jvm be executed any has hence s slogan write once anywhere environment runs windows pc compile result running compiler unix javac class macintosh installing development kit jdk collection software available charge inc v download com sample hello public static void main string args system out println world try yourself start notepad save source file name open command interpreter window up dos prompt under type cd temp get directory where you saved dir list files should see...

no reviews yet
Please Login to review.