Home Freemagazine Issue2 Tips & Tricks



Tips & Tricks
Posted on: October 11, 2010 at 12:00 AM
Here are some basic implementations of java language, which you would like to know.

Tips & Tricks

        

Here are some basic implementations of java language, which you would like to know. Have a look at the given program below. Found anything unusual?? You got it right! The program below runs without the main method. Here we have used the static block that executes the class directly as soon as it gets loaded without creating any object for it.

  1. Know to capture a screen shot 
    Hey this is very interesting, as we take a screenshot by pushing the print screen button on the keyboard, same way we can do it through java programming. For this we need to use few methods and APIs as shown in the program below.

Now, read more at:

http://www.javajazzup.com/issue2/page33.shtml

 

         

Related Tags for Tips & Tricks:


More Tutorials from this section

Ask Questions?    Discuss: Tips & Tricks  

Post your Comment


Your Name (*) :
Your Email :
Subject (*):
Your Comment (*):
  Reload Image
 
 

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.