<?xml version="1.0" encoding="UTF-8"?><!-- generator="WordPress/2.9.2" -->
<rss version="0.92">
<channel>
	<title>Complete Java Tutorial</title>
	<link>http://completejavatutorial.com</link>
	<description>Learn Java, Java Interview Questions, Java tutorial for beginners</description>
	<lastBuildDate>Thu, 04 Jun 2009 06:48:53 +0000</lastBuildDate>
	<docs>http://backend.userland.com/rss092</docs>
	<language>en</language>
	
	<item>
		<title>Use of Abstract Keyword in Java like Abstract Class</title>
		<description><![CDATA[Hi friends, today we will discuss another important keyword of Java called Abstract keyword. Note down this important points of the Abstract keyword

Abstract class acts as a base class for other classes of same type.
Abstract class can&#8217;t be instantiated.
There can be any abstract class without any abstract method but vice versa is not possible.
If we [...]]]></description>
		<link>http://completejavatutorial.com/use-of-abstract-keyword-in-java-like-abstract-class/</link>
			</item>
	<item>
		<title>Use of Super Keyword in Java</title>
		<description><![CDATA[Ok today we will try to discuss the super keyword of Java. What is the super keyword in Java?, What is the use of super Keyword in Java?, How to practically implement super keyword in Java?, we will discuss all this things. So first note down these important points regarding super keyword in Java.

Super keyword [...]]]></description>
		<link>http://completejavatutorial.com/use-of-super-keyword-in-java/</link>
			</item>
	<item>
		<title>Delay initialization of Final Variable are Possible only within Constructor</title>
		<description><![CDATA[Yeah we are going to practically prove another statement of final keyword called Delay initialization of final variable are possible only within constructor. 
We are going to write total 3 programs to prove it.
Program 1: -
class fin4
{
final int a=10;
void show()
{
System.out.println(a);
}
static public void main(String[] args)
{
new fin4().show();
}
}
If you compile this program, you will get output of 10 [...]]]></description>
		<link>http://completejavatutorial.com/delay-initialization-of-final-variable-are-possible-only-within-constructor/</link>
			</item>
	<item>
		<title>Can we Inherit Final Class in Java Language</title>
		<description><![CDATA[Well we know that Inheritance is the very important part of any programming language, the same is with the Java programming language. We are talking about the final keyword usage. So the question is, can we inherit final class in Java language. If you had read my earlier post about final keyword then you should [...]]]></description>
		<link>http://completejavatutorial.com/can-we-inherit-final-class-in-java-language/</link>
			</item>
	<item>
		<title>Implement Final keyword Practically in Java</title>
		<description><![CDATA[Hi friends, in the last post we discussed about important points of final keyword. Now we are going to practically prove all the points of the final keywords. If I leave any point then please inform me because final keywords are also very important, concept should be clear.
Check out this simple program code: -
class fin1
{
public [...]]]></description>
		<link>http://completejavatutorial.com/implement-final-keyword-practically-in-java/</link>
			</item>
	<item>
		<title>FINAL keyword in Java Language</title>
		<description><![CDATA[Last time we discussed about the this keyword. Today we will discussed about another keyword called final. So note down the important points of the final keyword: -

Final is a keyword which can be used with variables, methods and classes.
If we declare any variable as final, it will be constant.
If we declare any method as [...]]]></description>
		<link>http://completejavatutorial.com/final-keyword-in-java-language/</link>
			</item>
	<item>
		<title>Write a Program including This Keyword in Java</title>
		<description><![CDATA[In earlier post of this keyword we have written a program which is related to this keyword. Since we didn&#8217;t use the this keyword, the default value (0,0) of data members are displayed. Now we will write the same program again but will include the this keyword this time. Check out the main difference and [...]]]></description>
		<link>http://completejavatutorial.com/write-a-program-including-this-keyword-in-java/</link>
			</item>
	<item>
		<title>Write a Program about THIS keyword in Java</title>
		<description><![CDATA[I have discussed earlier about the this keyword with you. Now we will do a programming to how to use this keyword practically. It will surely clear your doubts and make your concept about this keyword more strong.
There will be a series of this program around 4 programs. You will need to read all the [...]]]></description>
		<link>http://completejavatutorial.com/write-a-program-about-this-keyword-in-java/</link>
			</item>
	<item>
		<title>THIS keyword in Java Language</title>
		<description><![CDATA[Today we will talk about this keyword in Java Language. I will write some important points of the this keyword and will try to implement few points practically too. Before moving further you should know the meaning of the keyword. In every programming language including java, Keyword is defined as: -
Keyword is a reserved words [...]]]></description>
		<link>http://completejavatutorial.com/this-keyword-in-java-language/</link>
			</item>
	<item>
		<title>Why Java is called Java?</title>
		<description><![CDATA[Very interesting question &#8220;why java is called java?&#8221; isn&#8217;t it?
When I was attending the class of Java, we are asked by the teacher. Why Java is called java? We don&#8217;t have answer to this question. Later the teacher explain us that:-
Once they were deciding on what to call it. They were at a coffee shop [...]]]></description>
		<link>http://completejavatutorial.com/why-java-is-called-java/</link>
			</item>
</channel>
</rss>
