Lab Basics

 


You should be able to tell me...
  1. What is 'source code'?

     

     

  2. What is 'bytecode'?

     

     

  3. If you add a forgotten semi-colon to your program what must you do, in order, to run your code again?

     

     


I need to tell you...
  1. What's up with this "ASCIIClient.class" download? How do I see what it does?

     

     

  2. What does "Reverse Engineering" mean?

     

     

  3. System.out.printf
    1. How do I get a \ to print?

       

       

    2. How do I get rid of the extra digits past the decimal place when I don't want them?

       

       


    Everyone today should make sure they can:
    1. login
    2. open a terminal window & a browser
    3. download the 'starter' code from class schedule (website from this morning!)
    4. compile it
    5. interpret(run) it
    6. understand difference between what's possible when downloading .java files versus .class files.