Tuesday, February 17, 2015

Random Number

Write a java program to generate random number. Also write the same to generate random number between given range.

Watch the solution

Sunday, February 8, 2015

1. AWT Introduction

This is the illustration about how to use awt API in java to create GUI Based program.
This video will help the java learners to begin with using java.awt API quickly.


Monday, February 2, 2015

1. Show Main Thread

1. Write a program to display the name of thread while executing the main() method.
Solution

3. Hello Name - 2

3. Write a program in java to print "Hello Name" using command line argument with taking care of possible runtime exception.
Solution

2. Hello Name

2. Write a program in java to print "Hello Name" where Name will be passed as command line argument at run time.
Solution

1. Hello World

1. Write a program in java to print or display "Hello World".
Solution