Advertisement
RazorBlade57

review

Apr 30th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.70 KB | None | 0 0
  1. Advantage of using binary io instead of text io? === Numbers are all stored as the same size, regular text needs to encode and decode. No overhead Converting
  2.  
  3. Can objects be read to and from files? === Yes. Objects - write and read to file - binary
  4.  
  5. ComboBox vs Listview? === You can only select one object in a combobox, but you can select one or more in a listview.
  6.  
  7. Checkbox Vs RadioButtons? === You can select one or more options with checkbox, but only one with radiobuttons.
  8.  
  9. Textfield vs TextArea? === Textfield is one line, textarea is many lines.
  10.  
  11. Slider in place of TextField? === No need to validate input.
  12.  
  13. ***Layout managers, but not in depth, be able to use. Know how to use event handlers.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement