<?xml version="1.0" encoding="UTF-8" ?>
<rss version="2.0" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>BioInformatics Pakistan</title>
		<link>http://bioinfopakistan.ucoz.com/</link>
		<description>Blog</description>
		<lastBuildDate>Fri, 02 Sep 2011 18:07:40 GMT</lastBuildDate>
		<generator>uCoz Web-Service</generator>
		<atom:link href="https://bioinfopakistan.ucoz.com/blog/rss" rel="self" type="application/rss+xml" />
		
		<item>
			<title>Lecture 1 Page 2</title>
			<description>&lt;font face...</description>
			<content:encoded>&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br style=&quot;font-size: 14pt; &quot;&gt;&lt;/font&gt;&lt;table style=&quot;text-align: left;width: 100%; &quot; cellspacing=&quot;1&quot; cellpadding=&quot;1&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border:black 1px solid;vertical-align:top&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8165123485367495&quot;;
/* main page */
google_ad_slot = &quot;1587769316&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;&lt;/center&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;&lt;a href=&quot;http://bioinfopakistan.ucoz.com/blog/lecture_1/2011-09-02-6&quot;&gt;Move To Page 1&lt;/a&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;Now Some Basic Examples&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;1. Basic Data Types:&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;Every variable has some data type in JAVA, this data type decides what this variable will store. Some basic data types are as follows:&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;ul&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;String:&lt;/b&gt;&amp;nbsp;As name describes it is used to store strings(Sequence of alphabets) in it. It is used as String s = &quot;Its JAVA course&quot;;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;int&lt;/b&gt;: as name shows it stores integer value. It can&apos;t store decimal value e.g int a = 20;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;float&lt;/b&gt; and &lt;b&gt;double: &lt;/b&gt;These two data types are used to store decimal values, difference in them is the usage of memory. More you will learn with time. It can be used as float x = 2.99;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&lt;b&gt;2. Simple Program That Uses Strings:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;ul&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Make new&amp;nbsp;project&amp;nbsp;named&amp;nbsp;&lt;b&gt;StringTest&lt;/b&gt;&amp;nbsp;as described before.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Write following commands in main method.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;String x = &quot;Java &quot;;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;String y = &quot;Course&quot;;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;String z = x+y;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;System.out.println(z);&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Test this and try different such statements.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;3. Simple Calculations:&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;Make new&amp;nbsp;project&amp;nbsp;named&amp;nbsp;&lt;b&gt;BasicMaths&lt;/b&gt;&amp;nbsp;as described before.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;Write following commands in main method.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;ul&gt;&lt;li&gt;&lt;font size=&quot;4&quot; style=&quot;font-size: 14pt; &quot; face=&quot;&apos;Courier New&apos;&quot;&gt;int a =12;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size: 14pt; font-family: &apos;Courier New&apos;; &quot;&gt;int b =3;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;font size=&quot;4&quot; style=&quot;font-size: 14pt; &quot; face=&quot;&apos;Courier New&apos;&quot;&gt;int c,d,e,f,g;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font size=&quot;4&quot; style=&quot;font-size: 14pt; &quot; face=&quot;&apos;Courier New&apos;&quot;&gt;c= a+b;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 14pt; &quot;&gt;d= a*b;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;font size=&quot;4&quot; style=&quot;font-size: 14pt; &quot; face=&quot;&apos;Courier New&apos;&quot;&gt;e= a-b;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 14pt; &quot;&gt;f= a/b;&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;font size=&quot;4&quot; style=&quot;font-size: 14pt; &quot; face=&quot;&apos;Courier New&apos;&quot;&gt;g= a%b;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;System.out.println(&quot;Addition : &quot;+ a +&quot; + &quot;+ b +&quot; = &quot;+ c );&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;font size=&quot;4&quot; style=&quot;font-size: 14pt; &quot; face=&quot;&apos;Courier New&apos;&quot;&gt;System.out.println(&quot;Multiplicaton : &quot;+ a +&quot; * &quot;+ b +&quot; = &quot;+ d );&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-size: 14pt; font-family: &apos;Courier New&apos;; &quot;&gt;System.out.println(&quot;Subtraction : &quot;+ a +&quot; - &quot;+ b +&quot; = &quot;+ e );&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;font size=&quot;4&quot; style=&quot;font-size: 14pt; &quot; face=&quot;&apos;Courier New&apos;&quot;&gt;System.out.println(&quot;Division : &quot;+ a +&quot; / &quot;+ b +&quot; = &quot;+ f );&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 14pt; &quot;&gt;System.out.println(&quot;Remainder : &quot;+ a +&quot; % &quot;+ b +&quot; = &quot;+ g );&lt;/span&gt;&lt;/li&gt;&lt;/ul&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;Test this and try different such statements.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;text-align: left;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;text-align: center;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;For Discussion I Will Be Online After 9 PM&lt;/b&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;text-align: center;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;(Pakistan) Daily.&lt;/b&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;text-align: center;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;You Can Also Leave A Thread At &lt;a href=&quot;http://bioinfopakistan.ucoz.com/forum/6-6-1&quot; target=&quot;_blank&quot;&gt;FORUM&lt;/a&gt;&amp;nbsp;Which Will Be Answered In 24 Hrs.&lt;/b&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;text-align: center;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;Your Assignment After This Lecture Is To Practice All These Tasks And Give Some New Examples At FORUM.&lt;/b&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;text-align: center;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;text-align: center;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;i&gt;&lt;u&gt;Next Lecture Will Be On Tuesday&lt;/u&gt;&lt;/i&gt;.&lt;/b&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8165123485367495&quot;;
/* main page */
google_ad_slot = &quot;1587769316&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;&lt;/center&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</content:encoded>
			<link>https://bioinfopakistan.ucoz.com/blog/lecture_1_page_2/2011-09-02-7</link>
			<category>JAVA Online Course</category>
			<dc:creator>Ansari</dc:creator>
			<guid>https://bioinfopakistan.ucoz.com/blog/lecture_1_page_2/2011-09-02-7</guid>
			<pubDate>Fri, 02 Sep 2011 18:07:40 GMT</pubDate>
		</item>
		<item>
			<title>Lecture 1</title>
			<description>&lt;font face...</description>
			<content:encoded>&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br style=&quot;font-size: 14pt; &quot;&gt;&lt;/font&gt;&lt;table style=&quot;text-align: left;width: 100%; &quot; cellspacing=&quot;1&quot; cellpadding=&quot;1&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border-top-color: black; border-right-color: black; border-bottom-color: black; border-left-color: black; border-top-width: 1px; border-right-width: 1px; border-bottom-width: 1px; border-left-width: 1px; border-top-style: solid; border-right-style: solid; border-bottom-style: solid; border-left-style: solid; vertical-align: top; &quot;&gt;&lt;div style=&quot;font-size: 14pt; text-align: left; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;center style=&quot;font-size: 14pt; &quot;&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8165123485367495&quot;;
