Category: Java

Hadoop : Getting Started with Pig

What is Apache Pig? Apache Pig is a high level scripting language that is used with Apache Hadoop. It enables data analysts to write complex data transformations without knowing Java. It’s simple SQL-like scripting language is called Pig...

String Interning – What ,Why and When ?

What is String Interning  String Interning is a method of storing only one copy of each distinct String Value, which must be immutable. In Java String class has a public method intern() that returns a canonical representation for the string object....

%d