Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain any five string methods?



Explain any five string methods?..

Answer / Anupam Kumar Gautam

1. length(): Returns the length of a string.n2. substring(start, end): Extracts a part of the string from the specified index range.n3. toUpperCase()/toLowercase(): Converts the entire string to upper or lower case respectively.n4. trim(): Removes leading and trailing whitespaces from a string.n5. replace(oldChar, newChar): Replaces all occurrences of an old character with a new one.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Scala Interview Questions

What are the advantages of case class?

1 Answers  


What is the usage of isInstanceOf and asInstanceOf methods in Scala? Is there anything similar concept available in Java?

1 Answers  


Tell me some features which are supported by Java, but not by Scala and Vice versa?

1 Answers  


How scala is different from java?

1 Answers  


What is list in scala collection?

1 Answers  


In what ways Scala is better than other programming language?

1 Answers  


List types of identifiers available in scala?

1 Answers  


What is the main design decision about two separate keywords: class and object in Scala? How do we define Instance members and Static members in Scala?

1 Answers  


Difference between Scala’s Int and Java’s java.lang.Integer? What is the relationship between Int and RichInt in Scala?

1 Answers  


In FP, What is the difference between a function and a procedure?

1 Answers  


What is a custom exception in scala?

1 Answers  


Like Java, what are the default imports in Scala Language?

1 Answers  


Categories