Get last date of month using java

Using Calendar class in java you get everything. We can get the last date of the month using that. Please have a look of this code snippest to get last date of the passing month. Here is the full code click Here public static Date...

comments

Small FB hack

Don't think I had broke the security system of facebook and got others personal information. I am not a such a knowledge person 😄 .. Just see the below picture...

comments

Image to binary data in java

Image to binary data in java [![image0](http://3.bp.blogspot.com/_X5tq9y9xv2s/TMiAHb-LmaI/AAAAAAAAAjM/sfMeXSo95hY/s320/logo.png)](http://3.bp.blogspot.com/_X5tq9y9xv2s/TMiAHb-LmaI/AAAAAAAAAjM/sfMeXSo95hY/s1600/logo.png) Today i learn a new thing....

comments

Print screen using java

Is there any api for capure my screen ..? You don't need any api. Java have the inbuild functionalities for this. Using the Robot class you can print your screen. Here is the code sample and explanation. Example code: import...

comments