<?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-3700238737281172785</id><updated>2009-11-05T17:15:52.377-08:00</updated><title type='text'>Technical Journal</title><subtitle type='html'>All about Genaral Technical information, Code Samples, Process, Languages etc</subtitle><link rel='http://schemas.google.com/g/2005#feed' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/posts/default'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/'/><link rel='hub' href='http://pubsubhubbub.appspot.com/'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email></author><generator version='7.00' uri='http://www.blogger.com'>Blogger</generator><openSearch:totalResults>20</openSearch:totalResults><openSearch:startIndex>1</openSearch:startIndex><openSearch:itemsPerPage>25</openSearch:itemsPerPage><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-520567753001987393</id><published>2009-10-06T12:33:00.001-07:00</published><updated>2009-10-09T12:48:26.555-07:00</updated><title type='text'>What is HTML ?</title><summary type='text'>The full name of HTML is Hyper Text Markup Language, majorly used in static developing Web Pages. Static web pages means pages where the content of the page is fixed means any article, definition etc, In other words, non-interactive data. This HTML code is merged with some other client side scripting such as php,  javascript, vb script etc and generated dynamic content to web pages.  Sample </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/520567753001987393/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2009/10/what-is-html.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/520567753001987393'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/520567753001987393'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2009/10/what-is-html.html' title='What is HTML ?'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-1526714115304586704</id><published>2009-03-08T06:04:00.000-07:00</published><updated>2009-03-08T06:23:51.679-07:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>Java example to  list all the items from the Folder/Location</title><summary type='text'>As i always believe, Java is very powerfull language, providing us many different ways to use a specific task, here is one of the ways to list all the files or folders within the Folder location through the java program.FolderFileList.java--------------------/* File : FolderFileList.java Purpose: Dumps all the Files and Folders from the location providedAuthor : Anaparthi SubrahmanyamPublished: </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/1526714115304586704/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2009/03/java-example-to-list-all-items-from.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/1526714115304586704'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/1526714115304586704'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2009/03/java-example-to-list-all-items-from.html' title='Java example to  list all the items from the Folder/Location'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-1497494108489010945</id><published>2009-02-16T06:55:00.000-08:00</published><updated>2009-02-16T07:05:27.400-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>How to verify, input location is a File or Directory in Java</title><summary type='text'>Java provides a Class called File, which is under the package java.io , contains all the sufficient methods(functions), which can be used to extract almost all the important properties of the Directory or a File. In the below example LocationVerification.java as well, i have used java.io.File class to know whether the input provided by the user is a File or Folder i.e. </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/1497494108489010945/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2009/02/how-to-verify-input-location-is-file-or.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/1497494108489010945'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/1497494108489010945'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2009/02/how-to-verify-input-location-is-file-or.html' title='How to verify, input location is a File or Directory in Java'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-7552006557284078733</id><published>2009-02-15T05:55:00.000-08:00</published><updated>2009-02-15T06:10:47.435-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>How to pass file as input in java program and parsing it.</title><summary type='text'>There are different ways we can pass the file path as a parameter to a java file and can be parsed. One of the very good class provided by Sun is java.util.Scanner class. This class provides sufficient methods to accpet file as an input parameter and also provides methods to parse it.Here I am demonstrating you two different ways of passing file to a java program as well as parsing it.# </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/7552006557284078733/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2009/02/how-to-pass-file-as-input-in-java.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/7552006557284078733'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/7552006557284078733'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2009/02/how-to-pass-file-as-input-in-java.html' title='How to pass file as input in java program and parsing it.'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-7516623466844115515</id><published>2009-01-12T23:17:00.001-08:00</published><updated>2009-01-13T06:08:39.183-08:00</updated><title type='text'>How to accept inputs from user while running java program</title><summary type='text'>There are different waysm through which we can pass input value while java program is running.In the below example, i have used java.util.Scanner class for the same.One of the main reason for using Scanner class is, it actually allows user to pass primitive data types such as integers etc.Here you dont have to pass the argument while call the java class file, here user will be asked to enter </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/7516623466844115515/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2009/01/how-to-accept-inputs-from-user-while.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/7516623466844115515'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/7516623466844115515'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2009/01/how-to-accept-inputs-from-user-while.html' title='How to accept inputs from user while running java program'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-3575940365538643820</id><published>2009-01-04T21:14:00.000-08:00</published><updated>2009-01-08T21:19:50.416-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>Tips for String comparison in Java</title><summary type='text'>Whenever we compare two strings objects in java, we normally consider both string arguments with qual importance and ignorance.I like to suggest one tip here which may be helpful for you in avoiding to generate a silly error, which looks terrible :)I have two String objects as Str1 and Str2Now i will compare two strings mentioned above for comparison, both may contain same value or may be having </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/3575940365538643820/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2009/01/tips-for-string-comparison-in-java.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/3575940365538643820'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/3575940365538643820'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2009/01/tips-for-string-comparison-in-java.html' title='Tips for String comparison in Java'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-8757844369299421584</id><published>2008-12-27T06:25:00.000-08:00</published><updated>2008-12-27T07:01:17.091-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Javascript'/><title type='text'>how to create user defined Objects in Javascript</title><summary type='text'>I am really a fan of javascript as it is quite easy as well as complex. Here is the example of how to create objects in javascript i.e. User defined objects which is very usefull in handling large amount of data from the inout forms controls quite nicely.</summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/8757844369299421584/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-to-create-user-defined-objects-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/8757844369299421584'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/8757844369299421584'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-to-create-user-defined-objects-in.html' title='how to create user defined Objects in Javascript'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_-fOvR3MGN84/SVZDGTj1mdI/AAAAAAAAAQ4/fBXpEzNQ58Y/s72-c/javascript_object.jpg' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-4234623548480374842</id><published>2008-12-27T02:59:00.000-08:00</published><updated>2009-01-08T05:41:20.399-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>How to retrieve System Properties in Java</title><summary type='text'>Here is the example of retrieving the System Properties through Java Code. In this program I have retrieved and displayed few System Properties.The primary method which actually retrieves the property is System.getProperty(), and it takes key info as a parameter.For details of all the System Properties and how it can be retrieved, you can visit my earlier post about How to retrieve System </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/4234623548480374842/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-to-retrieve-system-properties-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/4234623548480374842'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/4234623548480374842'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-to-retrieve-system-properties-in.html' title='How to retrieve System Properties in Java'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-1554428734992118098</id><published>2008-12-27T00:03:00.000-08:00</published><updated>2008-12-27T02:37:29.851-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>How do I retrieve the System Properties on Windows Machine using Java</title><summary type='text'>There are different ways to get the System properties of a System or Machine using Java Program. The following code first create a file called SystemProperties.xml and then retrieves all the System Property using Java's own function called getProperties() of Properties class and finally dumps it to the the created XML File.SystemProperties.java--------------------------------------------import </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/1554428734992118098/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-do-i-retrieve-system-properties-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/1554428734992118098'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/1554428734992118098'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-do-i-retrieve-system-properties-on.html' title='How do I retrieve the System Properties on Windows Machine using Java'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-7930566028073035924</id><published>2008-12-26T02:19:00.001-08:00</published><updated>2008-12-26T02:22:11.927-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>Details about installing java on different Operating Systems</title><summary type='text'>  Sun Microsystems has provided a very nice page providing all the details about steps and links for How to Install Java and also provided  links of different JDK’s for various operating systems. Here is the Link : http://www.java.com/en/download/manual.jsp  </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/7930566028073035924/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/details-about-installing-java-on.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/7930566028073035924'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/7930566028073035924'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/details-about-installing-java-on.html' title='Details about installing java on different Operating Systems'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-6582169103393372008</id><published>2008-12-26T00:51:00.000-08:00</published><updated>2008-12-26T01:02:23.205-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><title type='text'>How do i verify whether an URL is active or not through Java</title><summary type='text'>There are different ways in java through which we can verify whether any specific URL is active or not.Here is the Java Program which displays success message if the URL is active and Failed message if URL is not active/dead.URLVerification ----------------import java.net.*;import java.io.*;public class URLVerification {    public static void main(String[] args) throws Exception {        URL </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/6582169103393372008/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-do-i-verify-whether-url-is-active.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/6582169103393372008'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/6582169103393372008'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-do-i-verify-whether-url-is-active.html' title='How do i verify whether an URL is active or not through Java'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-8797362066887928302</id><published>2008-12-25T20:27:00.000-08:00</published><updated>2008-12-25T20:39:04.138-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>How do I pass numeric value as command line argument to Java</title><summary type='text'>Here is the example to pass numeric value as a command line argument is Java Class.CommandLineNumExample.java---------------------------------public class  CommandLineNumExample{  public static void main(String[] args)   {    int i = Integer.parseInt(args[0]);    double d = Double.parseDouble(args[0]);    // multiplying the value of i i.e command line argument with 2    System.out.println("The </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/8797362066887928302/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-do-i-pass-numeric-value-as-command.html#comment-form' title='2 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/8797362066887928302'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/8797362066887928302'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-do-i-pass-numeric-value-as-command.html' title='How do I pass numeric value as command line argument to Java'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>2</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-6986646342883065318</id><published>2008-12-25T19:37:00.000-08:00</published><updated>2008-12-25T20:22:09.266-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>How do i pass command line arguments in Java</title><summary type='text'>Here is the example of how to pass command line arguments to a java file.In the below example, one argument will be passed with the java command, and later within the the progrm it is retrieved as a String. Few other details, whenever we execute a java command, the main method is called, and in the below example you can see a main method defined and accepts array of String as parameters.This </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/6986646342883065318/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-do-i-pass-command-line-arguments-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/6986646342883065318'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/6986646342883065318'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-do-i-pass-command-line-arguments-in.html' title='How do i pass command line arguments in Java'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-478823574044283908</id><published>2008-12-24T05:54:00.001-08:00</published><updated>2008-12-24T06:06:47.960-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>How to do I sum and print two numbers in Java Program</title><summary type='text'>Here is the sample program , which will print two number sum in different ways:public class  SumNumbers{  /*    Create a java file as SumNumbers.java    Save this code in it.  */  public static void main(String[] args)   {    /* defining two variables.      1. int x      2. int y      Variable x and y are prefixed by keyword called int.      'int' means integer datatype can contain any integer </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/478823574044283908/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-to-do-i-sum-and-print-two-numbers.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/478823574044283908'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/478823574044283908'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-to-do-i-sum-and-print-two-numbers.html' title='How to do I sum and print two numbers in Java Program'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-6339700751981212893</id><published>2008-12-23T10:19:00.000-08:00</published><updated>2008-12-23T20:23:32.736-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>Storing java command output to text file.</title><summary type='text'>Its quite simple to store Java command output of the console window of MS Windows i.e command prompt to store in a text file. The need for this is when we have huge text as an output on executing a java program, sometimes we face problem in searching specific text.The command is:commandprompt&gt;java GenerateLog &gt;&gt; UserFile.txthere in the above example, java GenerateLog is the command to execute </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/6339700751981212893/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/storing-java-command-output-to-text.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/6339700751981212893'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/6339700751981212893'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/storing-java-command-output-to-text.html' title='Storing java command output to text file.'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-3105661556879433525</id><published>2008-12-23T06:33:00.000-08:00</published><updated>2009-01-06T06:15:15.685-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>How do I configure User tools in editplus to compile and run java file</title><summary type='text'>I would like to demonstrate how easy it is to configure java environment in editplus.1.Open your installed editplus editor2.Go to Menu -&gt; Tools -&gt; Configure User Tools3. A Preferrences titled window will be opened on your desktop.4.Find Add Tools button under the section Groups and tools item: section on the right side of the window.5. Click the button Add Tools -&gt; Program6. It will create an </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/3105661556879433525/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/configuring-user-tools-in-edit-plus.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/3105661556879433525'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/3105661556879433525'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/configuring-user-tools-in-edit-plus.html' title='How do I configure User tools in editplus to compile and run java file'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><media:thumbnail xmlns:media='http://search.yahoo.com/mrss/' url='http://3.bp.blogspot.com/_-fOvR3MGN84/SWNmvsaXaEI/AAAAAAAAARI/2-GXISTVJPI/s72-c/editplus_conf.jpg' height='72' width='72'/><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-4786894359911391178</id><published>2008-12-23T06:06:00.000-08:00</published><updated>2008-12-23T20:17:27.680-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>First Java Program Example</title><summary type='text'>Hello All,The Java prorgam looks like as follows:HelloWorld.java-----------------public class HelloWorld{ public static void main(String [] args) {  System.out.println(" Hi. to all"); }}--------------------Things to note:1.  Java file name must be same as the class name (in above example its HelloWorld) which is defined as public and having main method. This is in case of a stand alone program </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/4786894359911391178/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/first-java-program-example.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/4786894359911391178'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/4786894359911391178'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/first-java-program-example.html' title='First Java Program Example'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-6604578524423460752</id><published>2008-12-18T19:54:00.001-08:00</published><updated>2008-12-18T21:35:39.728-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='WebSphere'/><category scheme='http://www.blogger.com/atom/ns#' term='JMX'/><category scheme='http://www.blogger.com/atom/ns#' term='MBean'/><title type='text'>Example to setup first JMX MBean in WebSphere Application Server</title><summary type='text'>I struggled very hard to land on this page. I am using WAS 6.1, and on the net, its quite difficult to get documentation on 6.1, But on WAS 5.1 , good amount of documentation is available. One of the documentation from WAS 5.1 I used to setup JMX MBeanServer as well configuring MBean on WAS 6.1, and i was able to do it successfull.Sharing with you all for your help, the link which provides </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/6604578524423460752/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/example-to-setup-first-jmx-mbean-in.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/6604578524423460752'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/6604578524423460752'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/example-to-setup-first-jmx-mbean-in.html' title='Example to setup first JMX MBean in WebSphere Application Server'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-2513982728288892749</id><published>2008-12-18T09:29:00.000-08:00</published><updated>2008-12-23T20:14:54.823-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>How to set Java Path to run Java Program</title><summary type='text'>Please read my earlier post about How to install Java  before setting the Java Path to compile java file.Once you are done with Java Installation,Right click on the My Computer Icon of your desktop or if you dont have My Computer icon on your desktop then right click on the My Computer in File Explorer.-&gt; Select the Properties Item-&gt; Select the Advanced Tab-&gt; Click Envirnment Variables Button-&gt;  </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/2513982728288892749/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-to-set-java-path-to-run-java.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/2513982728288892749'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/2513982728288892749'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-to-set-java-path-to-run-java.html' title='How to set Java Path to run Java Program'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry><entry><id>tag:blogger.com,1999:blog-3700238737281172785.post-1142663954623531058</id><published>2008-12-18T09:23:00.000-08:00</published><updated>2008-12-19T06:18:14.729-08:00</updated><category scheme='http://www.blogger.com/atom/ns#' term='Java'/><category scheme='http://www.blogger.com/atom/ns#' term='For Java Beginners'/><title type='text'>How to install Java on my machine</title><summary type='text'>Before running any Java program you need to have the Java installed on your machine. Normally beginners gets confused with different terminologies used in Java such as jdk,j2se,jre,jvm etc..JDK - Java Development Kit/ J2SE( Java 2 Standard Edition) JRE - Java Runtime EnvrionmentJVM - Java Virtual MachineAll the above three are different , but if you install JDK, you will get JRE and JVM, if you </summary><link rel='replies' type='application/atom+xml' href='http://codersbox.blogspot.com/feeds/1142663954623531058/comments/default' title='Post Comments'/><link rel='replies' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-to-install-java-on-my-machine.html#comment-form' title='0 Comments'/><link rel='edit' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/1142663954623531058'/><link rel='self' type='application/atom+xml' href='http://www.blogger.com/feeds/3700238737281172785/posts/default/1142663954623531058'/><link rel='alternate' type='text/html' href='http://codersbox.blogspot.com/2008/12/how-to-install-java-on-my-machine.html' title='How to install Java on my machine'/><author><name>Subrahmanyam</name><uri>http://www.blogger.com/profile/10897771386112799417</uri><email>noreply@blogger.com</email><gd:extendedProperty xmlns:gd='http://schemas.google.com/g/2005' name='OpenSocialUserId' value='14889787263601142163'/></author><thr:total xmlns:thr='http://purl.org/syndication/thread/1.0'>0</thr:total></entry></feed>