/* main page */
google_ad_slot = &quot;1587769316&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;&lt;/center&gt;&lt;div style=&quot;font-size: 14pt; text-align: left; &quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;Lecture 1&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;Java Programming Basics&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;1. General Overview&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left; &quot;&gt;&lt;div style=&quot;font-size: 14pt; text-align: left; &quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&amp;nbsp; &amp;nbsp;Hello all members I welcome you all to first class. As I expect all of you as beginners to programming, so, I will try to start from grass root level. I assure you all be consistent during this course and after this course you will be good programmers.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 14pt; text-align: left; &quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 14pt; text-align: left; &quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&amp;nbsp; &amp;nbsp;I hope that all of you have installed JAVA and Netbeans IDE. Today, I am starting with &lt;b&gt;basics of java programming language&lt;/b&gt;.&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 14pt; text-align: left; &quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;Hey, friends don&apos;t be&amp;nbsp;afraid&amp;nbsp;of theory in this class because me too hate it very much. But too some extent some keywords are important to be described that&apos;s why today I am explaining them.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 14pt; text-align: left; &quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&lt;b&gt;2. Making Your First Project&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;font-size: 14pt; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Lets make first java project using Netbeans IDE. Follow these simple steps:&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;ol&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Open Netbeans IDE.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Click on &lt;b&gt;File&lt;/b&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Select &lt;b&gt;New Project&lt;/b&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Set Project Category as &lt;b&gt;JAVA &lt;/b&gt;and choose project as &lt;b&gt;JAVA Application&lt;/b&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Set project name as &lt;b&gt;HelloWorld&lt;/b&gt;&amp;nbsp;and leave other options as it is.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Click &lt;b&gt;Finish&lt;/b&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;You have made your first project. Now you can code in it.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/blockquote&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 14pt; &quot;&gt;&lt;b style=&quot;font-size: 19px; &quot;&gt;3.&amp;nbsp;Looking At the Infamous Hello, World! Program&lt;/b&gt;&lt;br&gt;&lt;ol style=&quot;font-size: 19px; &quot;&gt;&lt;li&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;Replace&amp;nbsp;&lt;/span&gt;&lt;b&gt;// TODO code application logic here &lt;/b&gt;With&amp;nbsp;&lt;b&gt;System.out.println(&quot;Hello,World&quot;);&lt;/b&gt;&lt;/li&gt;&lt;li&gt;Now press F6 or &lt;b&gt;Play &lt;/b&gt;button in second menu bar.&lt;/li&gt;&lt;li&gt;Result: Hello, World will be visible at the bottom.&lt;/li&gt;&lt;li&gt;Image below showing all three steps.&lt;/li&gt;&lt;/ol&gt;&lt;div style=&quot;text-align: center; &quot;&gt;&lt;!--IMG1--&gt;&lt;a href=&quot;http://bioinfopakistan.ucoz.com/_bl/0/10701753.jpg&quot; target=&quot;_blank&quot; title=&quot;Click to view in full size...&quot;&gt;&lt;img alt=&quot;&quot; style=&quot;margin:0;padding:0;border:0;&quot; src=&quot;http://bioinfopakistan.ucoz.com/_bl/0/s10701753.jpg&quot; align=&quot;&quot; /&gt;&lt;/a&gt;&lt;!--IMG1--&gt;&lt;/div&gt;&lt;/font&gt;&lt;font&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&amp;nbsp; &amp;nbsp;Later in this chapter, you discover in detail all the elements that make up&amp;nbsp;this program. But first, I want to walk you through it word by word.&lt;/font&gt;&lt;br&gt;&lt;br&gt;&lt;ul&gt;&lt;li&gt;&lt;font size=&quot;4&quot; style=&quot;font-size: 14pt; &quot; face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;b&gt;public&lt;/b&gt;: A &lt;b&gt;keyword &lt;/b&gt;of the &lt;b&gt;Java &lt;/b&gt;language that indicates that the element that follows should be made &lt;b&gt;available to other Java elements&lt;/b&gt;. In this case, what follows is a class named HelloApp. As a result, this keyword indicates that the HelloApp class is a public class, which means other classes can use it.&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;class&lt;/b&gt;: Another Java &lt;b&gt;keyword &lt;/b&gt;that indicates that the element being defined here is a &lt;b&gt;class&lt;/b&gt;. All Java programs are made up of &lt;b&gt;one or more classes&lt;/b&gt;. A class definition contains code that defines the &lt;b&gt;behavior of the objects&lt;/b&gt; created and used by the program. Although most realworld programs consist of more than one class.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;HelloApp&lt;/b&gt;: An identifier that provides the &lt;b&gt;name for the class&lt;/b&gt; being defined here. While keywords, such as public and class, are words that are defined by the Java programming language, identifiers &lt;b&gt;are words that you create to provide names &lt;/b&gt;for various elements you use in your program. In this case, the identifier &lt;b&gt;HelloApp provides a name for the public class &lt;/b&gt;being defined here. (Although identifier is the technically correct term, sometimes identifiers are called symbols or names.)&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;{&lt;/b&gt;: The &lt;b&gt;opening brace&lt;/b&gt; marks the &lt;b&gt;beginning of the body&lt;/b&gt; of the class. The &lt;b&gt;end of the body&lt;/b&gt; is marked by the &lt;b&gt;closing brace&lt;/b&gt;. Everything that appears within these braces &lt;b&gt;belongs to the class&lt;/b&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;public&lt;/b&gt;: The public keyword is used again, this time to indicate that a &lt;b&gt;method being declared&lt;/b&gt; here should have &lt;b&gt;public access&lt;/b&gt;. That means classes other than the HelloApp class can use it. All Java programs must have at least one class that declares a &lt;b&gt;public method named main&lt;/b&gt;. The main method contains the statements that are executed when you run the program.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;static&lt;/b&gt;: For now, just take my word that the Java language requires that you specify static when you declare the main method.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;void&lt;/b&gt;: In Java, a method is a unit of code that can calculate and return a value. &lt;b&gt;For example&lt;/b&gt;, you could create a method that calculates a sales total. Then, the sales total would be the return value of the method. If a method doesn’t need to return a value, you must use the void keyword to indicate that no value is returned. Because Java requires that the main method not return a value, you &lt;b&gt;must specify void&lt;/b&gt; when you declare the &lt;b&gt;main method&lt;/b&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;main&lt;/b&gt;: Finally, the identifier that provides the name for this method.As I’ve already mentioned, Java requires that this method be named main. Besides the main method, you can also create additional methods with whatever names you want to use. &lt;b&gt;&lt;u&gt;(String[] args)&lt;/u&gt;&lt;/b&gt;: Oh boy. This Java element is too advanced to thoroughly explain just yet. It’s called a parameter list, and it’s used to pass data to a method. Java requires that the main method must receive a single parameter that’s an array of String objects. By convention, this parameter is named args. If you don’t know what a parameter, a String, or an array is, don’t worry about it now :).&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;Another {&lt;/b&gt;: Another set of braces. These &lt;b&gt;mark the body&lt;/b&gt; of the &lt;b&gt;main method&lt;/b&gt;. In short, whenever you come to a closing brace, it is paired with the most recent opening brace that hasn’t already been closed — that is, that hasn’t already been paired with a closing brace.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;System.out.println(&quot;Hello, World!”);&lt;/b&gt;: This is the &lt;b&gt;only statement&lt;/b&gt; in the &lt;b&gt;entire program&lt;/b&gt;. It &lt;b&gt;calls a method&lt;/b&gt; named &lt;b&gt;println&lt;/b&gt; that belongs to the &lt;b&gt;System.out&lt;/b&gt; object. The println method &lt;b&gt;displays a line of text&lt;/b&gt; on the console. The text to be displayed is passed to the println method as a parameter in &lt;b&gt;parentheses&lt;/b&gt; following the &amp;nbsp;&lt;b&gt;word println&lt;/b&gt;. In this case, the text is the string literal &lt;b&gt;Hello, world!&lt;/b&gt; enclosed in a set of quotation marks. As a result, this statement displays the text Hello, World! on the console. &lt;b&gt;Note that in Java&lt;/b&gt;, &lt;b&gt;statements end with a semicolon&lt;/b&gt;. &lt;b&gt;Because this is the only statement in the program, this line is the only one that requires a semicolon.&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;}&lt;/b&gt;: The closing brace that marks the end of the main method body.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;Another }&lt;/b&gt;:The closing brace that marks the end of the &lt;b&gt;HelloApp &lt;/b&gt;class body. Because this program consists of just one class, this line also marks the &lt;b&gt;end of the program&lt;/b&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://bioinfopakistan.ucoz.com/blog/lecture_1_page_2/2011-09-02-7&quot;&gt;Move To Next page&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/font&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;font-size: 14pt; text-align: left; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 19px; &quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;center style=&quot;font-size: 14pt; &quot;&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8165123485367495&quot;;
/* main page */
google_ad_slot = &quot;1587769316&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;&lt;/center&gt;&lt;div style=&quot;font-size: 14pt; text-align: center; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;font-size: 14pt; text-align: left; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</content:encoded>
			<link>https://bioinfopakistan.ucoz.com/blog/lecture_1/2011-09-02-6</link>
			<category>JAVA Online Course</category>
			<dc:creator>Ansari</dc:creator>
			<guid>https://bioinfopakistan.ucoz.com/blog/lecture_1/2011-09-02-6</guid>
			<pubDate>Fri, 02 Sep 2011 08:06:15 GMT</pubDate>
		</item>
		<item>
			<title>Making Applications In JAVA</title>
			<description>&lt;font face...</description>
			<content:encoded>&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br style=&quot;font-size: 14pt; &quot;&gt;&lt;/font&gt;&lt;table style=&quot;text-align: left;width: 100%; &quot; cellspacing=&quot;1&quot; cellpadding=&quot;1&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border:black 1px solid;vertical-align:top&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8165123485367495&quot;;
