akosiraff

Differentiate class (static) and instance variables

Mar 5th, 2013
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.91 KB | None | 0 0
  1. Download: http://solutionzip.com/downloads/differentiate-class-static-and-instance-variables/
  2.  
  3. Part 1
  4. Differentiate class (static) and instance variables. When does it make sense to use a static variable. Be specific by providing an example.
  5. Part 2
  6. Using listing 8.6 (on page 311 of the textbook) as a guide, create your own graphical user interface (GUI). Use at least 4 different GUI components (Buttons, Combo box, checkbook, textfield …). Be sure your code compiles and runs. Display a screen capture of your GUI.
  7. Part 3
  8. Create your own Java code that uses the String class and at least 4 of the methods in that class. Show the code and describe what it is doing.
  9. Part 4
  10. Create your own Java code that uses the StringBuffer class and at least 4 of the methods in that class. Show the code and describe what it is doing.
  11.  
  12. Download: http://solutionzip.com/downloads/differentiate-class-static-and-instance-variables/
Advertisement
Add Comment
Please, Sign In to add comment