<?xml version='1.0' encoding='UTF-8'?><?xml-stylesheet href="http://www.blogger.com/styles/atom.css" type="text/css"?><feed xmlns='http://www.w3.org/2005/Atom' xmlns:openSearch='http://a9.com/-/spec/opensearchrss/1.0/' xmlns:georss='http://www.georss.org/georss'><id>tag:blogger.com,1999:blog-1139862891621576766</id><updated>2009-09-24T09:31:35.274-07:00</updated><title type='text'>JAVA</title><subtitle type='html'></subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://javaexamebooks.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1139862891621576766/posts/default'/><link rel='alternate' type='text/html' href='http://javaexamebooks.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Sameera Dinusha</name><uri>http://www.blogger.com/profile/11036613699274347100</uri><email>sameira@gmail.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>5</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-1139862891621576766.post-7839994877265599429</id><published>2008-09-10T01:03:00.000-07:00</published><updated>2008-09-10T01:05:59.425-07:00</updated><title type='text'>Head First Book Collection Updating...</title><content type='html'>&lt;ul&gt;&lt;li&gt;&lt;a style="font-size: 12pt;" target="_blank" href="http://rapidshare.com/files/121362557/OReilly.Head.First.Servlets.and.JSP.2nd.Edition.Mar.2008.pdf"&gt;OReilly.Head.First.Servlets.and.JSP.2nd.Edition.Mar.2008.pdf&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;&lt;ul&gt;&lt;li&gt;&lt;a style="font-size: 12pt;" target="_blank" href="http://rapidshare.com/files/121843026/Head-First-Java-2nd-edition.pdf"&gt;Head-First-Java-2nd-edition.pdf&lt;/a&gt;&lt;/li&gt;&lt;/ul&gt;&lt;br /&gt;    &lt;span style="color: rgb(0, 102, 0);"&gt;If you are in need of any more head first book,Comment and request here....&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1139862891621576766-7839994877265599429?l=javaexamebooks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://javaexamebooks.blogspot.com/feeds/7839994877265599429/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=1139862891621576766&amp;postID=7839994877265599429' title='1 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1139862891621576766/posts/default/7839994877265599429'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1139862891621576766/posts/default/7839994877265599429'/><link rel='alternate' type='text/html' href='http://javaexamebooks.blogspot.com/2008/09/head-first-book-collection-updating.html' title='Head First Book Collection Updating...'/><author><name>Sameera Dinusha</name><uri>http://www.blogger.com/profile/11036613699274347100</uri><email>sameira@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00801758894123136321'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>1</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1139862891621576766.post-2033211148375260342</id><published>2008-06-27T21:57:00.000-07:00</published><updated>2008-09-10T00:24:29.228-07:00</updated><title type='text'>Dynamically Generating jpg &amp; png   Images - JAVA</title><content type='html'>&lt;div style="text-align: justify;"&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;You can add graphics and even texts to a existing image or&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt; generate a new one from this method.&lt;/span&gt;Just think that you need to add some text on some background,And generate it dynamically&lt;this style="color: rgb(51, 51, 255);"&gt;.this is the method for that.here it says how to give a picture and change it as we need &lt;span style="color: rgb(51, 51, 255);"&gt;(Adding some graphics) and generate it as a separate jpg or png,&lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt; If you need to generate a completely new one,Just use&lt;/span&gt;&lt;br /&gt;&lt;/this&gt;&lt;/div&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;&lt;span style="color: rgb(51, 51, 255); font-weight: bold;"&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;                                 File file = new File();&lt;/span&gt;&lt;br /&gt;                                                         &lt;/span&gt;&lt;span style="color: rgb(51, 51, 255);"&gt;insted of the URL as a parameter.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;import javax.imageio.*;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;import java.io.*;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;import java.awt.image.*;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;import java.awt.*;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;import java.lang.*;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;import java.net.*;&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;public class Main {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    public static void main(String[] args) {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;        // TODO code application logic here&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;           // Create an image to save&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;       try&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;       {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;           WriteImage();  &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;       }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;       catch(IOException e)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;       {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;              System.out.println(e.toString());&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;       }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    public static void WriteImage() throws IOException&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    {           &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;       &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;            RenderedImage rendImage = myCreateImage();&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;           // Save as PNG&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;           File file = new File("C:/Program Files/&lt;br /&gt; netbeans-5.5.1/enterprise3/apache-tomcat-5.5.17/webapps/ROOT/FormattedPics/Background.png");&lt;/span&gt; //file path,can be any where elsein your pc, here it uses tomcat webapps folder for some other purpose.&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;        ImageIO.write(rendImage, "png", file);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;        System.out.println("New Png Created");&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;       &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;        // Returns a generated image.&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    public static RenderedImage myCreateImage() throws IOException&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt; {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt; //       int width = 100;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;  //      int height = 100;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    try&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;      //  Create a buffered image in which to draw&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;      //  BufferedImage bufferedImage = new BufferedImage(width, height, BufferedImage.TYPE_INT_RGB);&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;//location of the image to be modofied&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;          BufferedImage bufferedImage = ImageIO.read(new URL("http://localhost:8084/SourcePics/newimage.png"));&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;       // Create a graphics contents on the buffered image&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;          Graphics2D g2d = bufferedImage.createGraphics();&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;   &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;// Draw graphics&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;//        g2d.setColor(Color.BLUE);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;//        g2d.fillRect(0, 0, width, height);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;//        g2d.setColor(Color.GREEN);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;//        g2d.fillOval(0, 0, width, height);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;          g2d.drawString("text",40,80);&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;          &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;        // Graphics context no longer needed so dispose it&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;       g2d.dispose();&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;        &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;     return bufferedImage;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;        &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    catch(Exception e)&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    {&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;        System.out.println("Error" + e.toString());&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;        return null;&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;      &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    }&lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;    &lt;/span&gt;&lt;br /&gt;&lt;span style="color: rgb(153, 0, 0);"&gt;}&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;Plz send your comments here&lt;br /&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1139862891621576766-2033211148375260342?l=javaexamebooks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://javaexamebooks.blogspot.com/feeds/2033211148375260342/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=1139862891621576766&amp;postID=2033211148375260342' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1139862891621576766/posts/default/2033211148375260342'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1139862891621576766/posts/default/2033211148375260342'/><link rel='alternate' type='text/html' href='http://javaexamebooks.blogspot.com/2008/06/dynamically-generating-images-of-jpg.html' title='Dynamically Generating jpg &amp; png   Images - JAVA'/><author><name>Sameera Dinusha</name><uri>http://www.blogger.com/profile/11036613699274347100</uri><email>sameira@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00801758894123136321'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1139862891621576766.post-768753070318138049</id><published>2008-06-12T21:17:00.000-07:00</published><updated>2008-06-12T21:21:20.686-07:00</updated><title type='text'>Sun_Certified_Java_Developer_Study_Guide</title><content type='html'>Study Guide&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/121838360/Sun_Certified_Java_Developer_Study_Guide.pdf"&gt;http://rapidshare.com/files/121838360/&lt;/a&gt;&lt;a href="http://rapidshare.com/files/121838360/Sun_Certified_Java_Developer_Study_Guide.pdf"&gt;Sun_Certified_Java_Developer_Study_Guide.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;..............................&lt;br /&gt;&lt;br /&gt;Exam Practice environment&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/121849411/WhizLabs_-_exam_practice_for_SCJP-5.zip"&gt;http://rapidshare.com/files/121849411/WhizLabs_-_exam_practice_for_SCJP-5.zip&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;..............................&lt;br /&gt;&lt;br /&gt;Java Little Black book&lt;br /&gt;&lt;br /&gt;&lt;a href="http://rapidshare.com/files/121843478/Java_2_Core_Language_Little_Black_Book.pdf"&gt;http://rapidshare.com/files/121843478/Java_2_Core_Language_Little_Black_Book.pdf&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;..............................&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1139862891621576766-768753070318138049?l=javaexamebooks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://javaexamebooks.blogspot.com/feeds/768753070318138049/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=1139862891621576766&amp;postID=768753070318138049' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1139862891621576766/posts/default/768753070318138049'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1139862891621576766/posts/default/768753070318138049'/><link rel='alternate' type='text/html' href='http://javaexamebooks.blogspot.com/2008/06/suncertifiedjavadeveloperstudyguide.html' title='Sun_Certified_Java_Developer_Study_Guide'/><author><name>Sameera Dinusha</name><uri>http://www.blogger.com/profile/11036613699274347100</uri><email>sameira@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00801758894123136321'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1139862891621576766.post-6025990442472995563</id><published>2008-06-09T23:48:00.000-07:00</published><updated>2008-06-10T00:09:58.928-07:00</updated><title type='text'>Kathy Sierra SCJP jdk 1.5 Reference Book</title><content type='html'>&lt;span style="font-weight: bold;"&gt;Kathy Sierra SCJP jdk 1.5 Reference Book,Download Here&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;a style="color: rgb(51, 51, 255); font-weight: bold;" href="http://rapidshare.com/files/121374160/Kathy_Sierra_SCJP_jdk_1.5_Reference_Book.rar"&gt;http://rapidshare.com/files/121374160/&lt;/a&gt;&lt;br /&gt;                   &lt;a style="color: rgb(51, 51, 255); font-weight: bold;" href="http://rapidshare.com/files/121374160/Kathy_Sierra_SCJP_jdk_1.5_Reference_Book.rar"&gt;Kathy_Sierra_SCJP_jdk_1.5_Reference_Book.rar&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;..............................................................&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1139862891621576766-6025990442472995563?l=javaexamebooks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://javaexamebooks.blogspot.com/feeds/6025990442472995563/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=1139862891621576766&amp;postID=6025990442472995563' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1139862891621576766/posts/default/6025990442472995563'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1139862891621576766/posts/default/6025990442472995563'/><link rel='alternate' type='text/html' href='http://javaexamebooks.blogspot.com/2008/06/kathy-sierra-scjp-jdk-15-reference-book.html' title='Kathy Sierra SCJP jdk 1.5 Reference Book'/><author><name>Sameera Dinusha</name><uri>http://www.blogger.com/profile/11036613699274347100</uri><email>sameira@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00801758894123136321'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-1139862891621576766.post-6254222648314902606</id><published>2008-06-09T22:49:00.000-07:00</published><updated>2008-06-09T23:04:19.257-07:00</updated><title type='text'>Head First Java 2nd edition pdf  - J2EE</title><content type='html'>Download &lt;span style="font-size:130%;"&gt;&lt;span style="font-weight: bold;"&gt;Head First Java 2nd edition pdf  - Not a Scanned Copy ,&lt;br /&gt;&lt;/span&gt;&lt;span style="font-size:100%;"&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;Follow this link,&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;This is not a scanned copy,An original printed pdf.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;span style="color: rgb(102, 102, 102);"&gt;This book is a reference for the &lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(102, 102, 102);"&gt;java&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);"&gt; examinations ,which covers &lt;/span&gt;&lt;span style="font-weight: bold; color: rgb(102, 102, 102);"&gt;J2EE&lt;/span&gt;&lt;span style="color: rgb(102, 102, 102);"&gt; area.&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/span&gt;&lt;a style="font-weight: bold;" href="http://rapidshare.com/files/121362557/OReilly.Head.First.Servlets.and.JSP.2nd.Edition.Mar.2008.pdf"&gt;http://rapidshare.com/files/121362557/&lt;/a&gt;&lt;br /&gt;                      &lt;a style="font-weight: bold;" href="http://rapidshare.com/files/121362557/OReilly.Head.First.Servlets.and.JSP.2nd.Edition.Mar.2008.pdf"&gt;OReilly.Head.First.Servlets.and.JSP.2nd.Edition.Mar.2008.pdf&lt;/a&gt;&lt;br /&gt;&lt;span style="font-size:130%;"&gt;&lt;span style="font-size:100%;"&gt;................&lt;br /&gt;&lt;/span&gt;&lt;span style="font-weight: bold;"&gt;&lt;/span&gt;&lt;/span&gt;&lt;div class="blogger-post-footer"&gt;&lt;img width='1' height='1' src='https://blogger.googleusercontent.com/tracker/1139862891621576766-6254222648314902606?l=javaexamebooks.blogspot.com'/&gt;&lt;/div&gt;</content><link rel='replies' type='application/atom+xml' href='http://javaexamebooks.blogspot.com/feeds/6254222648314902606/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='https://www.blogger.com/comment.g?blogID=1139862891621576766&amp;postID=6254222648314902606' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/1139862891621576766/posts/default/6254222648314902606'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/1139862891621576766/posts/default/6254222648314902606'/><link rel='alternate' type='text/html' href='http://javaexamebooks.blogspot.com/2008/06/head-first-java-2nd-edition-pdf-j2ee.html' title='Head First Java 2nd edition pdf  - J2EE'/><author><name>Sameera Dinusha</name><uri>http://www.blogger.com/profile/11036613699274347100</uri><email>sameira@gmail.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='00801758894123136321'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>