<?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, 30 Jul 2010 06:00:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.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><a href="http://www.bestjavainterviewquestions.com/ejb-interview-questions-2/" title="EJB Interview questions"><img src="Array" alt="EJB Interview questions" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/sockets-programming-in-java-for-clientserver/" title="Sockets programming in Java for Client/Server"><img src="Array" alt="Sockets programming in Java for Client/Server" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/what-the-webxml-file-can-do/" title="What the web.xml file can do"><img src="Array" alt="What the web.xml file can do" /></a></li><li><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"><img src="Array" alt="Can we call destroy() method on servlets from service method" /></a></li><li><a href="http://www.bestjavainterviewquestions.com/session-tracking-example-using-servlets/" title="Session Tracking Example using Servlets"><img src="Array" alt="Session Tracking Example using Servlets" /></a></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>
