Posts from April 2014

3 result(s) found

Concatenating two characters puzzle
Java

Guess the output for below programpublic class CharPuzzle{ public static void main(String args[]) { System.out.println('A'+'B'); }}I think you've guessed that the above program prints the output...

Sending email - James mail server API
Java

As you might already know, we can use various APIs (generally Java Beans Components) provided by various vendors to carryout the tasks like printing, dealing with fax messages, scanning the images, ac...