Bala Subramanyam Lanka
  • about
  • blog(current)
  • resume
  • How to remove white spaces in Java?

    Removing white spaces in Java is simple. All we have to do is to use [Regex][1] and replaceAll() method of String class. A small tutorial is given below.

    1 min read   ·   October 25, 2014

    2014   ·   regex     ·   Java  

  • Unboxing and Auto-Unboxing in Java

    Boxing is the process of converting a primitive data type into its corresponding wrapper class object (e.g., int to Integer). Unboxing is the reverse process, where the wrapper class object is converted back to its primitive data type.

    5 min read   ·   October 24, 2014

    2014   ·   auto-unboxing     ·   Java  

  • Boxing and Auto-Boxing in Java

    Boxing is the process of converting a primitive data type into its corresponding wrapper class object (e.g., int to Integer). Unboxing is the reverse process, where the wrapper class object is converted back to its primitive data type.

    4 min read   ·   October 23, 2014

    2014   ·   auto-boxing     ·   Java  

  • Wrapper Classes in Java

    Lets see a simple java program to Wrap Primitive Data Types into Object using Wrapper Classes in Java

    2 min read   ·   October 20, 2014

    2014   ·   wrapper-classes     ·   Java  

  • Wrapper Classes in Java

    Java is an Object Oriented Language which views everything as an object. For an instance a simple file can be treated as an object, an address of a system can be seen as an object, an image can be treated as an object (with java.awt.Image)

    3 min read   ·   October 19, 2014

    2014   ·   datatypes     ·   Java  

  • Write Once Run Anywhere WORA

    What is Write Once Run Anywhere WORA? In simple we can term it as Cross Platform Compatibility. It is some times Expressed as WORE – Write Once Run Everywhere.

    5 min read   ·   October 18, 2014

    2014   ·   wora     ·   Java  

  • Features of Java

    Java was designed to be easy for the professional programmer to learn and use effectively. Assuming that you have some programming experience. There are 12 features of Java.

    7 min read   ·   October 17, 2014

    2014   ·   java-features     ·   Java  

  • Java Redefined the term Internet

    Today lets see how java changed the Internet. The Internet helped catapult Java to the forefront of programming, and Java, in turn, had a profound effect on the Internet.

    4 min read   ·   October 16, 2014

    2014   ·   history     ·   Java  

  • Java Team

    Yes this post is about the people who created Java Language. After thorough search over internet and referring many books i got all the names of the people who made Java a Popular programming language.

    2 min read   ·   October 15, 2014

    2014   ·   history     ·   Java  

  • How Java got started?

    Java was conceived by James Gosling, Patrick Naughton, Chris Warth, Ed Frank, and Mike Sheridan at Sun Microsystems, Inc. in 1991. It took 18 months to develop the first working version. This language was initially called “Oak,” but was renamed “Java”.

    5 min read   ·   October 14, 2014

    2014   ·   history     ·   Java  

  • Newer
  • 6
  • 7
  • 8
  • 9
  • 10
  • Older
© Copyright 2024 Bala Subramanyam Lanka. Powered by Jekyll Hosted by GitHub Pages.