Saturday, July 30, 2011
An Anatomy of Java Generics
›
1. What is Generics: Generics is a feature in java language to create parameterized types. A parameterized type is a type with parameters p...
1 comment:
Thursday, July 28, 2011
Floating Point Numbers
›
What is a Floating Point Number: There are two ways a decimal/fractional number can be represented in binary form - fixed point and floatin...
1 comment:
Saturday, July 23, 2011
Java enterprise framework developers' tools
›
Wanna develop your own framework? Developing your own framework is sure geeky. Fortunately, in Java, doing so is not as difficult as it see...
6 comments:
Wednesday, July 20, 2011
Traversing the XPath
›
What is XPath: XPath is an expression language that points to data represented in an XML document. XPath can point to one or more nodes i...
2 comments:
Saturday, July 16, 2011
What's new in Java 7 - Project Coin
›
What's new in Java 7: Well, its a major version upgrade, there needs to be a lot of things coming up. Of course the most noticeable fea...
4 comments:
Sunday, July 10, 2011
XPointer Primer
›
In my earlier post on XLink, I have explained that XLink uses XPointer to point to nodes in the XML. So, I decided to write an article on XP...
Monday, July 4, 2011
X-Link Extended Links
›
What is X-Link: X-Link is a specification that allows to link between different XML tags. It is very much like an anchor in HTML, you know t...
1 comment:
‹
Home
View web version