JAVA 2015 Old paper Solutions

Year 2015 Group B Q.no 11 Write a Java Program to display all the even numbers from 1 to 500

12. Make a thread using Runnable interface to display numbers from 1 to 20, each number should be displayed in the interval of 2 seconds.

13. Write a program that reads line of […]

Continue Reading

JAVA Model Questions || BIM STUDY NOTES

Model Questions Write a Java program to display all the numbers between -300 to -1 which when divided by 17 gives 7 as remainder and also displays sum of those numbers.

3.Make two threads, one displays odd number after one second and another thread display even number after half second between -200 and -10. […]

Continue Reading