solve and provide the correct code for the given questions

1) Write code to check a String is palindrome or not?
Palindrome are those String whose reverse is equal to original.This can be done by using either StringBuffer reverse() method or by technique demonstrated in the solution here.

2) Write a method which will remove any given character from a String?
hint : you can remove a given character from String by converting it into character array and then using substring() method for removing them from output string.

 
Do you need a similar assignment done for you from scratch? We have qualified writers to help you. We assure you an A+ quality paper that is free from plagiarism. Order now for an Amazing Discount!
Use Discount Code "Newclient" for a 15% Discount!

NB: We do not resell papers. Upon ordering, we do an original paper exclusively for you.