/* main page */
google_ad_slot = &quot;1587769316&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;&lt;/center&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;Making Application In JAVA&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;1. Description:&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;You can make applications that are able to run on different social networks like facebook using JAVA. A simple game app is shown in figure. Application can help you a lot in promoting your business. We will teach you how to make apps in the&amp;nbsp;upcoming &lt;b&gt;FREE ONLINE JAVA&amp;nbsp;COURSE&lt;/b&gt;. So please join us and learn how to make apps in JAVA.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;b&gt;&lt;a href=&quot;http://bioinfopakistan.ucoz.com/blog/welcome_users/2011-08-23-2&quot; style=&quot;text-decoration: underline; color: rgb(0, 105, 169); &quot;&gt;Join Free Course Now&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; background-color: rgb(255, 255, 255); &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;Check Out This App.&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;


&lt;iframe name=&quot;I1&quot; src=&quot;http://bioinfopakistan.ucoz.com/Game/game.html&quot; width=&quot;400&quot; height=&quot;400&quot; scrolling=&quot;no&quot; border=&quot;0&quot; frameborder=&quot;0&quot;&gt;Your browser does not support inline frames or is currently configured not to display inline frames.&lt;/iframe&gt;&amp;nbsp;&lt;br&gt;

&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;text-align: left;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8165123485367495&quot;;
/* main page */
google_ad_slot = &quot;1587769316&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;&lt;/center&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</content:encoded>
			<link>https://bioinfopakistan.ucoz.com/blog/making_applications_in_java/2011-08-28-5</link>
			<category>JAVA Online Course</category>
			<dc:creator>Ansari</dc:creator>
			<guid>https://bioinfopakistan.ucoz.com/blog/making_applications_in_java/2011-08-28-5</guid>
			<pubDate>Sun, 28 Aug 2011 18:35:29 GMT</pubDate>
		</item>
		<item>
			<title>Why JAVA ?</title>
			<description>&lt;font face...</description>
			<content:encoded>&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br style=&quot;font-size: 14pt; &quot;&gt;&lt;/font&gt;&lt;table style=&quot;text-align: left;width: 100%; &quot; cellspacing=&quot;1&quot; cellpadding=&quot;1&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border:black 1px solid;vertical-align:top&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8165123485367495&quot;;
