<?xml version="1.0" encoding="iso-8859-1"?>
<rss version="2.0"><channel>
<title>Articles Written by Rahim Vindhani From Isnare.com</title>
<link>http://www.isnare.com/?s=author&amp;a=Rahim+Vindhani</link>
<item>
<title>Assertion In Java</title>
<category>Computers and Technology</category>
<author>Rahim Vindhani</author>
<pubDate>Sat, 14 Jan 2006 00:00:00 +0800</pubDate>
<link>http://www.isnare.com/?aid=27776&amp;ca=Computers+and+Technology</link>
<description>Assertion facility is added in J2SE 1.4. In order to support this facility J2SE 1.4 added the keyword assert to the language, and AssertionError class. An assertion checks a boolean-typed expression that must be true during program runtime execution. The assertion facility can be enabled or disable...</description>
</item>
<item>
<title>Java Arrays</title>
<category>Computers and Technology</category>
<author>Rahim Vindhani</author>
<pubDate>Tue, 10 Jan 2006 00:00:00 +0800</pubDate>
<link>http://www.isnare.com/?aid=27779&amp;ca=Computers+and+Technology</link>
<description>Array is a fixed number collection of elements having same data type. In java array is an object. A java array can have primitives as well as object references.Each and every element in an array is identified through a non negative number called index. The size of an array is fixed and can not be c...</description>
</item>
<item>
<title>Hashtable</title>
<category>Computers and Technology</category>
<author>Rahim Vindhani</author>
<pubDate>Tue, 10 Jan 2006 00:00:00 +0800</pubDate>
<link>http://www.isnare.com/?aid=27778&amp;ca=Computers+and+Technology</link>
<description>A collection allows a group of objects to be treated as a single unit. Map is one of the core interfaces of java collection framework that defines operations for maintaining mappings of keys to values.Map interface does not implement Collection interface, because it does not contain elements but co...</description>
</item>
<item>
<title>String In Java</title>
<category>Computers and Technology</category>
<author>Rahim Vindhani</author>
<pubDate>Tue, 10 Jan 2006 00:00:00 +0800</pubDate>
<link>http://www.isnare.com/?aid=27773&amp;ca=Computers+and+Technology</link>
<description>Handling character strings in Java is supported through two final classes: String and StringBuffer. The String class implements immutable character strings, which are read-only once the string has been created and initialized, whereas the StringBuffer class implements dynamic character strings. All...</description>
</item>
</channel>
</rss>
