| Title | Difficulty | Language | Categories | Views | Date | Action |
|---|---|---|---|---|---|---|
|
Interface in java
Write a Java program to create an interface Shape with the calculateArea() method. Create three classes Rectangle, Circl...
|
Java |
🎯 OOP
|
5 | Feb 03, 2026 | ||
|
check number is palindrome or not
Write a Java program that takes a number from the user, reverses it and checks whether it is palindrome or not....
|
Easy | Java |
🔄 Loops
|
4 | Feb 03, 2026 |
Second View
Current topic/subtopic view ke saath ab ek combined explorer bhi hai jahan saare mapped questions ek sath milenge.
Asked by Super Admin on Feb 03, 2026
Write a Java program to create an interface Shape with the calculateArea() method. Create three classes Rectangle, Circle, and Triangle that implement the Shape interface. Override the calculateArea() method in each subclass to calculate and return the shape's area.
Asked by Fahad Vahora on Feb 03, 2026
Write a Java program that takes a number from the user, reverses it and checks whether it is palindrome or not.
No assignments available yet.