Advance java old paper solution || 2022

Group B Q.no 3

Q.no 4

Q.no 5

Q.no 6

Q.no 7

Q.no 8

 

Continue Reading

Java Old Paper solution || 2019

Group B

Q.no 3

  Q.no 6

How is servlet depoyed ? Explain. Servlets are usually deployed in web containers, such as Apache Tomcat. The web container provides an environment for servlets to run in, managing threading, connection pooling, security, and other services. When a web server receives a request for a […]

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

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