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.
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.
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.
Wrapper Classes in Java
Lets see a simple java program to Wrap Primitive Data Types into Object using Wrapper Classes in 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)
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.
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.
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.
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.
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”.