<?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>Java Interview Questions &#187; define java class</title>
	<atom:link href="http://www.bestjavainterviewquestions.com/category/java-interview-questions/define-java-class/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.bestjavainterviewquestions.com</link>
	<description>Java Interview Questions &#124; Core Java Interview Questions &#124; Advanced Java Interview Questions &#124; EJB Interview Questions &#124; J2EE Interview Questions &#124; Hibernate Interview Questions</description>
	<lastBuildDate>Fri, 03 Feb 2012 10:23:55 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>Creating the Java Class</title>
		<link>http://www.bestjavainterviewquestions.com/creating-the-java-class/</link>
		<comments>http://www.bestjavainterviewquestions.com/creating-the-java-class/#comments</comments>
		<pubDate>Mon, 22 Sep 2008 16:13:46 +0000</pubDate>
		<dc:creator>Ramakrishna</dc:creator>
				<category><![CDATA[define java class]]></category>

		<guid isPermaLink="false">http://www.bestjavainterviewquestions.com/?p=349</guid>
		<description><![CDATA[# Writing the First Program in Java /* This is my First Program To Display the message Author:&#8230;&#8230;&#8230;. Version:&#8230;&#8230;. Project:&#8230;&#8230;&#8230;.*/ import java.lang.*; Class First{ // we initialize variables and methods here. public static void main(String args[]) //The Java program is executed by JVM by calling the Main Method. // The JVM starts execution of a [...]]]></description>
			<content:encoded><![CDATA[<p><strong>#  Writing the First Program in Java </strong></p>
<p>/* This is my First Program<br />
To Display the message<br />
Author:&#8230;&#8230;&#8230;.<br />
Version:&#8230;&#8230;.<br />
Project:&#8230;&#8230;&#8230;.*/</p>
<p>import java.lang.*;<br />
Class First{<br />
// we initialize variables and methods here.<br />
public static void main(String args[])<br />
//The Java program is executed by JVM by calling the Main Method.<br />
// The JVM starts execution of a java program from the main method().<br />
{<br />
System.out.println(&#8220;Hello World&#8221;);<br />
System.out.println(&#8220;Welcome to Java&#8221;);<br />
}<br />
}</p>
<p>output:<br />
Hello World.<br />
Welcome to Java.</p>
<h2  class="related_post_title">Random Posts</h2><ul class="related_post"><li>May 22, 2008 -- <a href="http://www.bestjavainterviewquestions.com/core-java-interview-questions/" title="Core Java Interview Questions">Core Java Interview Questions</a> (1)</li><li>September 7, 2008 -- <a href="http://www.bestjavainterviewquestions.com/define-cookies/" title="Define Cookies">Define Cookies</a> (0)</li><li>August 10, 2008 -- <a href="http://www.bestjavainterviewquestions.com/can-we-call-destroy-method-on-servlets-from-service-method/" title="Can we call destroy() method on servlets from service method">Can we call destroy() method on servlets from service method</a> (0)</li><li>July 7, 2008 -- <a href="http://www.bestjavainterviewquestions.com/jsp-interview-questions-2/" title="JSP Interview Questions">JSP Interview Questions</a> (1)</li><li>August 24, 2008 -- <a href="http://www.bestjavainterviewquestions.com/define-earjar-and-war/" title="Define Ear,jar and war">Define Ear,jar and war</a> (0)</li></ul>]]></content:encoded>
			<wfw:commentRss>http://www.bestjavainterviewquestions.com/creating-the-java-class/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

