<?xml version="1.0" encoding="iso-8859-1" ?>
<!DOCTYPE rss >
<rss version="2.0">
<channel>
<title>PHP scripts, Javascript, script writing, Collection of Scripts Resources, Free Scripts, Source code and Scripts, web resources, source code, free script, books, examples, help and more!</title><link>http://www.advancescripts.com/rss/468.html</link><description>General Java RSS feeds</description><language>en-us</language><copyright>Copyright (c) AdvanceScripts All rights reserved.</copyright><item>
<title>Explain garbage collection</title>
<link>http://www.advancescripts.com/detailed/15782.html</link>
<description>Garbage collection is one of the most important feature of Java. Garbage collection is also called automatic memory management as JVM automatically removes the unused variables/objects (value is null) from the memory. User program can’t directly free the object from memory, instead it is the job of the garbage collector to automatically free the objects that are no longer referenced by a program</description>
</item>
<item>
<title>What is the difference between JDK and JRE</title>
<link>http://www.advancescripts.com/detailed/14214.html</link>
<description>The &quot;JDK&quot; is the Java Development Kit. i.e., the JDK is bundle of software that you can use to develop Java based software. The &quot;JRE&quot; is the Java Runtime Environment. i.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs.  

</description>
</item>
<item>
<title>What is Polymorphism</title>
<link>http://www.advancescripts.com/detailed/14213.html</link>
<description>Polymorphism means any forms. In OOPS, it refers to the capability of objects to react differently to the same method. Polymorphism can be implemented in the Java language in the form of multiple methods having the same name. Java code uses a late-binding technique to support polymorphism; the method to be invoked is decided at runtime. </description>
</item>
<item>
<title>What do you understand by Synchronization</title>
<link>http://www.advancescripts.com/detailed/14212.html</link>
<description>Synchronization is a process of controlling the access of shared resources by the multiple threads in such a manner that only one thread can access one resource at a time. In non synchronized multithreaded application, it is possible for one thread to modify a shared object while another thread is in the process of using or updating the object's value. Synchronization prevents such type of data corruption</description>
</item>
<item>
<title>A Full Java Tutorial that Anyone Can Edit</title>
<link>http://www.advancescripts.com/detailed/13163.html</link>
<description>We have created a Java tutorial from scratch. It includes all general aspects of java and very understandable.</description>
</item>
<item>
<title>Macronimous-JavaServer Faces</title>
<link>http://www.advancescripts.com/detailed/10308.html</link>
<description>Building user interface for web is always been discussed, advised, argued and even warned among the web developer community and user interface researchers.</description>
</item>
</channel>
</rss>
