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.