/* main page */
google_ad_slot = &quot;1587769316&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;&lt;/center&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;Why Should I Use JAVA ?&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;In this introductory lecture we will try to explain that why one should use JAVA, despite of the fact that other languages are also present like c# and .net etc.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;Lets see some important features of JAVA that make the developers to use JAVA as programming language.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;1. What is Java technology ?&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;&amp;nbsp;Java is a programming language and computing platform first released by &lt;b&gt;Sun Microsystems in 1995&lt;/b&gt;. It is the underlying technology that powers state-of-the-art programs including &lt;b&gt;utilities, games, and business applications&lt;/b&gt;. Java runs on more than &lt;span style=&quot;color: rgb(0, 0, 205);&quot;&gt;850 million personal computers worldwide&lt;/span&gt;, and on billions of devices worldwide, including &lt;span style=&quot;color: rgb(0, 0, 205);&quot;&gt;mobile &lt;/span&gt;and &lt;span style=&quot;color: rgb(0, 0, 205);&quot;&gt;TV devices&lt;/span&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;2. JAVA Is Freeware:&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;The thing that every programmer and user love the most that JAVA is a freeware. It is easily available to users of your application with out any cost. The other important thing is that majority of JAVA IDE&apos;s and compilers are also freewares and are available on internet.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;3. JAVA Is Platform Independent:&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;As a JAVA developer you don&apos;t have to worry about your client machine. The worst thing about other languages is that you have to code differently for different environments e.g: the code running on xp will not work linux or MAC OS but on the other hand JAVA is platform independent and one JAVA code is able to run on all environments (Even on mobiles in some&amp;nbsp;scenarios).&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;&lt;b&gt;4. JAVA Is Easy:&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;&amp;nbsp; &amp;nbsp;The important thing about learners is that Java is easy among all languages. Java also support web apps and web programming in more efficient way.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;About The Course:&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;Course Contents:&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 14pt; &quot;&gt;The provisional course outline is given below. All the topic are&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;font size=&quot;4&quot; style=&quot;font-size: 14pt; &quot; face=&quot;&apos;Courier New&apos;&quot;&gt;with practice problems.&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;ol&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Introduction to Java Applications&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Introduction to Classes and Objects&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Control Statements&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Methods&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Arrays&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Classes and Objects: A Deeper Look&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Object-Oriented Programming: Inheritance&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Object-Oriented Programming: Polymorphism&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;GUI Components&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Exception Handling&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Files and Streams&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Recursion&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Introduction to Java Applets&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Multithreading&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Accessing Databases with JDBC&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Servlets&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Note:&amp;nbsp;&lt;/span&gt;&lt;/font&gt;&lt;font size=&quot;4&quot; style=&quot;font-size: 14pt; &quot; face=&quot;&apos;Courier New&apos;&quot;&gt;In the&amp;nbsp;upcoming&amp;nbsp;course our focus will be on practical side of Java and we will not explain all the theoretical concepts in detail. But still on student request we can explain them that&apos;s why you should be active if you want to learn more.&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font size=&quot;4&quot; style=&quot;font-size: 14pt; &quot; face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;a href=&quot;http://bioinfopakistan.ucoz.com/blog/welcome_users/2011-08-23-2&quot;&gt;Join Free Course Now&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;text-align: left;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8165123485367495&quot;;
/* main page */
google_ad_slot = &quot;1587769316&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;&lt;/center&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</content:encoded>
			<link>https://bioinfopakistan.ucoz.com/blog/why_java/2011-08-25-4</link>
			<category>JAVA Online Course</category>
			<dc:creator>Ansari</dc:creator>
			<guid>https://bioinfopakistan.ucoz.com/blog/why_java/2011-08-25-4</guid>
			<pubDate>Thu, 25 Aug 2011 18:47:19 GMT</pubDate>
		</item>
		<item>
			<title>Introductory Lecture</title>
			<description>&lt;font face...</description>
			<content:encoded>&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br style=&quot;font-size: 14pt; &quot;&gt;&lt;/font&gt;&lt;table style=&quot;text-align: left;width: 100%; &quot; cellspacing=&quot;1&quot; cellpadding=&quot;1&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border:black 1px solid;vertical-align:top&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8165123485367495&quot;;
