Primitive datatypes in java

8 primitive types in java are int, char, byte, float, double, boolean, short and long. Everything in java is not an object. Primitive datatypes are included in java for performance reasons. For primitive types, we don’t use the new keyword. Using new will place the objects in heap, which would be very costly for small […]

Continue Reading

9 Web Browsers for Linux

http://www.linuxhaxor.net/2008/07/02/9-web-browsers-for-linux/ Many of these do not provide the dependencies. And many of the dependencies do not come by default with Linx too. So while installing check which one are you missing and install the appropriate.

Continue Reading

Voice Recording and Playback in Java

You may need to integrate a voice recorder in to your application and play the recorded voice message later. Following is one of many options. Main java classes used to capture audio are, the following. AudioSystem AudioInputStream AudioFormat TargetDataLine DataLine.Info You will need to import javax.sound.sampled.* as these are included in javax.sound.sampled package. This package […]

Continue Reading

Hello world!

Hi… You are most welcome. This is a technical blog. Experts, many of the posts here might be so simple for you, but there will be many who might find them useful. So plz don’t mind. 🙂 I am sure that everyone will have a good learning time here. From beginners to experts. Thank U, […]

Continue Reading