JAVA 2017 Old Paper Solutions || BIM STUDY NOTES

Year 2017 Q.no 11

Q.no 12

Q.no 13

Q.no 14

17.Explain user defined exception in java with a suitable example. In java we can create our own exception class and throw that exception using throw keyword. These exceptions are known as user-defined or custom exceptions.

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