0% found this document useful (0 votes)
2 views1 page

Important Questions Advanced - Java Module2

The document outlines important questions for the Advanced JAVA course at Jain Institute of Technology. It includes topics such as string definition, character extraction, string comparison, searching, modification methods, and practical programming tasks like sorting names and replacing substrings. Additionally, it covers StringBuffer methods with examples.

Uploaded by

Rakshita Mathad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
2 views1 page

Important Questions Advanced - Java Module2

The document outlines important questions for the Advanced JAVA course at Jain Institute of Technology. It includes topics such as string definition, character extraction, string comparison, searching, modification methods, and practical programming tasks like sorting names and replacing substrings. Additionally, it covers StringBuffer methods with examples.

Uploaded by

Rakshita Mathad
Copyright
© All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

JAIN INSTITUTE OF TECHNOLOGY

Davangere-577003

DEPARTMENT OF INFORMATION SCIENCE & ENGINEERING

Course: Advanced JAVA Course Code: BIS402


MODULE-2 IMPORTANT QUESTIONS

Sl. No. Questions


1. Define string. Explain the different ways of constructing string object with example.
2. Explain the different types of character extraction and string comparison methods.
3. Explain the different types of string search and string modification methods.

4. Write a Java program to sort names using Bubble sort.

5. Write a program in Java to replace all the matching substring with a given string.
6. Explain the different StringBuffer methods with an example.

You might also like