<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
>

<channel>
	<title>memory space</title>
	<atom:link href="http://www.codeweblog.com/feed/tag/memory-space/" rel="self" type="application/rss+xml" />
	<link>http://www.codeweblog.com/</link>
	<description>memory space</description>
	<pubDate>Mon, 22 Mar 2010 05:30:42+0000</pubDate>
	<generator>http://www.codeweblog.com/</generator>
	<language>en</language>
		<item>
		<title>Set-LinkedList and ArrayList Summary</title>
		<link>http://www.codeweblog.com/set-linkedlist-and-arraylist-summary/</link>
		<comments>http://www.codeweblog.com/set-linkedlist-and-arraylist-summary/#comments</comments>
		<pubDate>Fri, 05 Feb 2010 03:00:36+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[data access]]></category>
<category><![CDATA[lt]]></category>
<category><![CDATA[serializable]]></category>
<category><![CDATA[arraylist]]></category>
<category><![CDATA[cloneable]]></category>
<category><![CDATA[respects]]></category>
<category><![CDATA[queue]]></category>
<category><![CDATA[linkedlist]]></category>
<category><![CDATA[interface support]]></category>
<category><![CDATA[memory space]]></category>
<category><![CDATA[realization]]></category>
<category><![CDATA[insertion]]></category>
<category><![CDATA[inheritance diagram]]></category>
<category><![CDATA[random element]]></category>
<category><![CDATA[initial allocation]]></category>
<category><![CDATA[linear search]]></category>
<category><![CDATA[random search]]></category>
<category><![CDATA[fast search]]></category>
<category><![CDATA[space and time]]></category>
<category><![CDATA[random access]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/set-linkedlist-and-arraylist-summary/</guid>
		<description><![CDATA[1. Both the UML inheritance diagram: 2. Both are implemented: ArrayList: Internal data access using the array to achieve RandomAccess interface, support for random access LinkedList: Internal use link ...]]></description>
		<content:encoded><![CDATA[1. Both the UML inheritance diagram: 2. Both are implemented: ArrayList: Internal data access using the array to achieve RandomAccess interface, support for random access LinkedList: Internal use link ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/hibernate-generic-generic-dao/" title="hibernate generic generic DAO">hibernate generic generic DAO</a> 2009-02-27 09:46:44</li>
					<li><a href="http://www.codeweblog.com/struts2-hibernate-spring-problem-user-log-in/" title="Struts2 + hibernate + spring problem user log in">Struts2 + hibernate + spring problem user log in</a> 2009-02-27 09:45:41</li>
					<li><a href="http://www.codeweblog.com/hibernate-secondary-cache/" title="Hibernate secondary cache">Hibernate secondary cache</a> 2009-02-27 09:45:24</li>
					<li><a href="http://www.codeweblog.com/hibernate-s-lazy-strategy/" title="Hibernate's lazy strategy">Hibernate's lazy strategy</a> 2009-02-27 09:44:43</li>
					<li><a href="http://www.codeweblog.com/great-collection-of-java-interview-topics/" title="Great collection of java interview topics">Great collection of java interview topics</a> 2009-02-27 09:44:32</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/set-linkedlist-and-arraylist-summary/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate object status and operation of</title>
		<link>http://www.codeweblog.com/hibernate-object-status-and-operation-of/</link>
		<comments>http://www.codeweblog.com/hibernate-object-status-and-operation-of/#comments</comments>
		<pubDate>Wed, 12 Aug 2009 11:25:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java virtual machine]]></category>
<category><![CDATA[database records]]></category>
<category><![CDATA[persistence layer]]></category>
<category><![CDATA[persistent object]]></category>
<category><![CDATA[object reference]]></category>
<category><![CDATA[quot quot]]></category>
<category><![CDATA[java object]]></category>
<category><![CDATA[information data]]></category>
<category><![CDATA[person person]]></category>
<category><![CDATA[vector]]></category>
<category><![CDATA[persistent state]]></category>
<category><![CDATA[memory space]]></category>
<category><![CDATA[isolation]]></category>
<category><![CDATA[persistent identity]]></category>
<category><![CDATA[object memory]]></category>
<category><![CDATA[instantaneous state]]></category>
<category><![CDATA[transient objects]]></category>
<category><![CDATA[transient object]]></category>
<category><![CDATA[persistent objects]]></category>
<category><![CDATA[transient state]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-object-status-and-operation-of/</guid>
		<description><![CDATA[Hibernate objects of three kinds of status, are as follows: the instantaneous state (Transient), persistent state (Persistent), detached state (Detached). In a persistent state of the object, also kno ...]]></description>
		<content:encoded><![CDATA[Hibernate objects of three kinds of status, are as follows: the instantaneous state (Transient), persistent state (Persistent), detached state (Detached). In a persistent state of the object, also kno ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/application-of-spring-struts2-0-hibernate-hql/" title="Application of spring struts2.0 hibernate HQL">Application of spring struts2.0 hibernate HQL</a> 2009-02-27 11:20:38</li>
					<li><a href="http://www.codeweblog.com/what-is-the-appfuse/" title="What is the appfuse">What is the appfuse</a> 2009-02-27 10:02:10</li>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/hibernate-cfg-xml-configuration-file-including-the-primary-key-generation-strategy-introduction/" title="Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)">Hibernate.cfg.xml configuration file (including the primary key generation strategy Introduction)</a> 2009-02-27 10:01:17</li>
					<li><a href="http://www.codeweblog.com/learn-java-flow/" title="Learn Java flow">Learn Java flow</a> 2009-02-27 10:01:02</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-object-status-and-operation-of/</wfw:commentRss>
	</item>
		<item>
		<title>Performance Optimization of Java</title>
		<link>http://www.codeweblog.com/performance-optimization-of-java/</link>
		<comments>http://www.codeweblog.com/performance-optimization-of-java/#comments</comments>
		<pubDate>Mon, 25 May 2009 17:20:02+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[java java]]></category>
<category><![CDATA[performance problems]]></category>
<category><![CDATA[performance optimization]]></category>
<category><![CDATA[jsp servlet]]></category>
<category><![CDATA[performance evaluation]]></category>
<category><![CDATA[basic knowledge]]></category>
<category><![CDATA[interface design]]></category>
<category><![CDATA[java methods]]></category>
<category><![CDATA[performance requirements]]></category>
<category><![CDATA[java performance]]></category>
<category><![CDATA[memory space]]></category>
<category><![CDATA[performance 2]]></category>
<category><![CDATA[server side applications]]></category>
<category><![CDATA[server side programming]]></category>
<category><![CDATA[mid nineties]]></category>
<category><![CDATA[time efficiency]]></category>
<category><![CDATA[memory requirements]]></category>
<category><![CDATA[java technologies]]></category>
<category><![CDATA[program performance]]></category>
<category><![CDATA[evaluation criteria]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/performance-optimization-of-java/</guid>
		<description><![CDATA[Java in the mid nineties after the impressive win at the same time, but also attracted some criticism. Won the admiration of the major Java are cross-platform interoperability, the so-called &quot;Wri ...]]></description>
		<content:encoded><![CDATA[Java in the mid nineties after the impressive win at the same time, but also attracted some criticism. Won the admiration of the major Java are cross-platform interoperability, the so-called &quot;Wri ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/ruby-mbari-large-patches-performance-evaluation-report/" title="ruby MBARI large patches Performance Evaluation Report">ruby MBARI large patches Performance Evaluation Report</a> 2009-03-03 23:45:01</li>
					<li><a href="http://www.codeweblog.com/pring-beanfactory-at-the-jsp-servlet-web-xml-and-other-configuration/" title="Pring Beanfactory at the jsp, servlet, web.xml and other configuration">Pring Beanfactory at the jsp, servlet, web.xml and other configuration</a> 2009-03-03 10:26:54</li>
					<li><a href="http://www.codeweblog.com/hibernate-study-of-the-second/" title="hibernate study of the second">hibernate study of the second</a> 2009-03-01 18:37:51</li>
					<li><a href="http://www.codeweblog.com/hibernate-ii-study-notes/" title="Hibernate II Study Notes">Hibernate II Study Notes</a> 2009-02-28 15:59:32</li>
					<li><a href="http://www.codeweblog.com/log4j-easy-application-in-java/" title="log4j easy application in java">log4j easy application in java</a> 2009-02-27 13:51:33</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/performance-optimization-of-java/</wfw:commentRss>
	</item>
		<item>
		<title>Hibernate performance optimization techniques</title>
		<link>http://www.codeweblog.com/hibernate-performance-optimization-techniques/</link>
		<comments>http://www.codeweblog.com/hibernate-performance-optimization-techniques/#comments</comments>
		<pubDate>Sat, 09 May 2009 05:55:03+0000</pubDate>
		<dc:creator>CodeWeblog.com</dc:creator>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[data query]]></category>
<category><![CDATA[level cache]]></category>
<category><![CDATA[session level]]></category>
<category><![CDATA[result set]]></category>
<category><![CDATA[query object]]></category>
<category><![CDATA[persistent object]]></category>
<category><![CDATA[loading mechanism]]></category>
<category><![CDATA[performance optimization]]></category>
<category><![CDATA[data buffer]]></category>
<category><![CDATA[speed and performance]]></category>
<category><![CDATA[time 2]]></category>
<category><![CDATA[optimization techniques]]></category>
<category><![CDATA[database load]]></category>
<category><![CDATA[result sets]]></category>
<category><![CDATA[data volume]]></category>
<category><![CDATA[query results]]></category>
<category><![CDATA[processing time]]></category>
<category><![CDATA[data relationships]]></category>
<category><![CDATA[object initialization]]></category>
<category><![CDATA[memory space]]></category>
		<guid isPermaLink="true">http://www.codeweblog.com/hibernate-performance-optimization-techniques/</guid>
		<description><![CDATA[Deal with large amount of data at the time, there will be many data buffer stored in the Session level cache, this cache will be great too serious display performance, so in the use of Hibernate handl ...]]></description>
		<content:encoded><![CDATA[Deal with large amount of data at the time, there will be many data buffer stored in the Session level cache, this cache will be great too serious display performance, so in the use of Hibernate handl ...				<h5>Related Posts</h5>
		<div id="smilar">
		<ul>
					<li><a href="http://www.codeweblog.com/nan-jing-5-when-ibatis-hibernate-mixed-affairs-pay-attention-to-your-sql/" title="Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL">Nan-Jing 5: When IBatis.Hibernate mixed affairs, pay attention to your SQL</a> 2009-02-27 10:01:47</li>
					<li><a href="http://www.codeweblog.com/based-on-jdbc-jpa-annotation-achieve-simple-crud-generic-dao/" title="Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao">Based on JDBC, JPA Annotation achieve simple CRUD Generic Dao</a> 2009-02-27 09:45:34</li>
					<li><a href="http://www.codeweblog.com/the-level-hibernate-cache/" title="The level Hibernate cache">The level Hibernate cache</a> 2009-02-27 09:45:02</li>
					<li><a href="http://www.codeweblog.com/sign-in-spring-struts2-0-hibernate-user-authentication/" title="Sign in spring struts2.0 hibernate user authentication">Sign in spring struts2.0 hibernate user authentication</a> 2009-02-27 09:43:13</li>
				</ul>
		</div>
		        ]]></content:encoded>
		<wfw:commentRss>http://www.codeweblog.com/hibernate-performance-optimization-techniques/</wfw:commentRss>
	</item>
	</channel>
</rss>
