2013年12月1日星期日

How to learn "JAVA core technology ," Volume 1, Chapter VII , it seems that memory is more than understanding

Chapter VII is "Graphic Design" , feel better framework needs to remember, rather than understanding. For example ,
EventQueue.invokeLater
 (
 new Runnable()
 {
  public void run()
  {
  A a = new A();
  a.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
  a.setLocationByPlatform(true);
  a.setVisible(true);
  }
 }
 );

like there are a lot , I feel there is no logic at all, is to remember the same. There are other multi- functions to death . How did you learn this knowledge to you?
As a beginner , you do not skip this part of the knowledge ?
------ Solution ---------------------------------------- ----
java in a simple GUI can be used to learn on the line , very few people actually work with this bad luck stuff. . .
------ Solution ---------------------------------------- ----

  
Will the chapters in this book which should focus on learning and practical application of some more ? I can not tell the primary and secondary . This book can be found to the Internet , you can pointing in more detail about it?   In addition to GUI graphical interface, is very important , especially IO, threading , collections , inheritance , encapsulation is the most important of these , I suggest you go online to download the video and see, not learn how to read things , see with instructional videos knock code, quickly learned . . .
------ Solution ---------------------------------------- ----
GUI java is not the focus , nothing more difficult to understand , and hands like ~
------ Solution ---------------- ----------------------------

  
is remember, too many features function .  
Then do not remember , the probability of use is too small , in my humble way . Oh, you can look rough , it is hard to understand a lot of things , so you have some development experience , the depth will be back in a great harvest
------ Solution ------- -------------------------------------
GUI look simple , personal recommendations do not need back , you can understand the amount of
------ For reference only ---------------------------------------


Will the chapters in this book which should focus on learning and practical application of some more ? I can not tell the primary and secondary . This book can be found to the Internet , you can pointing in more detail about it?
------ For reference only -------------------------------------- -


is remember, too many features function .
------ For reference only -------------------------------------- -
Thank you , understand, I'm ready to skip these chapters , look at a collection of generic programming and multithreading .

没有评论:

发表评论