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.

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
Showing 6 question(s)