Explore programs, questions, notes, and assignments for this subject
Write a Java program to create an interface Shape with the calculateArea() method. Create three classes Rectangle, Circle, and Triangle that implement...
Write a Java program that takes a number from the user, reverses it and checks whether it is palindrome or not....
Asked by Neelkumar Gohil on Feb 03, 2026
Write a program to implement Singly circular linked list.
Asked by Neelkumar Gohil on Feb 03, 2026
Write a program to implement Singly linked list.
Asked by Neelkumar Gohil on Feb 03, 2026
WAP to simulate a Digital clock using Thread.
Asked by Neelkumar Gohil on Feb 03, 2026
Write an application that executes three threads from one thread class. One thread displays βJAVAβ every one second, second thread displays βRDBMSβ every two seconds and third thread displays βVB.NETβ every three seconds. Create the thread by using Runnable interface.
Asked by Neelkumar Gohil on Feb 03, 2026
WAP to throw a user defined exception when a user enters floating point number.
Asked by Neelkumar Gohil on Feb 03, 2026
WAP to accept 5 command line arguments and then raise custom exception if any argument is not from the list ("BCAβ,βMCAβ,βBBAβ,βMBAβ,βOTHERβ).
Asked by Neelkumar Gohil on Feb 03, 2026
Create a user defined exception to check whether your employee exist in an array or not, throw exception if name is not in the employees list. Use the catch and finally block to display an appropriate message.
No assignments available yet.