JAVA 2019 Old Papers Solution

year 2019 Q.no 11

Q.no 12

Q.no 13

  Q.no 14

Q.no 15

Continue Reading

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 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