/* main page */
google_ad_slot = &quot;1587769316&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;&lt;/center&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;Introductory Lecture&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;&lt;br&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;&quot;Knowing is not enough; we must apply. Willing is not enough; we must do.&quot;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-weight: normal; &quot;&gt;&lt;b&gt;&lt;font size=&quot;2&quot; style=&quot;font-size: 10pt; &quot;&gt;(Johann Wolfgang von Goethe)&lt;/font&gt;&lt;/b&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;&lt;br&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;The biggest advantage of using JAVA is that JAVA is freeware and all other tools that we will use in this course will also be freewares.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&lt;b&gt;1. System Requirements:&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;ul&gt;&lt;ul&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;1.8 GHz Or More Processor&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;512 or More RAM&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;2. Making Your System Ready For JAVA Programming:&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;ul&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Download and install latest version of JAVA. You can download it &lt;a href=&quot;http://java.com/en/&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Download and install NetBeans IDE. You can&amp;nbsp;download&amp;nbsp;it &lt;a href=&quot;http://netbeans.org/downloads/&quot; target=&quot;_blank&quot;&gt;here&lt;/a&gt;. (Download All of size 245 MB)&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;3. Unblock JAVA:&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div&gt;&lt;ul&gt;&lt;ul&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;If your computer requires to unblock JAVA than let him do this.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;4. Support:&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div&gt;&lt;ul&gt;&lt;ul&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;If you feel any problem while downloading or installing and making your computer ready for JAVA feel free to contact us on our FORUM or leave a comment on this post.&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ul&gt;&lt;/ul&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;Get In Touch With Us... For Updates And&amp;nbsp;Guidance&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;blockquote class=&quot;webkit-indent-blockquote&quot; style=&quot;text-align: left;margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 40px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; padding-top: 0px; padding-right: 0px; padding-bottom: 0px; padding-left: 0px; &quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/blockquote&gt;&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8165123485367495&quot;;
/* main page */
google_ad_slot = &quot;1587769316&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;&lt;/center&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</content:encoded>
			<link>https://bioinfopakistan.ucoz.com/blog/introductory_lecture/2011-08-25-3</link>
			<category>JAVA Online Course</category>
			<dc:creator>Ansari</dc:creator>
			<guid>https://bioinfopakistan.ucoz.com/blog/introductory_lecture/2011-08-25-3</guid>
			<pubDate>Wed, 24 Aug 2011 20:12:42 GMT</pubDate>
		</item>
		<item>
			<title>Welcome Users</title>
			<description>&lt;font face...</description>
			<content:encoded>&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br style=&quot;font-size: 14pt; &quot;&gt;&lt;/font&gt;&lt;table style=&quot;text-align: left;width: 100%; &quot; cellspacing=&quot;1&quot; cellpadding=&quot;1&quot;&gt;&lt;tbody&gt;&lt;tr&gt;&lt;td style=&quot;border:black 1px solid;vertical-align:top&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8165123485367495&quot;;
