<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>find system ip | Student Projects</title>
	<atom:link href="https://studentprojects.in/tag/find-system-ip/feed/" rel="self" type="application/rss+xml" />
	<link>https://studentprojects.in</link>
	<description>Microcontroller projects, Circuit Diagrams, Project Ideas</description>
	<lastBuildDate>Wed, 17 Apr 2013 07:06:35 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.1.7</generator>
	<item>
		<title>Java Program to find the IP address of the Machine</title>
		<link>https://studentprojects.in/software-development/java/java-programs/basic/java-program-to-find-the-ip-address-of-the-machine/</link>
					<comments>https://studentprojects.in/software-development/java/java-programs/basic/java-program-to-find-the-ip-address-of-the-machine/#comments</comments>
		
		<dc:creator><![CDATA[Arun]]></dc:creator>
		<pubDate>Wed, 17 Apr 2013 07:04:59 +0000</pubDate>
				<category><![CDATA[Basic Programs]]></category>
		<category><![CDATA[Java program]]></category>
		<category><![CDATA[find system ip]]></category>
		<guid isPermaLink="false">http://studentprojects.in/?p=3939</guid>

					<description><![CDATA[<p>Here is a simple Java Program to find the IP address of the Machine. import java.util.*; import java.lang.*; import java.net.*; public class GetOwnIP { public static void main(String args[]) { try{ InetAddress ownIP=InetAddress.getLocalHost(); System.out.println("IP of my system is := "+ownIP.getHostAddress()); }catch (Exception e){ System.out.println("Exception caught ="+e.getMessage()); } } }</p>
<p>The post <a href="https://studentprojects.in/software-development/java/java-programs/basic/java-program-to-find-the-ip-address-of-the-machine/">Java Program to find the IP address of the Machine</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></description>
										<content:encoded><![CDATA[<p>Here is a simple Java Program to find the IP address of the Machine.</p>
<pre lang="java" line="1">

import java.util.*;
import java.lang.*;
import java.net.*;

public class GetOwnIP
{
    public static void main(String args[]) {
        try{
            InetAddress ownIP=InetAddress.getLocalHost();
            System.out.println("IP of my system is := "+ownIP.getHostAddress());
        }catch (Exception e){
            System.out.println("Exception caught ="+e.getMessage());
        }
    }
}
</pre><p>The post <a href="https://studentprojects.in/software-development/java/java-programs/basic/java-program-to-find-the-ip-address-of-the-machine/">Java Program to find the IP address of the Machine</a> first appeared on <a href="https://studentprojects.in">Student Projects</a>.</p>]]></content:encoded>
					
					<wfw:commentRss>https://studentprojects.in/software-development/java/java-programs/basic/java-program-to-find-the-ip-address-of-the-machine/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
	</channel>
</rss>
