JAVA 2016 Old Papers Solutions

Year 2016   Q.no 11

Q.no 12 Create two classes ThreadA and ThreadB which implement Runnable interface. ThreadA displays all even numbers from 50 to 100 and ThreadB displays all odd numbers from 100 to 200. Define a main class which creates the objects of both the classes and displays the numbers as per […]

Continue Reading

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