Student Questions

Second View

All Questions Explorer

Current topic/subtopic view ke saath ab ek combined explorer bhi hai jahan saare mapped questions ek sath milenge.

Total
0
MCQ
0
Theory
0
Practical
0
No mapped questions found for this subject.

linked list.

Asked by Neelkumar Gohil on Feb 03, 2026

⏳ Pending

Write a program to implement Singly circular linked list.

Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes

linked list.

Asked by Neelkumar Gohil on Feb 03, 2026

⏳ Pending

Write a program to implement Singly linked list.

Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes

Thread.

Asked by Neelkumar Gohil on Feb 03, 2026

⏳ Pending

WAP to simulate a Digital clock using Thread.

Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes

threads

Asked by Neelkumar Gohil on Feb 03, 2026

⏳ Pending

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.

Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes

user defined exception

Asked by Neelkumar Gohil on Feb 03, 2026

⏳ Pending

WAP to throw a user defined exception when a user enters floating point number.

Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes

command line arguments

Asked by Neelkumar Gohil on Feb 03, 2026

⏳ Pending

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”).

Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes

exception handeling

Asked by Neelkumar Gohil on Feb 03, 2026

⏳ Pending

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.

Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes

string

Asked by Neelkumar Gohil on Feb 03, 2026

βœ… Solved

WAP to input string through command line and check each command line inputs and display only those strings which are in uppercase until any lower case string found.

Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes

string

Asked by Neelkumar Gohil on Feb 03, 2026

βœ… Solved

WAP to accept a string and rewrite it in alphabetical order. e.g. COMPUTER --- > CEMOPRTU

Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes

string rotation

Asked by Neelkumar Gohil on Feb 03, 2026

βœ… Solved

WAP to find all rotations of a given string. e.g. Java --β†’ Java, avaJ,vaJa,aJav

Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes

multiple strings in java

Asked by Neelkumar Gohil on Feb 03, 2026

βœ… Solved

WAP to accept multiple strings and arrange them in ascending order

Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes

string in java

Asked by Neelkumar Gohil on Feb 03, 2026

βœ… Solved

WAP to accept a string and count total number of uppercase and lowercase characters in a string.

C
πŸ’¬ 0 comments πŸ‘ 0 upvotes

inheritance

Asked by Neelkumar Gohil on Feb 03, 2026

βœ… Solved

Create a superclass, Student, and subclass, Grade. The superclass Student should have data members: name, ID, age, address.The superclass, Student should have at least one method: findGrade(double percent) . The purpose of the findGrade method is to take one parameter,percent (value between 0 and 100) and find grade.In the Student class this method should be empty as an abstract method. The Grade will inherit all data members of the Student class and override the method findGrade. Create a test class for above two classes. In the test class, create Grad object. For an object, provide percent and find grade and display the results of the findGrade method.

Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes

Interface in java

Asked by Super Admin on Feb 03, 2026

πŸ”„ Converted

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.

🎯 OOP Java
πŸ’¬ 0 comments πŸ‘ 0 upvotes

check number is palindrome or not

Asked by Fahad Vahora on Feb 03, 2026

πŸ”„ Converted

Write a Java program that takes a number from the user, reverses it and checks whether it is palindrome or not.

πŸ”„ Loops Java Easy
πŸ’¬ 0 comments πŸ‘ 0 upvotes
Showing 15 question(s)