Java Object List of performance analysis and testing

  SDK provides a set order to achieve several interface java.util.List, three of which most people are familiar with the Vector, ArrayList and LinkedList.    List of these is a difference between the performance of frequently asked questions.    In this article, I want to…

Java Study Note: Reference and Object

  I never refuse to confess that I am a newbie of Java programming. 

  It took me some time to understand the connection between reference and object, the difference between reference and pointer (I learned the concept in C / C + +) and the magnificant usage of upcasting. …

Java object serialization (Finishing Part 1)

  Read many of the online series of articles, I also wrote two now feeling these articles are not well clear of the sequences (including myself), so I will sum up their predecessors as well as their own experience with more simple understandable language to describe the mechanism, of course,…

Java Learning Object Serialization (2)

  Persistent Object 

  I wrote in the study of the Java object serialization (1) You already know the sequence of meaning and mechanisms of how to achieve some of the sequences in this article, we will go deep into the internal mechanism to see how it is working…

Java object serialization of study (1)

  The so-called "target sequences": Gangchachu think when this thing is very difficult, since the flu seen its simplicity, the simple word: use it as storage can be as simple text or digital storage targets. 

  Specific applications: As I accumulated experience is…

How the object is dead?

  After an object is constructed, the system is constructed out after the structure and whether or not the compiler? 

  Today review of the C + + language, for a small procedure.    Found a constructed object, the system will be in the VC6 Below call themselves such…

C + + object in the local static

  A simple class T 

  Class T 
  ( 
  Public: 
  T () 
  ( 
  Value = 0×12345678; 
  ) 
  ~ T () 
  ( 
  Value = 0; …

C + + object mutex visit

  Mutex object visit, a lock keyword C #, Java is synchronized keyword, under the Windows C + + on its own only through CriticalSection API programming has been achieved.    Below are the chicken striker Mutex categories: 
  (Class Mutex 
  Public: …

Null Object

  Null Object 

  Something for Nothing 

  Kevlin Henney 

  March 2003 

  Kevlin@curbralan.com 

  Kevlin@acm.org …

Business Layer cache in the business object

  ASP.NET Cache mechanism of the page, the user controls and custom cache, the paper provides a cache in the business of business object method. 
  The use of ASP.NET Cache mechanism can improve the overall performance of the Web server.    ASP.net pages provided in…