Saturday, February 22, 2014
Functional Programming with Java 8 Lambda Expressions - Monads
›
What is a monad?: A monad is a design pattern concept used in mostly functional programming languages like lisp or in the modern world cl...
1 comment:
Sunday, April 1, 2012
What's Cooking in Java 8 - Project Jigsaw
›
What is Project Jigsaw: Project Jigsaw is the project to make the java compiler module aware. For years java API has been monolithic, i.e. ...
5 comments:
Wednesday, January 25, 2012
What's Cooking in Java 8 - Project Lambda
›
What is project lambda: Project lambda is the project to enable lambda expressions in java language syntax. Lambda expressions are major syn...
6 comments:
Sunday, November 20, 2011
Java Generics Capture Conversion
›
Introduction: Earlier in my article Java Compile Time Method Binding I had promised to explain how type arguments are inferred during invo...
1 comment:
Thursday, November 3, 2011
Fundamental Semantics of Extensible Business Reporting Language Dimensions
›
Introduction: In my previous article, I have discussed a broad overview of the concepts of XBRL dimensions. Today I am going to discuss abo...
Thursday, October 27, 2011
Fundamentals of Extensible Business Reporting Language Dimensions
›
What is XBRL dimensions: XBRL dimensions specification is a modular extension for the XBRL specification. It uses the segment and scenario ...
Saturday, October 22, 2011
Java Compile Time Method Binding
›
Introduction: It appears to be a simple process to determine which method a particular method invocation refers to, but it still needs page...
‹
›
Home
View web version