/* main page */
google_ad_slot = &quot;1587769316&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;&lt;/center&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;We Welcome Users To Free Online JAVA Course&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;&quot;JAVA For Beginners&quot;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;&lt;br&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;We are happy to announce that we are launching our first free online course from &lt;span style=&quot;color: rgb(255, 0, 0);&quot;&gt;3rd September, 2011&lt;/span&gt;. This course is for all those people who want to learn computer languages specially JAVA. &lt;b&gt;This course doesn&apos;t require any previous knowledge of programming&lt;/b&gt;.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&lt;b&gt;1. What we will cover ?&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;ol&gt;&lt;li&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;Basic JAVA concepts&lt;/span&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Application Development in JAVA&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Website Development&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Applet Development&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Database Development&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;li&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;Database Softwares&lt;/span&gt;&lt;/font&gt;&lt;/li&gt;&lt;/ol&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;2. What will be our strategy ?&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;Our aim is to teach JAVA and make every registered user capable of developing applications, for this purpose we will upload a lecture/tutorial after every 3 days than we will open chat room and forum for solving problems of users. We will be like an online community which will move by helping each other. All the users are intended to help other users on the site.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;3. What is the time period ?&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;We will try to cover this course with in 6 months but it depends totally on intended audience. We will never be too fast that some users may not cope with us.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;4.&amp;nbsp;Quizzes, Assignments And Projects:&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;&amp;nbsp; &amp;nbsp;We will provide you with online quizzes and will give you small projects as assignments.Which will help you in grasping the programming trick and tactics.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;&lt;b&gt;5. What will you get from this course ?&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;&amp;nbsp; &amp;nbsp;After this course you will be able to develop your own JAVA applications, we will assist you as much as we can in doing so. You will be able to make your own dynamic website with java apps on it.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;&lt;b&gt;6. How will we support you ?&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&amp;nbsp; &amp;nbsp;We have developed a&amp;nbsp;separate&amp;nbsp;forum for this course in FORUMS and integrated chat room for special support.&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px; &quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;For Registration&amp;nbsp;Register&amp;nbsp;On This Site&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;b&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;br&gt;&lt;/span&gt;&lt;/b&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; background-color: rgb(255, 255, 255); font-size: large; &quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;&lt;i&gt;&lt;u&gt;Introductory Lectures&lt;/u&gt;&lt;/i&gt;&lt;/b&gt;&lt;/span&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;ol&gt;&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&lt;a href=&quot;http://bioinfopakistan.ucoz.com/blog/lecture_1/2011-09-02-6&quot;&gt;Lecture 1 Is Now Available&lt;/a&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&lt;b&gt;&lt;a href=&quot;http://bioinfopakistan.ucoz.com/blog/why_java/2011-08-25-4&quot;&gt;Course Contents And General FAQ&apos;s&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;li style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; background-color: rgb(255, 255, 255); font-size: large; &quot;&gt;&lt;b style=&quot;font-size: 14pt; &quot;&gt;&lt;a href=&quot;http://bioinfopakistan.ucoz.com/blog/introductory_lecture/2011-08-25-3&quot;&gt;Making Your Computer Ready For JAVA&lt;/a&gt;&lt;/b&gt;&lt;/span&gt;&lt;/li&gt;&lt;/ol&gt;&lt;/div&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot;&gt;&lt;span style=&quot;font-size: 19px;&quot;&gt;&lt;b&gt;&lt;br&gt;&lt;/b&gt;&lt;/span&gt;&lt;/font&gt;&lt;/div&gt;&lt;/div&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;span style=&quot;font-family: &apos;Courier New&apos;; font-size: 19px; &quot;&gt;&amp;nbsp; &amp;nbsp;&lt;/span&gt;&lt;/div&gt;&lt;/div&gt;&lt;center&gt;&lt;script type=&quot;text/javascript&quot;&gt;&lt;!--
google_ad_client = &quot;pub-8165123485367495&quot;;
/* main page */
google_ad_slot = &quot;1587769316&quot;;
google_ad_width = 468;
google_ad_height = 60;
//--&gt;&lt;/script&gt;&lt;script type=&quot;text/javascript&quot;
src=&quot;http://pagead2.googlesyndication.com/pagead/show_ads.js&quot;&gt;&lt;/script&gt;&lt;/center&gt;&lt;div style=&quot;text-align: center;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;div style=&quot;text-align: left;&quot;&gt;&lt;font face=&quot;&apos;Courier New&apos;&quot; size=&quot;4&quot;&gt;&lt;br&gt;&lt;/font&gt;&lt;/div&gt;&lt;/td&gt;&lt;/tr&gt;&lt;/tbody&gt;&lt;/table&gt;</content:encoded>
			<link>https://bioinfopakistan.ucoz.com/blog/welcome_users/2011-08-23-2</link>
			<category>JAVA Online Course</category>
			<dc:creator>Ansari</dc:creator>
			<guid>https://bioinfopakistan.ucoz.com/blog/welcome_users/2011-08-23-2</guid>
			<pubDate>Tue, 23 Aug 2011 18:48:22 GMT</pubDate>
		</item>
	</channel>
</rss>